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

  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 25 int x_expand; // true if we're expanding in the x direction member in struct:__anon12144
rescaler.c 31 wrk->x_expand = (src_width < dst_width);
39 // for 'x_expand', we use bilinear interpolation
40 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub;
41 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
47 wrk->fxy_scale = wrk->x_expand ?
61 if (!wrk->x_expand) {
  /external/webp/src/utils/
rescaler.h 25 int x_expand; // true if we're expanding in the x direction member in struct:__anon28591
rescaler.c 31 wrk->x_expand = (src_width < dst_width);
39 // for 'x_expand', we use bilinear interpolation
40 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub;
41 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
47 wrk->fxy_scale = wrk->x_expand ?
61 if (!wrk->x_expand) {
  /external/mksh/src/
edit.c 2692 x_expand(int c MKSH_A_UNUSED) function
    [all...]

Completed in 671 milliseconds