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

  /external/webp/src/dsp/
dec.c 734 void (*VP8DitherCombine8x8)(const uint8_t* dither, uint8_t* dst,
811 VP8DitherCombine8x8 = DitherCombine8x8_C;
891 assert(VP8DitherCombine8x8 != NULL);
dsp.h 388 extern void (*VP8DitherCombine8x8)(const uint8_t* dither, uint8_t* dst,
  /external/webp/src/dec/
frame_dec.c 369 VP8DitherCombine8x8(dither, dst, bps);

Completed in 52 milliseconds