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

  /external/webp/src/utils/
rescaler.h 23 int x_expand; // true if we're expanding in the x direction member in struct:__anon16618
rescaler.c 29 wrk->x_expand = (src_width < dst_width);
37 // for 'x_expand', we use bilinear interpolation
38 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub;
39 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
45 wrk->fxy_scale = wrk->x_expand ?
59 if (!wrk->x_expand) {
  /external/mksh/src/
edit.c 2638 x_expand(int c MKSH_A_UNUSED) function
    [all...]

Completed in 384 milliseconds