Searched refs:crop_bottom (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/ |
| H A D | radeon_vcn_enc.c | 56 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 D | radeon_uvd_enc.h | 378 unsigned crop_bottom; member in struct:radeon_uvd_enc_pic
|
| H A D | radeon_vcn_enc.h | 398 unsigned crop_bottom; member in struct:radeon_enc_pic
|
| H A D | radeon_uvd_enc.c | 71 enc->enc_pic.crop_bottom =
|
| H A D | radeon_uvd_enc_1_1.c | 480 (enc->enc_pic.crop_bottom > 0) || 488 radeon_uvd_enc_code_ue(enc, enc->enc_pic.crop_bottom);
|
| H A D | radeon_vcn_enc_1_2.c | 518 (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 D | radeon_uvd_enc.c | 68 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 D | radeon_vcn_enc.c | 57 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 D | radeon_vcn_enc_2_0.c | 288 (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 D | radeon_uvd_enc.h | 342 unsigned crop_bottom; member in struct:radeon_uvd_enc_pic
|
| H A D | radeon_vcn_enc.h | 425 unsigned crop_bottom; member in struct:radeon_enc_pic
|
| H A D | radeon_vcn_enc_1_2.c | 330 (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 D | radeon_uvd_enc_1_1.c | 427 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