Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.c254 static WEBP_INLINE void UpdateW(const fixed_y_t* src, fixed_y_t* dst, int len) { in UpdateW() function
479 UpdateW(src1, target_y + (j + 0) * w, w); in PreprocessARGB()
480 UpdateW(src2, target_y + (j + 1) * w, w); in PreprocessARGB()
504 UpdateW(src1, best_rgb_y + 0 * w, w); in PreprocessARGB()
505 UpdateW(src2, best_rgb_y + 1 * w, w); in PreprocessARGB()