HomeSort by relevance Sort by last modified time
    Searched refs:CONVERT8 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \
193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \
  /external/webp/src/dsp/
upsampling_neon.c 96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \
193 CONVERT8(FMT, XSTEP, len, top_y, uv, top_dst, cur_x) \
196 CONVERT8(FMT, XSTEP, len, bottom_y, (uv) + 32, bottom_dst, cur_x) \

Completed in 418 milliseconds