Home
last modified time | relevance | path

Searched refs:x_expand (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/utils/
Drescaler.c36 if (!wrk->x_expand) { in ImportRowC()
111 if (!wrk->x_expand) { in ImportRowMIPS()
262 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
271 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add - x_sub; in WebPRescalerInit()
272 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
278 wrk->fxy_scale = wrk->x_expand ? in WebPRescalerInit()
Drescaler.h25 int x_expand; // true if we're expanding in the x direction member
/external/mksh/src/
Dedit.c2668 x_expand(int c MKSH_A_UNUSED) in x_expand() function