Home | History | Annotate | Download | only in dsp

Lines Matching refs:VerticalPred

600 static WEBP_INLINE void VerticalPred(uint8_t* dst,
684 // then 129, and not 127 as in the VerticalPred case.
686 VerticalPred(dst, top, size);
1000 VerticalPred(C8VE8 + dst, top, 8);
1008 VerticalPred(C8VE8 + dst, top, 8);
1019 VerticalPred(I16VE16 + dst, top, 16);