Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c239 int pos10, int pos11, in hq4x_interp_2x2() argument
249 uint32_t *dst11 = &dst[dst_linesize*(pos11>>1) + (pos11&1)]; in hq4x_interp_2x2()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp7332 auto pos11 = paragraph->getGlyphPositionAtCoordinate(width*3/4, height*3/4); in UNIX_ONLY_TEST() local
7338 REPORTER_ASSERT(reporter, pos11.position == 11 && pos11.affinity == Affinity::kUpstream); in UNIX_ONLY_TEST()