Searched refs:PredictLineLeft_NEON (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | filters_neon.c | 60 static void PredictLineLeft_NEON(const uint8_t* src, uint8_t* dst, int length) { in PredictLineLeft_NEON() function 81 PredictLineLeft_NEON(in + 1, out + 1, width - 1); in DoHorizontalFilter_NEON() 91 PredictLineLeft_NEON(in + 1, out + 1, width - 1); in DoHorizontalFilter_NEON() 121 PredictLineLeft_NEON(in + 1, out + 1, width - 1); in DoVerticalFilter_NEON() 182 PredictLineLeft_NEON(in + 1, out + 1, width - 1); in DoGradientFilter_NEON()
|