Home
last modified time | relevance | path

Searched refs:bit_depth_chroma (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.c407 sps->bit_depth_chroma = get_ue_golomb_31(gb) + 8; in ff_h264_decode_seq_parameter_set()
408 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
414 sps->bit_depth_chroma < 8 || sps->bit_depth_chroma > 14) { in ff_h264_decode_seq_parameter_set()
416 sps->bit_depth_luma, sps->bit_depth_chroma); in ff_h264_decode_seq_parameter_set()
428 sps->bit_depth_chroma = 8; in ff_h264_decode_seq_parameter_set()
Dhevc_ps.h163 int bit_depth_chroma; member
197 uint8_t bit_depth_chroma; member
Dhevc_ps.c914 int bit_depth_chroma, start, vui_present, sublayer_ordering_info; in ff_hevc_parse_sps() local
989 bit_depth_chroma = get_ue_golomb_long(gb) + 8; in ff_hevc_parse_sps()
990 if (sps->chroma_format_idc && bit_depth_chroma != sps->bit_depth) { in ff_hevc_parse_sps()
994 sps->bit_depth, bit_depth_chroma); in ff_hevc_parse_sps()
997 sps->bit_depth_chroma = bit_depth_chroma; in ff_hevc_parse_sps()
1087 sps->pcm.bit_depth_chroma = get_bits(gb, 4) + 1; in ff_hevc_parse_sps()
1091 if (FFMAX(sps->pcm.bit_depth, sps->pcm.bit_depth_chroma) > sps->bit_depth) { in ff_hevc_parse_sps()
1094 sps->pcm.bit_depth, sps->pcm.bit_depth_chroma, sps->bit_depth); in ff_hevc_parse_sps()
1360 || pps->log2_sao_offset_scale_chroma > FFMAX(sps->bit_depth_chroma - 10, 0) in pps_range_extensions()
Dh264_ps.h101 int bit_depth_chroma; ///< bit_depth_chroma_minus8 + 8 member
Dnvdec_h264.c89 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in nvdec_h264_start_frame()
Dvaapi_h264.c244 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in vaapi_h264_start_frame()
Dnvdec_hevc.c110 …mple_bit_depth_chroma_minus1 = sps->pcm_enabled_flag ? sps->pcm.bit_depth_chroma - 1 : 0, in nvdec_hevc_start_frame()
Ddxva2_hevc.c105 … ((sps->pcm_enabled_flag ? (sps->pcm.bit_depth_chroma - 1) : 0) << 8) | in fill_picture_parameters()
Dvdpau_hevc.c111 info->pcm_sample_bit_depth_chroma_minus1 = sps->pcm.bit_depth_chroma - 1; in vdpau_hevc_start_frame()
Ddxva2_h264.c121 pp->bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8; in fill_picture_parameters()
Dvaapi_hevc.c151 .pcm_sample_bit_depth_chroma_minus1 = sps->pcm.bit_depth_chroma - 1, in vaapi_hevc_start_frame()
Dvideotoolbox.c280 AV_W8(p + 18, (sps->bit_depth_chroma - 8) | 0xfc); in ff_videotoolbox_hvcc_extradata_create()
Dh264_slice.c971 ff_h264chroma_init(&h->h264chroma, sps->bit_depth_chroma); in h264_slice_header_init()
1594 1<<(h->ps.sps->bit_depth_chroma-1), in h264_field_start()
1595 1<<(h->ps.sps->bit_depth_chroma-1), in h264_field_start()
Dhevcdec.c1438 s->ps.sps->pcm.bit_depth_chroma; in hls_pcm_sample()
1454 &gb, s->ps.sps->pcm.bit_depth_chroma); in hls_pcm_sample()
1458 &gb, s->ps.sps->pcm.bit_depth_chroma); in hls_pcm_sample()
/third_party/ffmpeg/libavformat/
Davc.c206 …avio_w8(pb, 0xf8 | (seq.bit_depth_chroma - 8)); /* 5 bits reserved (11111) + bit_depth_chroma_minu… in ff_isom_write_avcc()
374 sps->bit_depth_chroma = get_ue_golomb(&gb) + 8; in ff_avc_decode_sps()
395 sps->bit_depth_chroma = 8; in ff_avc_decode_sps()
Davc.h46 uint8_t bit_depth_chroma; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c4367 guint chroma_format_idc, bit_depth_luma, bit_depth_chroma; in gst_h265_get_profile_from_sps() local
4374 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h265_get_profile_from_sps()
4387 && bit_depth_luma == 8 && bit_depth_chroma == 8) in gst_h265_get_profile_from_sps()
4394 && bit_depth_chroma >= 8 && bit_depth_chroma <= 10) in gst_h265_get_profile_from_sps()
4439 if (bit_depth_luma > 8 || bit_depth_chroma > 8) in gst_h265_get_profile_from_sps()
4442 if (bit_depth_luma > 10 || bit_depth_chroma > 10) in gst_h265_get_profile_from_sps()
4445 if (bit_depth_luma > 12 || bit_depth_chroma > 12) in gst_h265_get_profile_from_sps()
4458 if (bit_depth_luma > 14 || bit_depth_chroma > 14) in gst_h265_get_profile_from_sps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c894 guint8 bit_depth_chroma, guint8 chroma_format_idc) in _get_rtformat() argument
896 guint8 bit_num = MAX (bit_depth_luma, bit_depth_chroma); in _get_rtformat()
928 chroma_format_idc, bit_depth_luma, bit_depth_chroma); in _get_rtformat()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2139 guint bit_depth_chroma; in gst_h265_parse_update_src_caps() local
2298 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h265_parse_update_src_caps()
2303 bit_depth_chroma = 0; in gst_h265_parse_update_src_caps()
2322 bit_depth_chroma, NULL); in gst_h265_parse_update_src_caps()
Dgsth264parse.c2179 guint bit_depth_chroma; in gst_h264_parse_update_src_caps() local
2258 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h264_parse_update_src_caps()
2263 bit_depth_chroma = 0; in gst_h264_parse_update_src_caps()
2282 "bit-depth-chroma", G_TYPE_UINT, bit_depth_chroma, NULL); in gst_h264_parse_update_src_caps()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst5642 …arams MinLumaBiPredSize8x8, pic_init_qs_minus26, chroma_format_idc, bit_depth_chroma, bit_depth_ch…