Searched refs:C8VE8 (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | vp8i_enc.h | 92 #define C8VE8 (2 * 16 * BPS + 8 * BPS) macro 93 #define C8HE8 (C8VE8 + 1 * 16)
|
A D | quant_enc.c | 462 const uint16_t VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc.c | 320 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds_C() 328 VerticalPred(C8VE8 + dst, top, 8); in IntraChromaPreds_C()
|
A D | enc_mips_dsp_r2.c | 1020 VerticalPred8(C8VE8 + dst, top); in IntraChromaPreds_MIPSdspR2() 1028 VerticalPred8(C8VE8 + dst, top); in IntraChromaPreds_MIPSdspR2()
|
A D | enc_msa.c | 677 VerticalPred8x8(C8VE8 + dst, top); in IntraChromaPreds_MSA() 685 VerticalPred8x8(C8VE8 + dst, top); in IntraChromaPreds_MSA()
|
A D | enc_sse2.c | 918 VerticalPred_SSE2(C8VE8 + dst, top, 8); in IntraChromaPreds_SSE2() 926 VerticalPred_SSE2(C8VE8 + dst, top, 8); in IntraChromaPreds_SSE2()
|
Completed in 24 milliseconds