HomeSort by relevance Sort by last modified time
    Searched full:x_out (Results 1 - 4 of 4) sorted by null

  /external/webp/src/enc/
picture.c 232 int x_out; local
236 for (x_out = 0; x_out < dst_width; ++x_out) {
244 frow[x_out] = (sum + base) * dst_width - frac;
250 for (x_out = 0; x_out < dst_width; ++x_out) {
256 frow[x_out] = right * (dst_width - 1) + (left - right) * x_accum;
261 for (x_out = 0; x_out < dst_width; ++x_out)
268 int x_out; local
    [all...]
  /external/freetype/src/autofit/
afangles.c 28 FT_Pos x_out,
43 ax = x_out;
51 ax = x_out + x_in;
66 FT_Pos x_out,
72 delta = x_in * y_out - y_in * x_out;
  /external/webp/src/dec/
io.c 454 int x_out; local
458 for (x_out = 0; x_out < wrk->dst_width; ++x_out) {
466 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac;
473 for (x_out = 0; x_out < wrk->dst_width; ++x_out) {
479 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum;
484 for (x_out = 0; x_out < wrk->dst_width; ++x_out)
490 int x_out; local
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 939 FT_Pos x_out,
954 ax = x_out;
962 ax = x_out + x_in;
    [all...]

Completed in 62 milliseconds