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

/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_neon.c179 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ macro
203 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
206 CONVERT1(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \
/external/webp/src/dsp/
H A Dupsampling_neon.c179 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ macro
203 CONVERT1(FMT, XSTEP, len, top_y, uv, top_dst, cur_x); \
206 CONVERT1(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x); \

Completed in 99 milliseconds