Searched refs:UpdateW (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_csp_enc.c | 276 static WEBP_INLINE void UpdateW(const fixed_y_t* src, fixed_y_t* dst, int w) { in UpdateW() function 499 UpdateW(src1, target_y, w); in PreprocessARGB() 500 UpdateW(src2, target_y + w, w); in PreprocessARGB() 532 UpdateW(src1, best_rgb_y + 0 * w, w); in PreprocessARGB() 533 UpdateW(src2, best_rgb_y + 1 * w, w); in PreprocessARGB()
|
Completed in 5 milliseconds