Home
last modified time | relevance | path

Searched refs:HE4 (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/libwebp/dsp/
Ddec.c269 static void HE4(uint8_t *dst) { // horizontal in HE4() function
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
Denc.c361 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() function
521 HE4(I4HE4 + dst, top); in Intra4Preds()
/external/webp/src/dsp/
Ddec.c258 static void HE4(uint8_t* dst) { // horizontal in HE4() function
713 VP8PredLuma4[3] = HE4; in VP8DspInit()
Denc.c354 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() function
514 HE4(I4HE4 + dst, top); in Intra4Preds()
Denc_mips_dsp_r2.c696 static void HE4(uint8_t* dst, const uint8_t* top) { in HE4() function
1048 HE4(I4HE4 + dst, top); in Intra4Preds()
Denc_sse2.c817 static WEBP_INLINE void HE4(uint8_t* dst, const uint8_t* top) { // horizontal in HE4() function
984 HE4(I4HE4 + dst, top); in Intra4Preds()