Searched defs:IntraChromaPreds (Results 1 - 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
H A Denc.c314 static void IntraChromaPreds(uint8_t* dst, const uint8_t* left, function
705 VP8EncPredChroma8 = IntraChromaPreds;
/external/webp/src/dsp/
H A Denc.c306 static void IntraChromaPreds(uint8_t* dst, const uint8_t* left, function
753 VP8EncPredChroma8 = IntraChromaPreds;
H A Denc_mips_dsp_r2.c1014 static void IntraChromaPreds(uint8_t* dst, const uint8_t* left, function
1494 VP8EncPredChroma8 = IntraChromaPreds;
H A Denc_sse2.c996 static void IntraChromaPreds(uint8_t* dst, const uint8_t* left, function
1447 VP8EncPredChroma8 = IntraChromaPreds;

Completed in 87 milliseconds