Home
last modified time | relevance | path

Searched refs:awidth (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dscene_sad_init.c28 ptrdiff_t awidth = width & ~(MMSIZE - 1); \
30 ASM_FUNC_NAME(src1, stride1, src2, stride2, awidth, height, sad); \
33 ff_scene_sad_c(src1 + awidth, stride1, \
34 src2 + awidth, stride2, \
35 width - awidth, height, sad); \
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DBigNumberFormatTest.java77 int apos = 0, awidth = 0; in expectPad() local
82 awidth = fmt.getFormatWidth(); in expectPad()
86 awidth = width; in expectPad()
89 if (apos == pos && awidth == width && apad == pad) { in expectPad()
91 ((pos == -1) ? "" : " width=" + awidth + " pad=" + apad)); in expectPad()
94 " width=" + awidth + " pad=" + apad + in expectPad()
DNumberFormatTest.java2839 int apos = 0, awidth = 0; in expectPad() local
2844 awidth = fmt.getFormatWidth(); in expectPad()
2848 awidth = width; in expectPad()
2852 if (apos == pos && awidth == width && apadStr == pad) { in expectPad()
2854 + apos + ((pos == -1) ? "" : " width=" + awidth + " pad=" + apadStr)); in expectPad()
2857 + awidth + " pad=" + apadStr + ", expected " in expectPad()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java74 int apos = 0, awidth = 0; in expectPad() local
79 awidth = fmt.getFormatWidth(); in expectPad()
83 awidth = width; in expectPad()
86 if (apos == pos && awidth == width && apad == pad) { in expectPad()
88 ((pos == -1) ? "" : " width=" + awidth + " pad=" + apad)); in expectPad()
91 " width=" + awidth + " pad=" + apad + in expectPad()
DNumberFormatTest.java2836 int apos = 0, awidth = 0; in expectPad() local
2841 awidth = fmt.getFormatWidth(); in expectPad()
2845 awidth = width; in expectPad()
2849 if (apos == pos && awidth == width && apadStr == pad) { in expectPad()
2851 + apos + ((pos == -1) ? "" : " width=" + awidth + " pad=" + apadStr)); in expectPad()
2854 + awidth + " pad=" + apadStr + ", expected " in expectPad()
/third_party/ffmpeg/libavfilter/
Dvf_gblur.c174 const int awidth = FFALIGN(width, 64); in filter_postscale() local
180 s->postscale_slice(s->buffer + slice_start * awidth, in filter_postscale()
181 slice_size * awidth, postscale, min, max); in filter_postscale()
/third_party/ffmpeg/libavcodec/
Dg2meet.c867 int extrabytes, tile_width, tile_height, awidth, aheight; in epic_jb_decode_tile() local
898 awidth = FFALIGN(tile_width, 16); in epic_jb_decode_tile()
986 jpg_decode_data(&c->jc, awidth, aheight, src, src_size, in epic_jb_decode_tile()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3046 int32_t apos = 0, awidth = 0; in expectPad() local
3052 awidth = fmt.getFormatWidth(); in expectPad()
3056 awidth = width; in expectPad()
3059 if (apos == pos && awidth == width && apadStr == pad) { in expectPad()
3062 infoStr = UnicodeString(" width=", "") + awidth + UnicodeString(" pad=", "") + apadStr; in expectPad()
3067 " width=" + awidth + " pad=" + apadStr + in expectPad()