Home
last modified time | relevance | path

Searched refs:bit_depth_luma (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.c406 sps->bit_depth_luma = 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()
413 if (sps->bit_depth_luma < 8 || sps->bit_depth_luma > 14 || in ff_h264_decode_seq_parameter_set()
416 sps->bit_depth_luma, sps->bit_depth_chroma); in ff_h264_decode_seq_parameter_set()
427 sps->bit_depth_luma = 8; in ff_h264_decode_seq_parameter_set()
622 sps->bit_depth_luma, in ff_h264_decode_seq_parameter_set()
648 const int max_qp = 51 + 6 * (sps->bit_depth_luma - 8); in init_dequant8_coeff_table()
675 const int max_qp = 51 + 6 * (sps->bit_depth_luma - 8); in init_dequant4_coeff_table()
799 if (sps->bit_depth_luma > 14) { in ff_h264_decode_picture_parameter_set()
802 sps->bit_depth_luma); in ff_h264_decode_picture_parameter_set()
[all …]
Dh264_slice.c316 h->ps.sps->bit_depth_luma != h1->ps.sps->bit_depth_luma || in ff_h264_update_thread_context()
778 switch (h->ps.sps->bit_depth_luma) { in get_pixel_format()
866 "Unsupported bit depth %d\n", h->ps.sps->bit_depth_luma); in get_pixel_format()
953 if (sps->bit_depth_luma < 8 || sps->bit_depth_luma > 14 || in h264_slice_header_init()
954 sps->bit_depth_luma == 11 || sps->bit_depth_luma == 13 in h264_slice_header_init()
957 sps->bit_depth_luma); in h264_slice_header_init()
963 h->avctx->bits_per_raw_sample = sps->bit_depth_luma; in h264_slice_header_init()
965 h->pixel_shift = sps->bit_depth_luma > 8; in h264_slice_header_init()
967 h->bit_depth_luma = sps->bit_depth_luma; in h264_slice_header_init()
969 ff_h264dsp_init(&h->h264dsp, sps->bit_depth_luma, in h264_slice_header_init()
[all …]
Dh264_ps.h100 int bit_depth_luma; ///< bit_depth_luma_minus8 + 8 member
Dh264_mb_template.c99 const int bit_depth = h->ps.sps->bit_depth_luma; in FUNC()
308 const int bit_depth = h->ps.sps->bit_depth_luma; in FUNC()
Dnvdec_h264.c88 .bit_depth_luma_minus8 = sps->bit_depth_luma - 8, in nvdec_h264_start_frame()
Dvaapi_h264.c243 .bit_depth_luma_minus8 = sps->bit_depth_luma - 8, in vaapi_h264_start_frame()
Dh264_cabac.c1266 const int slice_qp = av_clip(sl->qscale - 6*(h->ps.sps->bit_depth_luma-8), 0, 51); in ff_h264_init_cabac_states()
2028 sps->bit_depth_luma >> 3; in ff_h264_decode_mb_cabac()
2393 const int max_qp = 51 + 6*(sps->bit_depth_luma-8); in ff_h264_decode_mb_cabac()
Dh264_cavlc.c776 h->ps.sps->bit_depth_luma; in ff_h264_decode_mb_cavlc()
1104 const int max_qp = 51 + 6 * (h->ps.sps->bit_depth_luma - 8); in ff_h264_decode_mb_cavlc()
Dh264dec.h460 int bit_depth_luma; ///< luma bit depth from sps to detect changes member
Dh264_loopfilter.c255 int qp_bd_offset = 6 * (h->ps.sps->bit_depth_luma - 8); in h264_filter_mb_fast_internal()
729 int qp_bd_offset = 6 * (h->ps.sps->bit_depth_luma - 8); in ff_h264_filter_mb()
Ddxva2_h264.c120 pp->bit_depth_luma_minus8 = sps->bit_depth_luma - 8; in fill_picture_parameters()
Dh264_parser.c388 switch (sps->bit_depth_luma) { in parse_nal_units()
/third_party/ffmpeg/libavformat/
Davc.c205 …avio_w8(pb, 0xf8 | (seq.bit_depth_luma - 8)); /* 5 bits reserved (11111) + bit_depth_luma_minus8 */ in ff_isom_write_avcc()
373 sps->bit_depth_luma = get_ue_golomb(&gb) + 8; in ff_avc_decode_sps()
394 sps->bit_depth_luma = 8; in ff_avc_decode_sps()
Davc.h45 uint8_t bit_depth_luma; member
Dmxfenc.c2277 sc->component_depth = sps->bit_depth_luma; in mxf_parse_h264_frame()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c558 _get_rtformat (GstVaH264Dec * self, guint8 bit_depth_luma, in _get_rtformat() argument
561 switch (bit_depth_luma) { in _get_rtformat()
580 "(with depth luma: %d)", chroma_format_idc, bit_depth_luma); in _get_rtformat()
Dgstvah265dec.c893 _get_rtformat (GstVaH265Dec * self, guint8 bit_depth_luma, 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-libs/gst/codecparsers/
Dgsth265parser.c4367 guint chroma_format_idc, bit_depth_luma, bit_depth_chroma; in gst_h265_get_profile_from_sps() local
4373 bit_depth_luma = sps->bit_depth_luma_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()
4393 && bit_depth_luma >= 8 && bit_depth_luma <= 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()