Home
last modified time | relevance | path

Searched refs:redundant_pic_cnt_present_flag (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member
223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_bsp.c57 uint32_t redundant_pic_cnt_present_flag; // 9c member
189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag; in nv84_decoder_bsp()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.cpp291 debug_printf("redundant_pic_cnt_present_flag = %d\n", pPicParams->redundant_pic_cnt_present_flag); in d3d12_video_decoder_log_pic_params_h264()
435 // uint8_t redundant_pic_cnt_present_flag; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
436 dxvaStructure.redundant_pic_cnt_present_flag = pPipeDesc->pps->redundant_pic_cnt_present_flag; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
H A Dd3d12_video_dec_h264.h166 uint8_t redundant_pic_cnt_present_flag; member
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_h264.c127 context->desc.h264.pps->redundant_pic_cnt_present_flag = in vlVaHandlePictureParameterBufferH264()
128 h264->pic_fields.bits.redundant_pic_cnt_present_flag; in vlVaHandlePictureParameterBufferH264()
/third_party/ffmpeg/libavcodec/
H A Dnvdec_h264.c100 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present, in nvdec_h264_start_frame()
H A Dcbs_h264.h207 uint8_t redundant_pic_cnt_present_flag; member
H A Dvdpau_h264.c165 info->redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present; in vdpau_h264_start_frame()
H A Dvaapi_h264.c272 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present, in vaapi_h264_start_frame()
H A Dcbs_h264_syntax_template.c477 flag(redundant_pic_cnt_present_flag); in pps()
1124 if (pps->redundant_pic_cnt_present_flag) in slice_header()
H A Dvaapi_encode_h264.c591 .redundant_pic_cnt_present_flag = pps->redundant_pic_cnt_present_flag, in vaapi_encode_h264_init_sequence_params()
H A Ddxva2_h264.c160 pp->redundant_pic_cnt_present_flag= pps->redundant_pic_cnt_present; in fill_picture_parameters()
/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h264std.h279 uint32_t redundant_pic_cnt_present_flag : 1; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std.h284 uint32_t redundant_pic_cnt_present_flag : 1; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/
H A Dvulkan_video_codec_h264std.h270 uint32_t redundant_pic_cnt_present_flag:1; member
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c374 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c450 pps->redundant_pic_cnt_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
854 if (pps->redundant_pic_cnt_present_flag) in slice_header()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h323 uint8_t redundant_pic_cnt_present_flag; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp392 int32_t redundant_pic_cnt_present_flag; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp580 return ( transform_8x8_mode_flag == rhs.transform_8x8_mode_flag ) && ( redundant_pic_cnt_present_flag == rhs.redundant_pic_cnt_present_flag ) &&
594 uint32_t redundant_pic_cnt_present_flag : 1; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c430 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c546 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
H A Dradeon_vcn_dec.c129 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()

Completed in 35 milliseconds