Searched refs:x_expand (Results 1 – 5 of 5) sorted by relevance
28 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()
32 int x_expand; // true if we're expanding in the x direction member
35 assert(wrk->x_expand); in WebPRescalerImportRowExpand_C()67 assert(!wrk->x_expand); in WebPRescalerImportRowShrink_C()166 if (!wrk->x_expand) { in WebPRescalerImportRow()
33 assert(!wrk->x_expand); in ImportRowShrink_MIPS32()93 assert(wrk->x_expand); in ImportRowExpand_MIPS32()
61 assert(wrk->x_expand); in RescalerImportRowExpand_SSE2()129 assert(!wrk->x_expand); in RescalerImportRowShrink_SSE2()
Completed in 7 milliseconds