Searched refs:CONVERT2RGB_32 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse41.c | 109 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ macro 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
|
D | upsampling_sse2.c | 107 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ macro 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
|