Searched refs:HorizontalPred (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libwebp/dsp/ |
D | enc.c | 246 static WEBP_INLINE void HorizontalPred(uint8_t* dst, in HorizontalPred() function 273 HorizontalPred(dst, left, size); in TrueMotion() 319 HorizontalPred(C8HE8 + dst, left, 8); in IntraChromaPreds() 327 HorizontalPred(C8HE8 + dst, left, 8); in IntraChromaPreds() 338 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
|
/external/webp/src/dsp/ |
D | enc.c | 246 static WEBP_INLINE void HorizontalPred(uint8_t* dst, in HorizontalPred() function 273 HorizontalPred(dst, left, size); in TrueMotion() 319 HorizontalPred(C8HE8 + dst, left, 8); in IntraChromaPreds() 327 HorizontalPred(C8HE8 + dst, left, 8); in IntraChromaPreds() 338 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
|