Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_hqx.c239 int pos10, int pos11, in hq4x_interp_2x2()
248 uint32_t *dst10 = &dst[dst_linesize*(pos10>>1) + (pos10&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/mesa3d/src/intel/compiler/
H A Dtest_fs_cmod_propagation.cpp3068 fs_reg pos10(brw_imm_f(10.0f)); in TEST_F()
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()
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()
3131 bld.CMP(bld.null_reg_f(), src0, pos10, BRW_CONDITIONAL_LE); in TEST_F()
/third_party/skia/modules/skparagraph/tests/
H A 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()

Completed in 18 milliseconds