Home
last modified time | relevance | path

Searched refs:factor1 (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/x86/
Dvf_framerate.asm94 XSPLAT m2, r8m, w ; factor1
109 XSPLAT m2, r8m, d ; factor1
/third_party/node/deps/v8/src/bigint/
Ddiv-schoolbook.cc68 bool ProductGreaterThan(digit_t factor1, digit_t factor2, digit_t high, in ProductGreaterThan() argument
71 digit_t result_low = digit_mul(factor1, factor2, &result_high); in ProductGreaterThan()
/third_party/ffmpeg/libavcodec/
Ddvdec.c134 uint32_t *factor1 = &ctx->idct_factor[0], in dv_init_weight_tables() local
156 *factor1++ = (dv100_qstep[s] << (c + 9)) * iweight1[i]; in dv_init_weight_tables()
168 *factor1 = iweight1[i] << (ff_dv_quant_shifts[s][c] + 1); in dv_init_weight_tables()
169 *factor2++ = (*factor1++) << 1; in dv_init_weight_tables()
Dadpcm.c1847 int factor1 = ff_adpcm_afc_coeffs[0][index]; in adpcm_decode_frame() local
1861 sampledat = ((prev1 * factor1 + prev2 * factor2) >> 11) + in adpcm_decode_frame()
1924 int64_t factor1 = table[ch][index * 2]; in adpcm_decode_frame() local
1938 sampledat = ((c->status[ch].sample1 * factor1 in adpcm_decode_frame()
/third_party/ffmpeg/libavfilter/
Dframerate.h29 int factor1, int factor2, int half
Dvf_framerate.c254 dstw[pixel] = ((src1w[pixel] * factor1) + \
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c1968 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
1976 factor1 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1979 FT_MulFix( factor1, factor2 ) ); in cf2_interpT2CharString()
2253 CF2_F16Dot16 factor1; in cf2_interpT2CharString() local
2260 factor1 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
2263 FT_MulFix( factor1, factor2 ) ); in cf2_interpT2CharString()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java783 BigDecimal factor1 = this.conversionRates.getFactorToBase(o1).getConversionRate(); in compare() local
786 return factor1.compareTo(factor2); in compare()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.h717 const GValue *factor1,
Dgstvalue.c6988 gst_value_fraction_multiply (GValue * product, const GValue * factor1, in gst_value_fraction_multiply() argument
6995 g_return_val_if_fail (GST_VALUE_HOLDS_FRACTION (factor1), FALSE); in gst_value_fraction_multiply()
6998 n1 = factor1->data[0].v_int; in gst_value_fraction_multiply()
7000 d1 = factor1->data[1].v_int; in gst_value_fraction_multiply()
/third_party/openssl/doc/man3/
DOSSL_PARAM_BLD.pod156 || !OSSL_PARAM_BLD_push_BN(bld, "rsa-factor1", p)
/third_party/openssl/doc/man7/
DEVP_PKEY-RSA.pod39 =item "rsa-factor1" (B<OSSL_PKEY_PARAM_RSA_FACTOR1>) <unsigned integer>