Home
last modified time | relevance | path

Searched refs:bit_depth_chroma_minus8 (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dnvcuvid.h101 …unsigned char bit_depth_chroma_minus8; /**< OUT: high bit depth chroma. E.g, 2 for 10-bitdepth, 4… member
Dcuviddec.h310 unsigned char bit_depth_chroma_minus8; // Must be 0 (only 8-bit supported) member
516 unsigned char bit_depth_chroma_minus8; member
/third_party/mingw-w64/mingw-w64-headers/include/
Ddxva.h141 UCHAR bit_depth_chroma_minus8; member
235 USHORT bit_depth_chroma_minus8 : 3; member
/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c734 : current->bit_depth_chroma_minus8 + 8; in FUNC()
837 ue(bit_depth_chroma_minus8, 0, 8); in FUNC()
907 0, current->bit_depth_chroma_minus8 + 8 - 1); in FUNC()
988 ue(log2_sao_offset_scale_chroma, 0, FFMAX(0, sps->bit_depth_chroma_minus8 - 2)); in FUNC()
1242 -(4 << (sps->bit_depth_chroma_minus8 + 8 - 1)), in FUNC()
1243 ((4 << (sps->bit_depth_chroma_minus8 + 8 - 1)) - 1), 2, i, j); in FUNC()
1283 -(4 << (sps->bit_depth_chroma_minus8 + 8 - 1)), in FUNC()
1284 ((4 << (sps->bit_depth_chroma_minus8 + 8 - 1)) - 1), 2, i, j); in FUNC()
Dnvdec_h264.c89 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in nvdec_h264_start_frame()
Dvaapi_encode_h265.c422 sps->bit_depth_chroma_minus8 = bit_depth - 8; in vaapi_encode_h265_init_sequence_params()
581 .bit_depth_chroma_minus8 = sps->bit_depth_chroma_minus8, in vaapi_encode_h265_init_sequence_params()
Dcbs_h264.h129 uint8_t bit_depth_chroma_minus8; member
Dvaapi_h264.c244 .bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8, in vaapi_h264_start_frame()
Dnvdec_hevc.c133 .bit_depth_chroma_minus8 = sps->bit_depth - 8, in nvdec_hevc_start_frame()
Dvdpau_hevc.c59 info->bit_depth_chroma_minus8 = sps->bit_depth - 8; in vdpau_hevc_start_frame()
Dcbs_h265.h277 uint8_t bit_depth_chroma_minus8; member
Dcbs_h264_syntax_template.c298 ue(bit_depth_chroma_minus8, 0, 6); in FUNC()
323 infer(bit_depth_chroma_minus8, 0); in FUNC()
Ddxva2_h264.c121 pp->bit_depth_chroma_minus8 = sps->bit_depth_chroma - 8; in fill_picture_parameters()
Dvaapi_encode_h264.c559 .bit_depth_chroma_minus8 = sps->bit_depth_chroma_minus8, in vaapi_encode_h264_init_sequence_params()
Dvaapi_hevc.c159 .bit_depth_chroma_minus8 = sps->bit_depth - 8, in vaapi_hevc_start_frame()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph265depay.c417 bit_depth_luma_minus8, bit_depth_chroma_minus8, in gst_rtp_h265_set_src_caps() local
478 gst_rtp_read_golomb (&br, &bit_depth_chroma_minus8); /* bit_depth_chroma_minus8 */ in gst_rtp_h265_set_src_caps()
509 data[18] = 0xf8 | bit_depth_chroma_minus8; in gst_rtp_h265_set_src_caps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h699 guint8 bit_depth_chroma_minus8; member
Dgsth265parser.h816 guint8 bit_depth_chroma_minus8; member
Dgsth264parser.c1593 READ_UE_MAX (nr, sps->bit_depth_chroma_minus8, 6); in gst_h264_parse_sps_data()
Dgsth265parser.c1696 READ_UE_MAX (&nr, sps->bit_depth_chroma_minus8, 6); in gst_h265_parse_sps()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c1262 data[18] = 0xf8 | sps->bit_depth_chroma_minus8; in gst_h265_parse_make_codec_data()
1723 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h265_parse_update_src_caps()
Dgsth264parse.c2034 bit_depth_chroma = sps->bit_depth_chroma_minus8 + 8; in gst_h264_parse_update_src_caps()