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

/external/chromium_org/third_party/libwebp/dsp/
H A Denc.c207 static WEBP_INLINE void VerticalPred(uint8_t* dst, function
250 // then 129, and not 127 as in the VerticalPred case.
252 VerticalPred(dst, top, size);
289 VerticalPred(C8VE8 + dst, top, 8);
297 VerticalPred(C8VE8 + dst, top, 8);
308 VerticalPred(I16VE16 + dst, top, 16);
/external/webp/src/dsp/
H A Denc.c207 static WEBP_INLINE void VerticalPred(uint8_t* dst, function
250 // then 129, and not 127 as in the VerticalPred case.
252 VerticalPred(dst, top, size);
289 VerticalPred(C8VE8 + dst, top, 8);
297 VerticalPred(C8VE8 + dst, top, 8);
308 VerticalPred(I16VE16 + dst, top, 16);

Completed in 620 milliseconds