Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture.c232 int x_out; in ImportRow() local
236 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()
244 frow[x_out] = (sum + base) * dst_width - frac; in ImportRow()
250 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()
256 frow[x_out] = right * (dst_width - 1) + (left - right) * x_accum; in ImportRow()
261 for (x_out = 0; x_out < dst_width; ++x_out) { in ImportRow()
262 irow[x_out] += frow[x_out]; in ImportRow()
268 int x_out; in ExportRow() local
269 for (x_out = 0; x_out < dst_width; ++x_out) { in ExportRow()
270 const int frac = MULT(frow[x_out], yscale); in ExportRow()
[all …]
/external/freetype/src/autofit/
Dafangles.c28 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/
Dio.c454 int x_out; in ImportRow() local
458 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()
466 wrk->frow[x_out] = (sum + base) * wrk->x_sub - frac; in ImportRow()
473 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()
479 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum; in ImportRow()
484 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ImportRow()
485 wrk->irow[x_out] += wrk->frow[x_out]; in ImportRow()
490 int x_out; in ExportRow() local
493 for (x_out = 0; x_out < wrk->dst_width; ++x_out) { in ExportRow()
494 const int frac = MULT(wrk->frow[x_out], yscale); in ExportRow()
[all …]
/external/freetype/src/pshinter/
Dpshalgo.c939 FT_Pos x_out, in psh_corner_is_flat() argument
954 ax = x_out; in psh_corner_is_flat()
962 ax = x_out + x_in; in psh_corner_is_flat()