Searched refs:awidth (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | scene_sad_init.c | 28 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/ |
D | BigNumberFormatTest.java | 77 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()
|
D | NumberFormatTest.java | 2839 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/ |
D | BigNumberFormatTest.java | 74 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()
|
D | NumberFormatTest.java | 2836 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/ |
D | vf_gblur.c | 174 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/ |
D | g2meet.c | 867 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/ |
D | numfmtst.cpp | 3046 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()
|