Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_sse2.c146 static uint32_t Predictor6_SSE2(uint32_t left, const uint32_t* const top) { in Predictor6_SSE2() function
252 GENERATE_PREDICTOR_ADD(Predictor6_SSE2, PredictorAdd6_SSE2) in GENERATE_PREDICTOR_ADD()
669 VP8LPredictors[6] = Predictor6_SSE2; in VP8LDspInitSSE2()