Searched refs:shift_v (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtiffenc.c222 int shift_h, shift_v; local
283 &shift_h, &shift_v);
284 s->bpp = 8 + (16 >> (shift_h + shift_v));
286 s->subsampling[1] = 1 << shift_v;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiffenc.c240 int shift_h, shift_v; local
280 av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &shift_h, &shift_v);
283 s->subsampling[1] = 1 << shift_v;

Completed in 84 milliseconds