Home
last modified time | relevance | path

Searched refs:bit_depth_chroma (Results 1 - 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_ps.c410 sps->bit_depth_chroma = get_ue_golomb_31(gb) + 8; in ff_h264_decode_seq_parameter_set()
411 if (sps->bit_depth_chroma != sps->bit_depth_luma) { in ff_h264_decode_seq_parameter_set()
417 sps->bit_depth_chroma < 8 || sps->bit_depth_chroma > 14) { in ff_h264_decode_seq_parameter_set()
419 sps->bit_depth_luma, sps->bit_depth_chroma); in ff_h264_decode_seq_parameter_set()
431 sps->bit_depth_chroma = 8; in ff_h264_decode_seq_parameter_set()
H A Dhevc_ps.h163 int bit_depth_chroma; member
197 uint8_t bit_depth_chroma; member
H A Dhevc_ps.c911 int bit_depth_chroma, start, vui_present, sublayer_ordering_info; in ff_hevc_parse_sps() local
986 bit_depth_chroma = get_ue_golomb_long(gb) + 8; in ff_hevc_parse_sps()
987 if (sps->chroma_format_idc && bit_depth_chroma != sps->bit_depth) { in ff_hevc_parse_sps()
991 sps->bit_depth, bit_depth_chroma); in ff_hevc_parse_sps()
994 sps->bit_depth_chroma = bit_depth_chroma; in ff_hevc_parse_sps()
1084 sps->pcm.bit_depth_chroma = get_bits(gb, 4) + 1; in ff_hevc_parse_sps()
1088 if (FFMAX(sps->pcm.bit_depth, sps->pcm.bit_depth_chroma) > sps->bit_depth) { in ff_hevc_parse_sps()
1091 sps->pcm.bit_depth, sps->pcm.bit_depth_chroma, sps->bit_depth); in ff_hevc_parse_sps()
1357 || pps->log2_sao_offset_scale_chroma > FFMAX(sps->bit_depth_chroma in pps_range_extensions()
[all...]
H A Dh264_ps.h101 int bit_depth_chroma; ///< bit_depth_chroma_minus8 + 8 member
H A Dhevc_sei.h122 int bit_depth_chroma; member
H A Dh264_sei.h173 int bit_depth_chroma; member
H A Dnvdec_h264.c89 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in nvdec_h264_start_frame()
H A Dh264_slice.c1000 ff_h264chroma_init(&h->h264chroma, sps->bit_depth_chroma); in h264_slice_header_init()
1364 fgp->codec.h274.bit_depth_chroma = fgc->bit_depth_chroma; in h264_export_frame_props()
1371 fgp->codec.h274.bit_depth_chroma = sps->bit_depth_chroma; in h264_export_frame_props()
1685 1<<(h->ps.sps->bit_depth_chroma-1), in h264_field_start()
1686 1<<(h->ps.sps->bit_depth_chroma-1), in h264_field_start()
H A Ddxva2_hevc.c107 ((sps->pcm_enabled_flag ? (sps->pcm.bit_depth_chroma - 1) : 0) << 8) | in fill_picture_parameters()
H A Dhevc_sei.c434 h->bit_depth_chroma = get_bits(gb, 3) + 8; in decode_film_grain_characteristics()
H A Dh264_sei.c431 h->bit_depth_chroma = get_bits(gb, 3) + 8; in decode_film_grain_characteristics()
H A Dnvdec_hevc.c110 .pcm_sample_bit_depth_chroma_minus1 = sps->pcm_enabled_flag ? sps->pcm.bit_depth_chroma - 1 : 0, in nvdec_hevc_start_frame()
H A Dvaapi_h264.c244 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in vaapi_h264_start_frame()
H A Ddxva2_h264.c123 pp->bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8; in fill_picture_parameters()
H A Dvdpau_hevc.c110 info->pcm_sample_bit_depth_chroma_minus1 = sps->pcm.bit_depth_chroma - 1; in vdpau_hevc_start_frame()
H A Dvaapi_hevc.c151 .pcm_sample_bit_depth_chroma_minus1 = sps->pcm.bit_depth_chroma - 1, in vaapi_hevc_start_frame()
H A Dhevcdec.c1458 s->ps.sps->pcm.bit_depth_chroma; in hls_pcm_sample()
1474 &gb, s->ps.sps->pcm.bit_depth_chroma); in hls_pcm_sample()
1478 &gb, s->ps.sps->pcm.bit_depth_chroma); in hls_pcm_sample()
2929 fgp->codec.h274.bit_depth_chroma = fgc->bit_depth_chroma; in set_side_data()
2938 fgp->codec.h274.bit_depth_chroma = sps->bit_depth_chroma; in set_side_data()
H A Dvideotoolbox.c337 AV_W8(p + 18, (sps->bit_depth_chroma - 8) | 0xf8); in ff_videotoolbox_hvcc_extradata_create()
/third_party/ffmpeg/libavutil/
H A Dfilm_grain_params.h147 int bit_depth_chroma; member
200 * For comp_model_value[cb..cr], the range of values is [0, 2^bit_depth_chroma - 1]
203 * For comp_model_value[cb..cr], the range of values is [-2^(bit_depth_chroma - 1), 2^(bit_depth_chroma - 1) - 1]
/third_party/ffmpeg/libavformat/
H A Davc.h76 uint8_t bit_depth_chroma; member
H A Davc.c240 avio_w8(pb, 0xf8 | (seq.bit_depth_chroma - 8)); /* 5 bits reserved (11111) + bit_depth_chroma_minus8 */ in ff_isom_write_avcc()
408 sps->bit_depth_chroma = get_ue_golomb(&gb) + 8; in ff_avc_decode_sps()
429 sps->bit_depth_chroma = 8; in ff_avc_decode_sps()
/third_party/ffmpeg/libavfilter/
H A Dvf_showinfo.c472 av_log(ctx, AV_LOG_INFO, "bit_depth_chroma=%d; ", h274->bit_depth_chroma); in dump_sei_film_grain_params_metadata()

Completed in 27 milliseconds