Home
last modified time | relevance | path

Searched refs:Predictor7_SSE2 (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dlossless_sse2.c150 static uint32_t Predictor7_SSE2(uint32_t left, const uint32_t* const top) { in Predictor7_SSE2() function
253 GENERATE_PREDICTOR_ADD(Predictor7_SSE2, PredictorAdd7_SSE2) in GENERATE_PREDICTOR_ADD()
670 VP8LPredictors[7] = Predictor7_SSE2; in VP8LDspInitSSE2()