Home
last modified time | relevance | path

Searched refs:HU4 (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Ddec.c360 static void HU4(uint8_t* dst) { // Horizontal-Up in HU4() function
741 VP8PredLuma4[9] = HU4; in VP8DspInit()
Denc.c454 static void HU4(uint8_t* dst, const uint8_t* top) { in HU4() function
520 HU4(I4HU4 + dst, top); in Intra4Preds()
Denc_mips_dsp_r2.c975 static void HU4(uint8_t* dst, const uint8_t* top) { in HU4() function
1054 HU4(I4HU4 + dst, top); in Intra4Preds()
Denc_msa.c374 static WEBP_INLINE void HU4(uint8_t* dst, const uint8_t* top) { in HU4() function
440 HU4(I4HU4 + dst, top); in Intra4Preds()
Denc_sse2.c831 static WEBP_INLINE void HU4(uint8_t* dst, const uint8_t* top) { in HU4() function
901 HU4(I4HU4 + dst, top); in Intra4Preds()