Home
last modified time | relevance | path

Searched refs:pre_encode_input_picture (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_2_0.c150 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.yuv.luma_offset); in radeon_enc_ctx()
151 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.yuv.chroma_offset); in radeon_enc_ctx()
153 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.red_offset); in radeon_enc_ctx()
154 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.green_offset); in radeon_enc_ctx()
155 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.blue_offset); in radeon_enc_ctx()
H A Dradeon_vcn_enc_3_0.c153 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.red_offset); in radeon_enc_ctx()
154 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.green_offset); in radeon_enc_ctx()
155 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.blue_offset); in radeon_enc_ctx()
H A Dradeon_vcn_enc.c1145 enc_pic->ctx_buf.pre_encode_input_picture.rgb.red_offset = offset; in setup_dpb()
1147 enc_pic->ctx_buf.pre_encode_input_picture.rgb.green_offset = offset; in setup_dpb()
1149 enc_pic->ctx_buf.pre_encode_input_picture.rgb.blue_offset = offset; in setup_dpb()
1187 enc_pic->ctx_buf.pre_encode_input_picture.rgb.red_offset = offset; in setup_dpb()
1189 enc_pic->ctx_buf.pre_encode_input_picture.rgb.green_offset = offset; in setup_dpb()
1191 enc_pic->ctx_buf.pre_encode_input_picture.rgb.blue_offset = offset; in setup_dpb()
H A Dradeon_vcn_enc_4_0.c1192 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.red_offset); in radeon_enc_ctx()
1193 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.green_offset); in radeon_enc_ctx()
1194 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.blue_offset); in radeon_enc_ctx()
H A Dradeon_vcn_enc_5_0.c297 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.red_offset); in radeon_enc_ctx()
298 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.green_offset); in radeon_enc_ctx()
299 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.rgb.blue_offset); in radeon_enc_ctx()
H A Dradeon_uvd_enc.h287 ruvd_enc_reconstructed_picture_t pre_encode_input_picture; member
H A Dradeon_vcn_enc_1_2.c1191 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.yuv.luma_offset); in radeon_enc_ctx()
1192 RADEON_ENC_CS(enc->enc_pic.ctx_buf.pre_encode_input_picture.yuv.chroma_offset); in radeon_enc_ctx()
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_vcn_enc.h564 rvcn_enc_pre_encode_input_picture_t pre_encode_input_picture; member