Searched refs:I16TM16 (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/enc/ |
D | vp8i_enc.h | 86 #define I16TM16 (I16DC16 + 16) macro
|
D | quant_enc.c | 461 const uint16_t VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
|
/external/webp/src/dsp/ |
D | enc.c | 341 TrueMotion(I16TM16 + dst, left, top, 16); in Intra16Preds_C()
|
D | enc_mips_dsp_r2.c | 1041 TrueMotion16(I16TM16 + dst, left, top); in Intra16Preds_MIPSdspR2()
|
D | enc_msa.c | 556 TrueMotion16x16(I16TM16 + dst, left, top); in Intra16Preds_MSA()
|
D | enc_sse2.c | 939 TrueMotion_SSE2(I16TM16 + dst, left, top, 16); in Intra16Preds_SSE2()
|