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

  /external/webp/src/dsp/
upsampling_sse2.c 107 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \
144 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \
157 CONVERT2RGB_32(FUNC, XSTEP, tmp_top, tmp_bottom, tmp_top_dst, \
184 #undef CONVERT2RGB_32
upsampling_sse41.c 109 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \
146 CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, top_dst, bottom_dst, pos); \
159 CONVERT2RGB_32(FUNC, XSTEP, tmp_top, tmp_bottom, tmp_top_dst, \
178 #undef CONVERT2RGB_32

Completed in 335 milliseconds