Searched refs:HorizontalPred (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | enc.c | 248 static WEBP_INLINE void HorizontalPred(uint8_t* dst, in HorizontalPred() function 275 HorizontalPred(dst, left, size); in TrueMotion() 321 HorizontalPred(C8HE8 + dst, left, 8); in IntraChromaPreds_C() 329 HorizontalPred(C8HE8 + dst, left, 8); in IntraChromaPreds_C() 340 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds_C()
|
D | enc_mips_dsp_r2.c | 386 static WEBP_INLINE void HorizontalPred##SIZE(uint8_t* (DST), \ 460 HorizontalPred##SIZE((DST), (LEFT)); \
|