Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless.h217 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits,
Dlossless_enc.c593 void VP8LBundleColorMap_C(const uint8_t* const row, int width, int xbits, in VP8LBundleColorMap_C() function
896 VP8LBundleColorMap = VP8LBundleColorMap_C; in VP8LEncDspInit()
Dlossless_enc_sse2.c458 VP8LBundleColorMap_C(row + x, width - x, xbits, dst); in BundleColorMap_SSE2()