Searched refs:x_expand (Results 1 – 12 of 12) 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
106 x_expand = expand_dims_op(x, expand_axis)108 x_expand = tile_op(x_expand, rep_dims)111 x_rep = reshape_op(x_expand, x_reshape)
34 rescaler->x_expand = (src_width < dst_width); in WebPRescalerInit()47 rescaler->x_add = rescaler->x_expand ? (x_sub - 1) : x_add; in WebPRescalerInit()48 rescaler->x_sub = rescaler->x_expand ? (x_add - 1) : x_sub; in WebPRescalerInit()49 if (!rescaler->x_expand) { // fx_scale is not used otherwise in WebPRescalerInit()
35 assert(wrk->x_expand); in WebPRescalerImportRowExpand_C()67 assert(!wrk->x_expand); in WebPRescalerImportRowShrink_C()162 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()
35 assert(wrk->x_expand); in WebPRescalerImportRowExpand_C()68 assert(!wrk->x_expand); in WebPRescalerImportRowShrink_C()163 if (!wrk->x_expand) { in WebPRescalerImportRow()
2777 x_expand(int c MKSH_A_UNUSED) in x_expand() function