Searched refs:dst_bottom_line (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.c197 uint8_t * const dst_bottom_line = dst_data + dst_linesize * ((256 >> shift_h) - 1); local
198 uint8_t * const dst_line = (mirror ? dst_bottom_line : dst_data);

Completed in 21 milliseconds