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

  /external/webp/src/dec/
webpi.h 29 int x_expand; // true if we're expanding in the x direction member in struct:__anon15226
io.c 429 wrk->x_expand = (src_width < dst_width);
436 // for 'x_expand', we use bilinear interpolation
437 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub;
438 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
444 wrk->fxy_scale = wrk->x_expand ?
456 if (!wrk->x_expand) {
    [all...]
  /external/webp/src/enc/
picture.c 229 const int x_expand = (src_width < dst_width); local
234 if (!x_expand) {
282 const int x_expand = (src_width < dst_width); local
284 const int64_t fxy_scale = x_expand ?
  /external/mksh/src/
edit.c 2638 x_expand(int c MKSH_A_UNUSED) function
    [all...]

Completed in 297 milliseconds