Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/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
/third_party/mindspore/mindspore/ops/composite/
Darray_ops.py106 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)
/third_party/skia/third_party/externals/libwebp/src/utils/
Drescaler_utils.c34 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()
Drescaler_utils.h32 int x_expand; // true if we're expanding in the x direction member
/third_party/flutter/skia/third_party/externals/libwebp/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()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Drescaler.c35 assert(wrk->x_expand); in WebPRescalerImportRowExpand_C()
68 assert(!wrk->x_expand); in WebPRescalerImportRowShrink_C()
163 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()
/third_party/mksh/
Dedit.c2777 x_expand(int c MKSH_A_UNUSED) in x_expand() function