Searched refs:Average4 (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_mips_dsp_r2.c | 186 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 215 return Average4(left, top[-1], top[0], top[1]); in Predictor10_MIPSdspR2()
|
A D | lossless.c | 37 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 154 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10_C()
|
A D | lossless_enc.c | 708 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 816 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 634 95b12a08 Merge "Revert Average3 and Average4" 635 54ab2e75 Revert Average3 and Average4
|
Completed in 14 milliseconds