/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream_builder_h264.cpp | 84 uint32_t bit_depth_chroma_minus8 = 0; in build_sps() local 89 bit_depth_chroma_minus8 = 2; in build_sps() 112 bit_depth_chroma_minus8, in build_sps() 243 debug_printf("bit_depth_chroma_minus8: %d\n", sps.bit_depth_chroma_minus8); in print_sps()
|
H A D | d3d12_video_dec_h264.cpp | 392 // uint8_t bit_depth_chroma_minus8; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() 393 dxvaStructure.bit_depth_chroma_minus8 = pPipeDesc->pps->sps->bit_depth_chroma_minus8; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() 394 assert(dxvaStructure.bit_depth_chroma_minus8 == 0); // Only support for NV12 now in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
|
H A D | d3d12_video_encoder_nalu_writer_h264.h | 65 uint32_t bit_depth_chroma_minus8; member
|
H A D | d3d12_video_dec_h264.h | 129 uint8_t bit_depth_chroma_minus8; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_vcn_dec.h | 585 unsigned char bit_depth_chroma_minus8; member 769 unsigned char bit_depth_chroma_minus8; member 862 unsigned char bit_depth_chroma_minus8; member 978 unsigned char bit_depth_chroma_minus8; member
|
H A D | ac_uvd_dec.h | 140 uint8_t bit_depth_chroma_minus8; member 190 uint8_t bit_depth_chroma_minus8; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.h | 141 uint8_t bit_depth_chroma_minus8; member 191 uint8_t bit_depth_chroma_minus8; member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_h264.c | 79 context->desc.h264.pps->sps->bit_depth_chroma_minus8 = h264->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferH264()
|
H A D | picture_hevc_enc.c | 147 context->desc.h265enc.seq.bit_depth_chroma_minus8 = h265->seq_fields.bits.bit_depth_chroma_minus8; in vlVaHandleVAEncSequenceParameterBufferTypeHEVC()
|
H A D | picture_hevc.c | 43 context->desc.h265.pps->sps->bit_depth_chroma_minus8 = hevc->bit_depth_chroma_minus8; in vlVaHandlePictureParameterBufferHEVC()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_h265_syntax_template.c | 737 : current->bit_depth_chroma_minus8 + 8; in sps_scc_extension() 840 ue(bit_depth_chroma_minus8, 0, 8); in sps() 910 0, current->bit_depth_chroma_minus8 + 8 - 1); in sps() 991 ue(log2_sao_offset_scale_chroma, 0, FFMAX(0, sps->bit_depth_chroma_minus8 - 2)); in pps_range_extension() 1245 -(4 << (sps->bit_depth_chroma_minus8 + 8 - 1)), in pred_weight_table() 1246 ((4 << (sps->bit_depth_chroma_minus8 + 8 - 1)) - 1), 2, i, j); in pred_weight_table() 1286 -(4 << (sps->bit_depth_chroma_minus8 + 8 - 1)), in pred_weight_table() 1287 ((4 << (sps->bit_depth_chroma_minus8 + 8 - 1)) - 1), 2, i, j); in pred_weight_table() 1880 infer(film_grain_bit_depth_chroma_minus8, sps->bit_depth_chroma_minus8); in film_grain_characteristics()
|
H A D | nvdec_h264.c | 89 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in nvdec_h264_start_frame()
|
H A D | cbs_h264.h | 120 uint8_t bit_depth_chroma_minus8; member
|
H A D | cbs_h264_syntax_template.c | 298 ue(bit_depth_chroma_minus8, 0, 6); in sps() 323 infer(bit_depth_chroma_minus8, 0); in sps() 770 infer(film_grain_bit_depth_chroma_minus8, sps->bit_depth_chroma_minus8); in film_grain_characteristics()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 286 uint8_t bit_depth_chroma_minus8; member 461 uint32_t bit_depth_chroma_minus8; member 544 uint8_t bit_depth_chroma_minus8; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc.c | 96 enc->enc_pic.bit_depth_chroma_minus8 = pic->seq.bit_depth_chroma_minus8; in radeon_uvd_enc_get_param()
|
H A D | radeon_uvd.c | 300 (pic->pps->sps->bit_depth_luma_minus8 || pic->pps->sps->bit_depth_chroma_minus8) ? 2 : 1; in calc_ctx_size_h265_main10() 521 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h264_msg() 611 result.bit_depth_chroma_minus8 = pic->pps->sps->bit_depth_chroma_minus8; in get_h265_msg()
|
H A D | radeon_uvd_enc.h | 358 unsigned bit_depth_chroma_minus8; member
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 257 uint8_t bit_depth_chroma_minus8; member
|
H A D | vulkan_video_codec_h265std.h | 256 uint8_t bit_depth_chroma_minus8; member
|
/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 261 uint8_t bit_depth_chroma_minus8; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 248 uint8_t bit_depth_chroma_minus8; member
|
H A D | vulkan_video_codec_h265std.h | 226 uint8_t bit_depth_chroma_minus8; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 520 uint8_t bit_depth_chroma_minus8; member 945 uint8_t bit_depth_chroma_minus8; // high bit depth chroma. E.g, 2 for 10-bitdepth, 4 for 12-bitdepth member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 516 ( bit_depth_luma_minus8 == rhs.bit_depth_luma_minus8 ) && ( bit_depth_chroma_minus8 == rhs.bit_depth_chroma_minus8 ) && 543 uint8_t bit_depth_chroma_minus8 = {}; member 1907 ( bit_depth_luma_minus8 == rhs.bit_depth_luma_minus8 ) && ( bit_depth_chroma_minus8 == rhs.bit_depth_chroma_minus8 ) && 1946 uint8_t bit_depth_chroma_minus8 = {}; member
|