Home
last modified time | relevance | path

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

/external/webp/src/utils/
Drescaler_utils.c28 wrk->x_expand = (src_width < dst_width); in WebPRescalerInit()
41 wrk->x_add = wrk->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()
42 wrk->x_sub = wrk->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()
43 if (!wrk->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
Drescaler_utils.h32 int x_expand; // true if we're expanding in the x direction member
/external/webp/src/dsp/
Drescaler.c35 assert(wrk->x_expand); in WebPRescalerImportRowExpand_C()
67 assert(!wrk->x_expand); in WebPRescalerImportRowShrink_C()
162 if (!wrk->x_expand) { in WebPRescalerImportRow()
Drescaler_mips32.c33 assert(!wrk->x_expand); in ImportRowShrink_MIPS32()
93 assert(wrk->x_expand); in ImportRowExpand_MIPS32()
Drescaler_sse2.c61 assert(wrk->x_expand); in RescalerImportRowExpand_SSE2()
129 assert(!wrk->x_expand); in RescalerImportRowShrink_SSE2()
/external/mksh/src/
Dedit.c2737 x_expand(int c MKSH_A_UNUSED) in x_expand() function