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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_histogram.c190 const int shift_w = (is_chroma ? h->desc->log2_chroma_w : 0); local
196 uint8_t *dst_data = outpicref->data[plane] + (col_mode ? (offset >> shift_h) * dst_linesize : offset >> shift_w);
201 const int src_w = FF_CEIL_RSHIFT(inpicref->width, shift_w);
206 dst_data += 256 >> shift_w;
216 target = dst_data - (*p >> shift_w);
218 target = dst_data + (*p >> shift_w);

Completed in 21 milliseconds