Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dvp8enci.h92 #define I16HE16 (I16VE16 + 16) macro
Dquant.c443 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h143 #define I16HE16 (3 * 16 * BPS) macro
Dquant.c361 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
/external/opencv3/3rdparty/libwebp/dsp/
Denc.c338 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
/external/webp/src/dsp/
Denc.c330 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
Denc_mips_dsp_r2.c1038 HorizontalPred16(I16HE16 + dst, left); in Intra16Preds()
Denc_sse2.c1020 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()