Searched refs:C8VE8 (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/enc/ |
D | vp8enci.h | 96 #define C8VE8 (2 * 16 * BPS + 8 * BPS) macro 97 #define C8HE8 (C8VE8 + 1 * 16)
|
D | quant.c | 444 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8enci.h | 147 #define C8VE8 (5 * 16 * BPS) macro
|
D | quant.c | 362 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc.c | 318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 326 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
|
/external/webp/src/dsp/ |
D | enc.c | 310 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 318 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
|
D | enc_mips_dsp_r2.c | 1018 VerticalPred8(C8VE8 + dst, top); in IntraChromaPreds() 1026 VerticalPred8(C8VE8 + dst, top); in IntraChromaPreds()
|
D | enc_sse2.c | 1000 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds() 1008 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds()
|