/external/chromium_org/third_party/libwebp/dsp/ |
D | upsampling_neon.c | 120 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ argument 153 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument 164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 172 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 180 #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 | 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
|
D | yuv_mips32.c | 24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
|
D | yuv.c | 72 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
/external/webp/src/dsp/ |
D | upsampling_neon.c | 120 #define CONVERT8(FMT, XSTEP, N, src_y, src_uv, out, cur_x) { \ argument 153 #define CONVERT1(FUNC, XSTEP, N, src_y, src_uv, rgb, cur_x) { \ argument 164 #define CONVERT2RGB_8(FMT, XSTEP, top_y, bottom_y, uv, \ argument 172 #define CONVERT2RGB_1(FUNC, XSTEP, top_y, bottom_y, uv, \ argument 180 #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 | 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
|
D | yuv_mips32.c | 24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
|
D | yuv.c | 72 #define ROW_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|