Searched refs:shift_h (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_histogram.c191 const int shift_h = (is_chroma ? h->desc->log2_chroma_h : 0); local
196 uint8_t *dst_data = outpicref->data[plane] + (col_mode ? (offset >> shift_h) * dst_linesize : offset >> shift_w);
197 uint8_t * const dst_bottom_line = dst_data + dst_linesize * ((256 >> shift_h) - 1);
200 const int src_h = FF_CEIL_RSHIFT(inpicref->height, shift_h);
213 target = dst++ + dst_signed_linesize * (*p >> shift_h);
/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));
285 s->subsampling[0] = 1 << shift_h;
/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);
282 s->subsampling[0] = 1 << shift_h;

Completed in 162 milliseconds