Home
last modified time | relevance | path

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

/external/webp/sharpyuv/
Dsharpyuv.c123 static void StoreGray(const fixed_y_t* rgb, fixed_y_t* y, int w) { in StoreGray() function
346 StoreGray(src1, best_y + 0, w); in DoSharpArgbToYuv()
347 StoreGray(src2, best_y + w, w); in DoSharpArgbToYuv()