Searched refs:NEON_UPSAMPLE_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_neon.c | 192 #define NEON_UPSAMPLE_FUNC(FUNC_NAME, FMT, XSTEP) \ macro 246 NEON_UPSAMPLE_FUNC(UpsampleRgbaLinePair_NEON, Rgba, 4) 247 NEON_UPSAMPLE_FUNC(UpsampleBgraLinePair_NEON, Bgra, 4) 249 NEON_UPSAMPLE_FUNC(UpsampleRgbLinePair_NEON, Rgb, 3) 250 NEON_UPSAMPLE_FUNC(UpsampleBgrLinePair_NEON, Bgr, 3) 251 NEON_UPSAMPLE_FUNC(UpsampleArgbLinePair_NEON, Argb, 4) 252 NEON_UPSAMPLE_FUNC(UpsampleRgba4444LinePair_NEON, Rgba4444, 2) 253 NEON_UPSAMPLE_FUNC(UpsampleRgb565LinePair_NEON, Rgb565, 2)
|