Home
last modified time | relevance | path

Searched refs:C8VE8 (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/enc/
Dvp8enci.h96 #define C8VE8 (2 * 16 * BPS + 8 * BPS) macro
97 #define C8HE8 (C8VE8 + 1 * 16)
Dquant.c444 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h147 #define C8VE8 (5 * 16 * BPS) macro
Dquant.c362 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
/external/opencv3/3rdparty/libwebp/dsp/
Denc.c318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
326 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
/external/webp/src/dsp/
Denc.c310 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
Denc_mips_dsp_r2.c1018 VerticalPred8(C8VE8 + dst, top); in IntraChromaPreds()
1026 VerticalPred8(C8VE8 + dst, top); in IntraChromaPreds()
Denc_sse2.c1000 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
1008 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()