/external/webp/src/dsp/ |
D | upsampling_sse2.c | 107 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, \ argument 122 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument 131 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 216 #define YUV444_FUNC(FUNC_NAME, CALL, XSTEP) \ argument
|
D | upsampling_neon.c | 154 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) do { \ argument 184 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument 195 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 203 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 211 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
|
D | upsampling.c | 37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 155 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
D | yuv.c | 72 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling_neon.c | 96 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ argument 179 #define CONVERT1(FMT, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument 190 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 200 #define CONVERT2RGB_1(FMT, XSTEP, top_y, bottom_y, uv, \ argument 210 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ argument
|
D | upsampling.c | 39 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 113 #define SAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 206 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
D | upsampling_sse2.c | 111 #define CONVERT2RGB(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 128 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|