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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c388 sps->bit_depth_chroma = get_ue_golomb(&h->gb) + 8;
389 if (sps->bit_depth_chroma != sps->bit_depth_luma) {
394 if (sps->bit_depth_luma > 14U || sps->bit_depth_chroma > 14U) {
396 sps->bit_depth_luma, sps->bit_depth_chroma);
405 sps->bit_depth_chroma = 8;
H A Dhevc_ps.c625 int bit_depth_chroma, start, vui_present, sublayer_ordering_info; local
716 bit_depth_chroma = get_ue_golomb_long(gb) + 8;
717 if (bit_depth_chroma != sps->bit_depth) {
721 sps->bit_depth, bit_depth_chroma);
837 sps->pcm.bit_depth_chroma = get_bits(gb, 4) + 1;
H A Dvaapi_h264.c246 pic_param->bit_depth_chroma_minus8 = h->sps.bit_depth_chroma - 8;
H A Ddxva2_h264.c116 pp->bit_depth_chroma_minus8 = h->sps.bit_depth_chroma - 8;
H A Dh264.h227 int bit_depth_chroma; ///< bit_depth_chroma_minus8 + 8 member in struct:SPS
H A Dhevc.h443 uint8_t bit_depth_chroma; member in struct:HEVCSPS::__anon3156
H A Dh264.c643 av_assert0(h->sps.bit_depth_chroma == 0);
644 ff_h264chroma_init(&h->h264chroma, h->sps.bit_depth_chroma);
1260 ff_h264chroma_init(&h->h264chroma, h->sps.bit_depth_chroma);
H A Dhevc.c1251 s->sps->pcm.bit_depth_chroma;
1266 &gb, s->sps->pcm.bit_depth_chroma);
1270 &gb, s->sps->pcm.bit_depth_chroma);
H A Dh264_slice.c716 1<<(h->sps.bit_depth_chroma-1),
717 1<<(h->sps.bit_depth_chroma-1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_fw_if.h119 unsigned char bit_depth_chroma; /* Bit depth chroma minus 8. */ member in struct:fgt_sei
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_h264.c246 pic_param->bit_depth_chroma_minus8 = h->sps.bit_depth_chroma - 8;
H A Dh264_ps.c349 sps->bit_depth_chroma = get_ue_golomb(&s->gb) + 8;
355 sps->bit_depth_chroma = 8;
H A Ddxva2_h264.c115 pp->bit_depth_chroma_minus8 = h->sps.bit_depth_chroma - 8;
H A Dh264.h204 int bit_depth_chroma; ///< bit_depth_chroma_minus8 + 8 member in struct:SPS
H A Dh264.c4058 if (h->sps.bit_depth_luma != h->sps.bit_depth_chroma) {

Completed in 198 milliseconds