Searched refs:I16HE16 (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/enc/ |
D | vp8enci.h | 92 #define I16HE16 (I16VE16 + 16) macro
|
D | quant.c | 443 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | vp8enci.h | 143 #define I16HE16 (3 * 16 * BPS) macro
|
D | quant.c | 361 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc.c | 338 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
|
/external/webp/src/dsp/ |
D | enc.c | 330 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
|
D | enc_mips_dsp_r2.c | 1038 HorizontalPred16(I16HE16 + dst, left); in Intra16Preds()
|
D | enc_sse2.c | 1020 HorizontalPred(I16HE16 + dst, left, 16); in Intra16Preds()
|