Home
last modified time | relevance | path

Searched refs:VP8DitherCombine8x8 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Ddec.c734 void (*VP8DitherCombine8x8)(const uint8_t* dither, uint8_t* dst, variable
806 VP8DitherCombine8x8 = DitherCombine8x8_C; in WEBP_DSP_INIT_FUNC()
886 assert(VP8DitherCombine8x8 != NULL); in WEBP_DSP_INIT_FUNC()
Ddsp.h427 extern void (*VP8DitherCombine8x8)(const uint8_t* dither, uint8_t* dst,
/external/webp/src/dec/
Dframe_dec.c368 VP8DitherCombine8x8(dither, dst, bps); in Dither8x8()