Searched refs:PredictLineLeft (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | filters_sse2.c | 68 static void PredictLineLeft(const uint8_t* src, uint8_t* dst, int length, in PredictLineLeft() function 132 PredictLineLeft(in + 1, out + 1, width - 1, inverse); in DoHorizontalFilter() 143 PredictLineLeft(in + 1, out + 1, width - 1, inverse); in DoHorizontalFilter() 170 PredictLineLeft(in + 1, out + 1, width - 1, inverse); in DoVerticalFilter() 274 PredictLineLeft(in + 1, out + 1, width - 1, inverse); in DoGradientFilter()
|