Searched refs:I16DC16 (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | vp8i_enc.h | 85 #define I16DC16 (0 * 16 * BPS) macro 86 #define I16TM16 (I16DC16 + 16)
|
D | quant_enc.c | 461 const uint16_t VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
|
/external/webp/src/dsp/ |
D | enc.c | 338 DCMode(I16DC16 + dst, left, top, 16, 16, 5); in Intra16Preds_C()
|
D | enc_mips_dsp_r2.c | 1038 DCMode16(I16DC16 + dst, left, top); in Intra16Preds_MIPSdspR2()
|
D | enc_msa.c | 553 DCMode16x16(I16DC16 + dst, left, top); in Intra16Preds_MSA()
|
D | enc_sse2.c | 936 DC16Mode_SSE2(I16DC16 + dst, left, top); in Intra16Preds_SSE2()
|