Searched refs:crop_bottom (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc.c56 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2;
71 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2;
H A Dradeon_uvd_enc.h378 unsigned crop_bottom; member in struct:radeon_uvd_enc_pic
H A Dradeon_vcn_enc.h398 unsigned crop_bottom; member in struct:radeon_enc_pic
H A Dradeon_uvd_enc.c71 enc->enc_pic.crop_bottom =
H A Dradeon_uvd_enc_1_1.c480 (enc->enc_pic.crop_bottom > 0) ||
488 radeon_uvd_enc_code_ue(enc, enc->enc_pic.crop_bottom);
H A Dradeon_vcn_enc_1_2.c518 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) {
523 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd_enc.c68 enc->enc_pic.crop_bottom = pic->seq.conf_win_bottom_offset;
73 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2;
H A Dradeon_vcn_enc.c57 enc->enc_pic.crop_bottom = pic->pic_ctrl.enc_frame_crop_bottom_offset;
62 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2;
120 enc->enc_pic.crop_bottom = pic->seq.conf_win_bottom_offset;
125 enc->enc_pic.crop_bottom = (align(enc->base.height, 16) - enc->base.height) / 2;
H A Dradeon_vcn_enc_2_0.c288 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) {
293 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom);
H A Dradeon_uvd_enc.h342 unsigned crop_bottom; member in struct:radeon_uvd_enc_pic
H A Dradeon_vcn_enc.h425 unsigned crop_bottom; member in struct:radeon_enc_pic
H A Dradeon_vcn_enc_1_2.c330 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) {
335 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom);
403 (enc->enc_pic.crop_top != 0) || (enc->enc_pic.crop_bottom != 0)) {
408 radeon_enc_code_ue(enc, enc->enc_pic.crop_bottom);
H A Dradeon_uvd_enc_1_1.c427 int conformance_window_flag = (enc->enc_pic.crop_top > 0) || (enc->enc_pic.crop_bottom > 0) ||
437 radeon_uvd_enc_code_ue(enc, enc->enc_pic.crop_bottom);

Completed in 18 milliseconds