Home
last modified time | relevance | path

Searched refs:pos01 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c172 int pos00, int pos01, in hq3x_interp_2x1() argument
181 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; in hq3x_interp_2x1()
238 int pos00, int pos01, in hq4x_interp_2x2() argument
247 uint32_t *dst01 = &dst[dst_linesize*(pos01>>1) + (pos01&1)]; in hq4x_interp_2x2()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatAPI.java128 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
144 result3 = def.parse(text, pos01); in TestAPI()
DIntlTestNumberFormatAPI.java124 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
131 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatAPI.java131 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
147 result3 = def.parse(text, pos01); in TestAPI()
DIntlTestNumberFormatAPI.java127 ParsePosition pos01 = new ParsePosition(0); in TestAPI() local
134 double d2 = fr.parse(text, pos01).doubleValue(); in TestAPI()
/third_party/icu/icu4c/source/test/intltest/
Ddtfmapts.cpp191 ParsePosition pos(0), pos01(0); in testAPI() local
206 result3 = def->parse(text, pos01); in testAPI()
Dnmfmapts.cpp162 ParsePosition pos(0), pos01(0); in testAPI() local
169 fr->parse(text, result2, pos01); in testAPI()