Searched refs:VerticalPred (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | enc.c | 238 static WEBP_INLINE void VerticalPred(uint8_t* dst, in VerticalPred() function 283 VerticalPred(dst, top, size); in TrueMotion() 320 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds_C() 328 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds_C() 339 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds_C()
|
D | enc_mips_dsp_r2.c | 370 static WEBP_INLINE void VerticalPred##SIZE(uint8_t* (DST), \ 468 VerticalPred##SIZE((DST), (TOP)); \
|