Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c90 …memset(&context->desc.h264enc.ref_idx_l1_list, VA_INVALID_ID, sizeof(context->desc.h264enc.ref_idx… in vlVaHandleVAEncSliceParameterBufferTypeH264()
103 …context->desc.h264enc.ref_idx_l1_list[i] = PTR_TO_UINT(util_hash_table_get(context->desc.h264enc.f… in vlVaHandleVAEncSliceParameterBufferTypeH264()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c126 if (i->frame_num == enc->pic.ref_idx_l1_list[0]) in sort_cpb()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c306 picture->ref_idx_l1_list[0] = priv->ref_idx_l1; in enc_ControlPicture_common()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.c114 if (i->frame_num == enc->pic.ref_idx_l1_list[0]) in sort_cpb()
Dradeon_vcn_enc.c50 enc->enc_pic.ref_idx_l1 = pic->ref_idx_l1_list[0]; in radeon_vcn_enc_get_param()
Dradeon_vce_52.c171 enc->enc_pic.ref_idx_l1 = pic->ref_idx_l1_list[0]; in si_vce_52_get_param()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_enc_h264.cpp139 picParams.pH264PicData->pList1ReferenceFrames = h264Pic->ref_idx_l1_list; in d3d12_video_encoder_update_current_frame_pic_params_info_h264()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h438 unsigned ref_idx_l1_list[32]; member