Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp_enc.c307 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
496 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
497 StoreGray(src2, best_y + w, w); in PreprocessARGB()