Searched refs:bit_depth_luma (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_ps.c | 406 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 …]
|
D | h264_slice.c | 316 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 …]
|
D | h264_ps.h | 100 int bit_depth_luma; ///< bit_depth_luma_minus8 + 8 member
|
D | h264_mb_template.c | 99 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()
|
D | nvdec_h264.c | 88 .bit_depth_luma_minus8 = sps->bit_depth_luma - 8, in nvdec_h264_start_frame()
|
D | vaapi_h264.c | 243 .bit_depth_luma_minus8 = sps->bit_depth_luma - 8, in vaapi_h264_start_frame()
|
D | h264_cabac.c | 1266 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()
|
D | h264_cavlc.c | 776 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()
|
D | h264dec.h | 460 int bit_depth_luma; ///< luma bit depth from sps to detect changes member
|
D | h264_loopfilter.c | 255 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()
|
D | dxva2_h264.c | 120 pp->bit_depth_luma_minus8 = sps->bit_depth_luma - 8; in fill_picture_parameters()
|
D | h264_parser.c | 388 switch (sps->bit_depth_luma) { in parse_nal_units()
|
/third_party/ffmpeg/libavformat/ |
D | avc.c | 205 …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()
|
D | avc.h | 45 uint8_t bit_depth_luma; member
|
D | mxfenc.c | 2277 sc->component_depth = sps->bit_depth_luma; in mxf_parse_h264_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah264dec.c | 558 _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()
|
D | gstvah265dec.c | 893 _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/ |
D | gsth265parser.c | 4367 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()
|