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:__anon16923
rescaler.c 36 if (!wrk->x_expand) {
111 if (!wrk->x_expand) {
262 wrk->x_expand = (src_width < dst_width);
270 // for 'x_expand', we use bilinear interpolation
271 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub;
272 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
278 wrk->fxy_scale = 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:__anon37092
rescaler.c 36 if (!wrk->x_expand) {
111 if (!wrk->x_expand) {
262 wrk->x_expand = (src_width < dst_width);
270 // for 'x_expand', we use bilinear interpolation
271 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub;
272 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
278 wrk->fxy_scale = wrk->x_expand ?
  /external/mksh/src/
edit.c 2682 x_expand(int c MKSH_A_UNUSED) function
    [all...]

Completed in 322 milliseconds