/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream_builder_h264.cpp | 83 uint32_t bit_depth_luma_minus8 = 0; in build_sps() local 88 bit_depth_luma_minus8 = 2; in build_sps() 111 bit_depth_luma_minus8, in build_sps() 242 debug_printf("bit_depth_luma_minus8: %d\n", sps.bit_depth_luma_minus8); in print_sps()
|
H A D | d3d12_video_dec_h264.cpp | 389 // uint8_t bit_depth_luma_minus8; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() 390 dxvaStructure.bit_depth_luma_minus8 = pPipeDesc->pps->sps->bit_depth_luma_minus8; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264() 391 assert(dxvaStructure.bit_depth_luma_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 | 64 uint32_t bit_depth_luma_minus8; member
|
H A D | d3d12_video_dec_h264.h | 128 uint8_t bit_depth_luma_minus8; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_h265_syntax_template.c | 736 int bit_depth = comp == 0 ? current->bit_depth_luma_minus8 + 8 in sps_scc_extension() 839 ue(bit_depth_luma_minus8, 0, 8); in sps() 908 0, current->bit_depth_luma_minus8 + 8 - 1); in sps() 990 ue(log2_sao_offset_scale_luma, 0, FFMAX(0, sps->bit_depth_luma_minus8 - 2)); in pps_range_extension() 1066 se(init_qp_minus26, -(26 + 6 * sps->bit_depth_luma_minus8), +25); in pps() 1235 -(1 << (sps->bit_depth_luma_minus8 + 8 - 1)), in pred_weight_table() 1236 ((1 << (sps->bit_depth_luma_minus8 + 8 - 1)) - 1), 1, i); in pred_weight_table() 1276 -(1 << (sps->bit_depth_luma_minus8 + 8 - 1)), in pred_weight_table() 1277 ((1 << (sps->bit_depth_luma_minus8 + 8 - 1)) - 1), 1, i); in pred_weight_table() 1528 - 6 * sps->bit_depth_luma_minus8 in slice_segment_header() [all...] |
H A D | cbs_h264_syntax_template.c | 297 ue(bit_depth_luma_minus8, 0, 6); in sps() 322 infer(bit_depth_luma_minus8, 0); in sps() 471 se(pic_init_qp_minus26, -26 - 6 * sps->bit_depth_luma_minus8, +25); in pps() 769 infer(film_grain_bit_depth_luma_minus8, sps->bit_depth_luma_minus8); in film_grain_characteristics() 1173 se(slice_qp_delta, - 51 - 6 * sps->bit_depth_luma_minus8, in slice_header() 1174 + 51 + 6 * sps->bit_depth_luma_minus8); in slice_header()
|
H A D | nvdec_h264.c | 88 .bit_depth_luma_minus8 = sps->bit_depth_luma - 8, in nvdec_h264_start_frame()
|
H A D | cbs_h264.h | 119 uint8_t bit_depth_luma_minus8; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_vcn_dec.h | 584 unsigned char bit_depth_luma_minus8; member 768 unsigned char bit_depth_luma_minus8; member 861 unsigned char bit_depth_luma_minus8; member 977 unsigned char bit_depth_luma_minus8; member
|
H A D | ac_uvd_dec.h | 139 uint8_t bit_depth_luma_minus8; member 189 uint8_t bit_depth_luma_minus8; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.h | 140 uint8_t bit_depth_luma_minus8; member 190 uint8_t bit_depth_luma_minus8; member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | picture_h264.c | 78 context->desc.h264.pps->sps->bit_depth_luma_minus8 = h264->bit_depth_luma_minus8; in vlVaHandlePictureParameterBufferH264()
|
H A D | picture_hevc_enc.c | 146 context->desc.h265enc.seq.bit_depth_luma_minus8 = h265->seq_fields.bits.bit_depth_luma_minus8; in vlVaHandleVAEncSequenceParameterBufferTypeHEVC()
|
H A D | picture_hevc.c | 42 context->desc.h265.pps->sps->bit_depth_luma_minus8 = hevc->bit_depth_luma_minus8; in vlVaHandlePictureParameterBufferHEVC()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_state.h | 285 uint8_t bit_depth_luma_minus8; member 460 uint32_t bit_depth_luma_minus8; member 543 uint8_t bit_depth_luma_minus8; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd_enc.c | 95 enc->enc_pic.bit_depth_luma_minus8 = pic->seq.bit_depth_luma_minus8; in radeon_uvd_enc_get_param()
|
H A D | radeon_vcn_enc_4_0.c | 106 if (enc->enc_pic.bit_depth_luma_minus8 == 2) in radeon_enc_ctx()
|
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() 520 result.bit_depth_luma_minus8 = pic->pps->sps->bit_depth_luma_minus8; in get_h264_msg() 610 result.bit_depth_luma_minus8 = pic->pps->sps->bit_depth_luma_minus8; in get_h265_msg()
|
H A D | radeon_uvd_enc.h | 357 unsigned bit_depth_luma_minus8; member
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 256 uint8_t bit_depth_luma_minus8; member
|
H A D | vulkan_video_codec_h265std.h | 255 uint8_t bit_depth_luma_minus8; member
|
/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 260 uint8_t bit_depth_luma_minus8; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 247 uint8_t bit_depth_luma_minus8; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 519 uint8_t bit_depth_luma_minus8; member 944 uint8_t bit_depth_luma_minus8; // high bit depth luma. 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 ) && 542 uint8_t bit_depth_luma_minus8 = {}; member 1907 ( bit_depth_luma_minus8 == rhs.bit_depth_luma_minus8 ) && ( bit_depth_chroma_minus8 == rhs.bit_depth_chroma_minus8 ) && 1945 uint8_t bit_depth_luma_minus8 = {}; member
|