Searched refs:h_chroma_shift (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dyuv4mpegenc.c143 int width, height, h_chroma_shift, v_chroma_shift; local
213 av_pix_fmt_get_chroma_sub_sample(st->codec->pix_fmt, &h_chroma_shift,
215 width = FF_CEIL_RSHIFT(width, h_chroma_shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dyuv4mpeg.c95 int width, height, h_chroma_shift, v_chroma_shift; local
131 avcodec_get_chroma_sub_sample(st->codec->pix_fmt, &h_chroma_shift,
133 width >>= h_chroma_shift; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c1725 int i, h_chroma_shift, v_chroma_shift; local
1727 av_pix_fmt_get_chroma_sub_sample(frame->format, &h_chroma_shift, &v_chroma_shift);
1733 0x80, FF_CEIL_RSHIFT(frame->width, h_chroma_shift));
1735 0x80, FF_CEIL_RSHIFT(frame->width, h_chroma_shift));
1841 int h_chroma_shift, v_chroma_shift; local
1843 &h_chroma_shift, &v_chroma_shift);
1877 0x80, FF_CEIL_RSHIFT(avctx->width, h_chroma_shift));
1879 0x80, FF_CEIL_RSHIFT(avctx->width, h_chroma_shift));
2196 int h_chroma_shift, v_chroma_shift, block_height; local
2205 avcodec_get_chroma_sub_sample(avctx->pix_fmt, &h_chroma_shift,
[all...]
H A Dh264_slice.c278 int h_chroma_shift, v_chroma_shift; local
280 &h_chroma_shift, &v_chroma_shift);
284 0x80, FF_CEIL_RSHIFT(h->avctx->width, h_chroma_shift));
286 0x80, FF_CEIL_RSHIFT(h->avctx->width, h_chroma_shift));
H A Dmpegvideo_enc.c1132 int h_chroma_shift, v_chroma_shift; local
1134 &h_chroma_shift,
1140 int h_shift = i ? h_chroma_shift : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c409 int h_chroma_shift, v_chroma_shift; local
417 avcodec_get_chroma_sub_sample(s->pix_fmt, &h_chroma_shift, &v_chroma_shift);
451 const int h_shift= i==0 ? 0 : h_chroma_shift;
H A Dmpegvideo_enc.c1029 int h_chroma_shift, v_chroma_shift; local
1030 avcodec_get_chroma_sub_sample(s->avctx->pix_fmt, &h_chroma_shift,
1036 int h_shift = i ? h_chroma_shift : 0;
H A Dmpegvideo.c1614 int h_chroma_shift, v_chroma_shift, block_height; local
1623 &h_chroma_shift, &v_chroma_shift);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c427 int h_chroma_shift, v_chroma_shift; local
452 avcodec_get_chroma_sub_sample(s->pix_fmt, &h_chroma_shift, &v_chroma_shift);
454 const int h_shift = i==0 ? 0 : h_chroma_shift;

Completed in 149 milliseconds