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

/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.h25 int x_expand; // true if we're expanding in the x direction member in struct:__anon13303
H A Drescaler.c36 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/
H A Drescaler.h25 int x_expand; // true if we're expanding in the x direction member in struct:__anon33400
H A Drescaler.c36 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/
H A Dedit.c2674 x_expand(int c MKSH_A_UNUSED) function

Completed in 125 milliseconds