Searched refs:pos11 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hqx.c | 239 int pos10, int pos11, in hq4x_interp_2x2() 249 uint32_t *dst11 = &dst[dst_linesize*(pos11>>1) + (pos11&1)]; in hq4x_interp_2x2() 235 hq4x_interp_2x2(uint32_t *dst, int dst_linesize, const uint32_t *r2y, int k, const uint32_t *w, int pos00, int pos01, int pos10, int pos11, int p0, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) hq4x_interp_2x2() argument
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 7332 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()
|
Completed in 13 milliseconds