Searched refs:dst01 (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_hqx.c179 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; local
211 *dst01 = w4;
214 *dst01 = w4;
216 *dst01 = interp_2px(w1, 3, w4, 1, 2);
219 *dst01 = interp_2px(w4, 3, w1, 1, 2);
224 *dst01 = interp_2px(w4, 7, w1, 1, 3);
226 *dst01 = w4;
245 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; local
304 *dst01 = interp_2px(w4, 7, w3, 1, 3);
306 *dst01
[all...]

Completed in 50 milliseconds