Searched refs:VerticalPred (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | enc.c | 228 static WEBP_INLINE void VerticalPred(uint8_t* dst, in VerticalPred() function 273 VerticalPred(dst, top, size); in TrueMotion() 310 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 329 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
|
D | enc_sse2.c | 524 static WEBP_INLINE void VerticalPred(uint8_t* dst, in VerticalPred() function 610 VerticalPred(dst, top, size); in TrueMotion() 911 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 919 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 930 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
|
D | enc_mips_dsp_r2.c | 368 static WEBP_INLINE void VerticalPred##SIZE(uint8_t* (DST), \ 466 VerticalPred##SIZE((DST), (TOP)); \
|