Searched refs:C8TM8 (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/enc/ |
D | vp8enci.h | 95 #define C8TM8 (C8DC8 + 1 * 16) macro
|
D | quant.c | 444 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8enci.h | 146 #define C8TM8 (4 * 16 * BPS + 8 * BPS) macro
|
D | quant.c | 362 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc.c | 320 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds() 328 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds()
|
/external/webp/src/dsp/ |
D | enc.c | 312 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds() 320 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds()
|
D | enc_mips_dsp_r2.c | 1020 TrueMotion8(C8TM8 + dst, left, top); in IntraChromaPreds() 1028 TrueMotion8(C8TM8 + dst, left, top); in IntraChromaPreds()
|
D | enc_sse2.c | 1002 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds() 1010 TrueMotion(C8TM8 + dst, left, top, 8); in IntraChromaPreds()
|