Searched refs:v_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
214 &v_chroma_shift);
216 height = FF_CEIL_RSHIFT(height, v_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
132 &v_chroma_shift);
134 height >>= v_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);
1731 for(i=0; i<FF_CEIL_RSHIFT(frame->height, v_chroma_shift); i++) {
1841 int h_chroma_shift, v_chroma_shift; local
1843 &h_chroma_shift, &v_chroma_shift);
1875 for(i=0; i<FF_CEIL_RSHIFT(avctx->height, v_chroma_shift); i++) {
2196 int h_chroma_shift, v_chroma_shift, block_height; local
2205 avcodec_get_chroma_sub_sample(avctx->pix_fmt, &h_chroma_shift, &v_chroma_shift);
2211 block_height = 16 >> v_chroma_shift;
H A Dh264_slice.c278 int h_chroma_shift, v_chroma_shift; local
280 &h_chroma_shift, &v_chroma_shift);
282 for(i=0; i<FF_CEIL_RSHIFT(h->avctx->height, v_chroma_shift); i++) {
H A Dmpegvideo_enc.c1132 int h_chroma_shift, v_chroma_shift; local
1135 &v_chroma_shift);
1141 int v_shift = i ? v_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);
452 const int v_shift= i==0 ? 0 : v_chroma_shift;
H A Dmpegvideo.c1614 int h_chroma_shift, v_chroma_shift, block_height; local
1623 &h_chroma_shift, &v_chroma_shift);
1627 pict->linesize[i] * height >> v_chroma_shift);
1632 block_height = 16 >> v_chroma_shift;
H A Dmpegvideo_enc.c1029 int h_chroma_shift, v_chroma_shift; local
1031 &v_chroma_shift);
1037 int v_shift = i ? v_chroma_shift : 0;
/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);
455 const int v_shift = i==0 ? 0 : v_chroma_shift;

Completed in 274 milliseconds