Searched refs:I4DC4 (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 | 95 #define I4DC4 (3 * 16 * BPS + 0) macro 96 #define I4TM4 (I4DC4 + 4) 97 #define I4VE4 (I4DC4 + 8) 98 #define I4HE4 (I4DC4 + 12) 99 #define I4RD4 (I4DC4 + 16) 100 #define I4VR4 (I4DC4 + 20) 101 #define I4LD4 (I4DC4 + 24) 102 #define I4VL4 (I4DC4 + 28)
|
A D | quant_enc.c | 466 I4DC4, I4TM4, I4VE4, I4HE4, I4RD4, I4VR4, I4LD4, I4VL4, I4HD4, I4HU4
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc.c | 521 DC4(I4DC4 + dst, top); in Intra4Preds_C()
|
A D | enc_mips_dsp_r2.c | 1047 DC4(I4DC4 + dst, top); in Intra4Preds_MIPSdspR2()
|
A D | enc_msa.c | 435 DC4(I4DC4 + dst, top); in Intra4Preds_MSA()
|
A D | enc_sse2.c | 899 DC4_SSE2(I4DC4 + dst, top); in Intra4Preds_SSE2()
|
Completed in 21 milliseconds