HomeSort by relevance Sort by last modified time
    Searched refs:fxy_scale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 28 int64_t fxy_scale; // '' member in struct:__anon17928
rescaler.c 81 const int v = (int)MULT_FIX(irow[x_out] - frac, wrk->fxy_scale);
199 // if wrk->fxy_scale can fit into 32 bits use optimized code,
201 if ((wrk->fxy_scale >> 32) == 0) {
203 const int temp2 = (int)(wrk->fxy_scale);
278 wrk->fxy_scale = wrk->x_expand ?

Completed in 57 milliseconds