Home
last modified time | relevance | path

Searched refs:pos00 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c172 int pos00, int pos01, in hq3x_interp_2x1() argument
180 uint32_t *dst00 = &dst[dst_linesize*(pos00>>1) + (pos00&1)]; in hq3x_interp_2x1()
238 int pos00, int pos01, in hq4x_interp_2x2() argument
246 uint32_t *dst00 = &dst[dst_linesize*(pos00>>1) + (pos00&1)]; in hq4x_interp_2x2()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp7329 auto pos00 = paragraph->getGlyphPositionAtCoordinate(width/4, height/4); in UNIX_ONLY_TEST() local
7335 REPORTER_ASSERT(reporter, pos00.position == 0 && pos00.affinity == Affinity::kDownstream); in UNIX_ONLY_TEST()