HomeSort by relevance Sort by last modified time
    Searched refs:VerticalPred (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libwebp/dsp/
enc.c 236 static WEBP_INLINE void VerticalPred(uint8_t* dst,
279 // then 129, and not 127 as in the VerticalPred case.
281 VerticalPred(dst, top, size);
318 VerticalPred(C8VE8 + dst, top, 8);
326 VerticalPred(C8VE8 + dst, top, 8);
337 VerticalPred(I16VE16 + dst, top, 16);
  /external/webp/src/dsp/
enc.c 228 static WEBP_INLINE void VerticalPred(uint8_t* dst,
271 // then 129, and not 127 as in the VerticalPred case.
273 VerticalPred(dst, top, size);
310 VerticalPred(C8VE8 + dst, top, 8);
318 VerticalPred(C8VE8 + dst, top, 8);
329 VerticalPred(I16VE16 + dst, top, 16);
enc_sse2.c 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);
    [all...]
enc_mips_dsp_r2.c 368 static WEBP_INLINE void VerticalPred##SIZE(uint8_t* (DST), \
464 /* then 129, and not 127 as in the VerticalPred case. */ \
466 VerticalPred##SIZE((DST), (TOP)); \
    [all...]

Completed in 244 milliseconds