Home
last modified time | relevance | path

Searched refs:I16VE16 (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/enc/
Dvp8enci.h91 #define I16VE16 (1 * 16 * BPS) macro
92 #define I16HE16 (I16VE16 + 16)
Dquant.c443 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h142 #define I16VE16 (2 * 16 * BPS) macro
Dquant.c361 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
/external/opencv3/3rdparty/libwebp/dsp/
Denc.c337 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
/external/webp/src/dsp/
Denc.c329 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()
Denc_mips_dsp_r2.c1037 VerticalPred16(I16VE16 + dst, top); in Intra16Preds()
Denc_sse2.c1019 VerticalPred(I16VE16 + dst, top, 16); in Intra16Preds()