/external/gfxstream-protocols/registry/vulkan/include/vk_video/ |
D | vulkan_video_codec_h265std_encode.h | 42 uint16_t luma_weight_l1_flag; // bit 0 - num_ref_idx_l1_active_minus1 member
|
/external/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 31 uint32_t luma_weight_l1_flag; member
|
D | vulkan_video_codec_h265std_encode.h | 31 uint16_t luma_weight_l1_flag; member
|
/external/swiftshader/include/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 31 uint32_t luma_weight_l1_flag; member
|
D | vulkan_video_codec_h265std_encode.h | 31 uint16_t luma_weight_l1_flag; member
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkTypeUtil.inl | 846 …32_t luma_weight_l0_flag, uint32_t chroma_weight_l0_flag, uint32_t luma_weight_l1_flag, uint32_t c… argument 851 res.luma_weight_l1_flag = luma_weight_l1_flag; 876 …16_t luma_weight_l0_flag, uint16_t chroma_weight_l0_flag, uint16_t luma_weight_l1_flag, uint16_t c… argument 881 res.luma_weight_l1_flag = luma_weight_l1_flag;
|
D | vkStructTypes.inl | 8357 uint32_t luma_weight_l1_flag; member 8936 uint16_t luma_weight_l1_flag; member
|
D | vkStrUtilImpl.inl | 16377 s << "\tluma_weight_l1_flag = " << value.luma_weight_l1_flag << '\n'; 16963 s << "\tluma_weight_l1_flag = " << value.luma_weight_l1_flag << '\n';
|
D | vkVulkan_c.inl | 377 deUint32 luma_weight_l1_flag; member
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 33 uint32_t luma_weight_l1_flag; member
|
D | vulkan_video_codec_h265std_encode.h | 33 uint16_t luma_weight_l1_flag; member
|
/external/gfxstream-protocols/include/vulkan/include/vk_video/ |
D | vulkan_video_codec_h264std_encode.h | 31 uint32_t luma_weight_l1_flag; member
|
D | vulkan_video_codec_h265std_encode.h | 31 uint16_t luma_weight_l1_flag; member
|
/external/crosvm/media/cros-codecs/src/decoders/h264/backends/ |
D | vaapi.rs | 414 let mut luma_weight_l1_flag = false; in build_slice_param() localVariable 451 luma_weight_l1_flag = true; in build_slice_param() 496 luma_weight_l1_flag as u8, in build_slice_param()
|
/external/crosvm/media/libva/src/ |
D | buffer_type.rs | 770 luma_weight_l1_flag: u8, 805 luma_weight_l1_flag,
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_video.hpp | 800 …( 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 2292 …( luma_weight_l1_flag == rhs.luma_weight_l1_flag ) && ( chroma_weight_l1_flag == rhs.chroma_weight… in operator ==() 2303 uint16_t luma_weight_l1_flag = {}; member
|
/external/crosvm/media/cros-codecs/src/decoders/h264/ |
D | parser.rs | 2378 let luma_weight_l1_flag = r.read_bit()?; in parse_pred_weight_table() localVariable 2380 if luma_weight_l1_flag { in parse_pred_weight_table()
|
/external/crosvm/media/libva/src/bindings/ |
D | va.rs | 1447 pub luma_weight_l1_flag: u8, field 3512 pub luma_weight_l1_flag: u8, field
|