Home
last modified time | relevance | path

Searched refs:pos10 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c239 int pos10, int pos11, in hq4x_interp_2x2() argument
248 uint32_t *dst10 = &dst[dst_linesize*(pos10>>1) + (pos10&1)]; in hq4x_interp_2x2()
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_cmod_propagation.cpp3068 fs_reg pos10(brw_imm_f(10.0f)); in TEST_F() local
3071 bld.CMP(bld.null_reg_f(), src0, pos10, BRW_CONDITIONAL_EQ); in TEST_F()
3099 fs_reg pos10(brw_imm_f(10.0f)); in TEST_F() local
3102 bld.CMP(bld.null_reg_f(), src0, pos10, BRW_CONDITIONAL_G); in TEST_F()
3128 fs_reg pos10(brw_imm_f(10.0f)); in TEST_F() local
3131 bld.CMP(bld.null_reg_f(), src0, pos10, BRW_CONDITIONAL_LE); in TEST_F()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp7330 auto pos10 = paragraph->getGlyphPositionAtCoordinate(width*3/4, height/2); in UNIX_ONLY_TEST() local
7337 REPORTER_ASSERT(reporter, pos10.position == 11 && pos10.affinity == Affinity::kUpstream); in UNIX_ONLY_TEST()