Home
last modified time | relevance | path

Searched refs:luma_weight_l1_flag (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/vk_video/
Dvulkan_video_codec_h264std_encode.h31 uint32_t luma_weight_l1_flag; member
Dvulkan_video_codec_h265std_encode.h31 uint16_t luma_weight_l1_flag; member
/hardware/google/gfxstream/common/vulkan/include/vk_video/
Dvulkan_video_codec_h264std_encode.h33 uint32_t luma_weight_l1_flag; member
Dvulkan_video_codec_h265std_encode.h33 uint16_t luma_weight_l1_flag; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.h153 uint8_t luma_weight_l1_flag[16]; member
Dvk_video.c655 params->luma_weight_l1_flag[i] = vl_rbsp_u(rbsp, 1); in h265_pred_weight_table()
656 if (!params->luma_weight_l1_flag[i]) { in h265_pred_weight_table()
671 if (params->luma_weight_l1_flag[i]) { in h265_pred_weight_table()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_video.hpp800 …( luma_weight_l1_flag == rhs.luma_weight_l1_flag ) && ( chroma_weight_l1_flag == rhs.chroma_weight… in operator ==()
811 uint32_t luma_weight_l1_flag = {}; member
2293 …( luma_weight_l1_flag == rhs.luma_weight_l1_flag ) && ( chroma_weight_l1_flag == rhs.chroma_weight… in operator ==()
2304 uint16_t luma_weight_l1_flag = {}; member