Home
last modified time | relevance | path

Searched refs:luma_weight_l0_flag (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/include/vk_video/
H A Dvulkan_video_codec_h265std_encode.h42 uint16_t luma_weight_l0_flag; member
/third_party/vulkan-headers/include/vk_video/
H A Dvulkan_video_codec_h264std_encode.h31 uint32_t luma_weight_l0_flag; member
H A Dvulkan_video_codec_h265std_encode.h31 uint16_t luma_weight_l0_flag; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_video.hpp802 return ( luma_weight_l0_flag == rhs.luma_weight_l0_flag ) && ( chroma_weight_l0_flag == rhs.chroma_weight_l0_flag ) &&
812 uint32_t luma_weight_l0_flag = {}; member
2295 return ( luma_weight_l0_flag == rhs.luma_weight_l0_flag ) && ( chroma_weight_l0_flag == rhs.chroma_weight_l0_flag ) &&
2305 uint16_t luma_weight_l0_flag = {}; member
/third_party/ffmpeg/libavcodec/
H A Dcbs_h264.h348 uint8_t luma_weight_l0_flag[H264_MAX_REFS]; member
H A Dvaapi_h264.c363 &slice_param.luma_weight_l0_flag, in vaapi_h264_decode_slice()
H A Dcbs_h264_syntax_template.c933 flags(luma_weight_l0_flag[i], 1, i); in pred_weight_table()
934 if (current->luma_weight_l0_flag[i]) { in pred_weight_table()
H A Dcbs_h265_syntax_template.c1218 flags(luma_weight_l0_flag[i], 1, i); in pred_weight_table()
1220 infer(luma_weight_l0_flag[i], 0); in pred_weight_table()
1232 if (current->luma_weight_l0_flag[i]) { in pred_weight_table()
H A Dcbs_h265.h494 uint8_t luma_weight_l0_flag[HEVC_MAX_REFS]; member
H A Dhevcdec.c155 uint8_t luma_weight_l0_flag[16]; in pred_weight_table() local
177 luma_weight_l0_flag[i] = get_bits1(gb); in pred_weight_table()
178 if (!luma_weight_l0_flag[i]) { in pred_weight_table()
191 if (luma_weight_l0_flag[i]) { in pred_weight_table()

Completed in 22 milliseconds