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

  /external/chromium_org/third_party/libwebp/dsp/
enc.c 207 static WEBP_INLINE void VerticalPred(uint8_t* dst,
250 // then 129, and not 127 as in the VerticalPred case.
252 VerticalPred(dst, top, size);
289 VerticalPred(C8VE8 + dst, top, 8);
297 VerticalPred(C8VE8 + dst, top, 8);
308 VerticalPred(I16VE16 + dst, top, 16);
  /external/webp/src/dsp/
enc.c 207 static WEBP_INLINE void VerticalPred(uint8_t* dst,
250 // then 129, and not 127 as in the VerticalPred case.
252 VerticalPred(dst, top, size);
289 VerticalPred(C8VE8 + dst, top, 8);
297 VerticalPred(C8VE8 + dst, top, 8);
308 VerticalPred(I16VE16 + dst, top, 16);

Completed in 119 milliseconds