Searched refs:FixedYToW (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dpicture_csp.c236 static WEBP_INLINE int FixedYToW(int v) { function
309 dst[0] = (fixed_t)FixedYToW((int)(r - W));
310 dst[1] = (fixed_t)FixedYToW((int)(g - W));
311 dst[2] = (fixed_t)FixedYToW((int)(b - W));
371 const int W0 = FixedYToW(best_y[0]);
372 const int W1 = FixedYToW(best_y[w]);
379 const int W0 = FixedYToW(best_y[i + 0]);
380 const int W1 = FixedYToW(best_y[i + w]);
390 const int W0 = FixedYToW(best_y[i + 0]);
391 const int W1 = FixedYToW(best_
[all...]

Completed in 107 milliseconds