Searched refs:x_expand (Results 1 - 6 of 6) sorted by relevance

/external/webp/src/utils/
H A Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width);
40 // for 'x_expand', we use bilinear interpolation
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add;
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub;
43 if (!wrk->x_expand) { // fx_scale is not used otherwise
H A Drescaler_utils.h32 int x_expand; // true if we're expanding in the x direction member in struct:WebPRescaler
/external/webp/src/dsp/
H A Drescaler.c34 assert(wrk->x_expand);
66 assert(!wrk->x_expand);
164 if (!wrk->x_expand) {
H A Drescaler_mips32.c33 assert(!wrk->x_expand);
93 assert(wrk->x_expand);
H A Drescaler_sse2.c54 assert(wrk->x_expand);
130 assert(!wrk->x_expand);
/external/mksh/src/
H A Dedit.c2705 x_expand(int c MKSH_A_UNUSED) function

Completed in 185 milliseconds