Home
last modified time | relevance | path

Searched refs:comp1 (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Dme_cmp_msa.c78 v16u8 src0, src1, src2, src3, comp0, comp1; in sad_horiz_bilinear_filter_8width_msa() local
93 AVER_UB2_UB(ref4, ref0, ref5, ref1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa()
94 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa()
106 AVER_UB2_UB(ref4, ref0, ref5, ref1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa()
107 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in sad_horiz_bilinear_filter_8width_msa()
120 v16u8 src0, src1, src2, src3, comp0, comp1; in sad_horiz_bilinear_filter_16width_msa() local
131 AVER_UB2_UB(ref01, ref00, ref11, ref10, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa()
132 sad += SAD_UB2_UH(src0, src1, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa()
133 AVER_UB2_UB(ref21, ref20, ref31, ref30, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa()
134 sad += SAD_UB2_UH(src2, src3, comp0, comp1); in sad_horiz_bilinear_filter_16width_msa()
158 v16u8 src0, src1, src2, src3, comp0, comp1; sad_vert_bilinear_filter_8width_msa() local
196 v16u8 src0, src1, src2, src3, comp0, comp1; sad_vert_bilinear_filter_16width_msa() local
237 v8u16 comp0, comp1, comp2, comp3; sad_hv_bilinear_filter_8width_msa() local
293 v8u16 comp0, comp1, comp2, comp3; sad_hv_bilinear_filter_16width_msa() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java296 MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN); in testJB4971()
298 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
299 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
300 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
301 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
304 " / expected: " + comp1.toString()); in testJB4971()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java299 MathContext comp1 = new MathContext(0, MathContext.PLAIN, false, MathContext.ROUND_HALF_EVEN); in testJB4971()
301 if ((comp1.getDigits() != resultICU.getDigits()) || in testJB4971()
302 (comp1.getForm() != resultICU.getForm()) || in testJB4971()
303 (comp1.getLostDigits() != resultICU.getLostDigits()) || in testJB4971()
304 (comp1.getRoundingMode() != resultICU.getRoundingMode())) in testJB4971()
307 " / expected: " + comp1.toString()); in testJB4971()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c494 struct varying_component *comp1 = (struct varying_component *) comp1_v; in cmp_varying_component() local
498 if (comp1->is_patch != comp2->is_patch) in cmp_varying_component()
499 return comp1->is_patch ? 1 : -1; in cmp_varying_component()
504 if (comp1->is_per_primitive != comp2->is_per_primitive) in cmp_varying_component()
505 return comp1->is_per_primitive ? 1 : -1; in cmp_varying_component()
510 if (comp1->is_intra_stage_only != comp2->is_intra_stage_only) in cmp_varying_component()
511 return comp1->is_intra_stage_only ? 1 : -1; in cmp_varying_component()
514 if (comp1->is_mediump != comp2->is_mediump) in cmp_varying_component()
515 return comp1->is_mediump ? 1 : -1; in cmp_varying_component()
520 if (comp1 in cmp_varying_component()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_mem.cpp830 auto comp1 = vf.temp_register(); in emit_image_size() local
848 shader.emit_instruction(new AluInstr(op3_cnde_int, comp1, high_bit, trgt[0], trgt[2], in emit_image_size()
852 shader.emit_instruction(new AluInstr(op3_cnde_int, dest[2], low_bit, comp1, comp2, AluInstr::last_write)); in emit_image_size()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_print.c434 "xyzw"[instr->cat0.comp1 & 0x3]); in print_instr()
H A Dir3_parser.y812 cat0_src1: '!' T_P0 { instr->cat0.inv1 = true; instr->cat0.comp1 = $2 >> 1; }
813 | T_P0 { instr->cat0.comp1 = $1 >> 1; }
H A Dir3.h333 char comp1, comp2; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh2522 unsigned int comp1 = _hb_glyph_info_get_lig_comp (&buffer->cur()); in apply() local
2529 else if (comp1 == comp2) /* Marks belonging to the same ligature component. */ in apply()
2536 if ((id1 > 0 && !comp1) || (id2 > 0 && !comp2)) in apply()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7559 Temp comp1 = bld.pseudo(aco_opcode::p_create_vector, bld.def(s2), comp[2], comp[3]);
7561 ctx->allocated_vec[comp1.id()] = {comp[2], comp[3]};
7562 bld.pseudo(aco_opcode::p_create_vector, Definition(dst), comp0, comp1);
7563 ctx->allocated_vec[dst.id()] = {comp0, comp1};

Completed in 30 milliseconds