Searched refs:VerticalPred (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | dsp.c | 241 static inline void VerticalPred(uint8_t* dst, const uint8_t* top, int size) { in VerticalPred() function 284 VerticalPred(dst, top, size); in TrueMotion() 321 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 329 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 340 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
|