Searched refs:VerticalPred (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Denc.c253 static WEBP_INLINE void VerticalPred(uint8_t* dst, function
296 // then 129, and not 127 as in the VerticalPred case.
298 VerticalPred(dst, top, size);
335 VerticalPred(C8VE8 + dst, top, 8);
343 VerticalPred(C8VE8 + dst, top, 8);
354 VerticalPred(I16VE16 + dst, top, 16);

Completed in 118 milliseconds