Searched refs:VerticalPred (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libwebp/dsp/ |
D | enc.c | 236 static WEBP_INLINE void VerticalPred(uint8_t* dst, in VerticalPred() function 281 VerticalPred(dst, top, size); in TrueMotion() 318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 326 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 337 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
|
/external/webp/src/dsp/ |
D | enc.c | 236 static WEBP_INLINE void VerticalPred(uint8_t* dst, in VerticalPred() function 281 VerticalPred(dst, top, size); in TrueMotion() 318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 326 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 337 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
|