Searched refs:factor1 (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
D | vf_framerate.asm | 94 XSPLAT m2, r8m, w ; factor1 109 XSPLAT m2, r8m, d ; factor1
|
/third_party/node/deps/v8/src/bigint/ |
D | div-schoolbook.cc | 68 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/ |
D | dvdec.c | 134 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()
|
D | adpcm.c | 1847 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/ |
D | framerate.h | 29 int factor1, int factor2, int half
|
D | vf_framerate.c | 254 dstw[pixel] = ((src1w[pixel] * factor1) + \
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psintrp.c | 1968 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/ |
D | MeasureUnitImpl.java | 783 BigDecimal factor1 = this.conversionRates.getFactorToBase(o1).getConversionRate(); in compare() local 786 return factor1.compareTo(factor2); in compare()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.h | 717 const GValue *factor1,
|
D | gstvalue.c | 6988 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/ |
D | OSSL_PARAM_BLD.pod | 156 || !OSSL_PARAM_BLD_push_BN(bld, "rsa-factor1", p)
|
/third_party/openssl/doc/man7/ |
D | EVP_PKEY-RSA.pod | 39 =item "rsa-factor1" (B<OSSL_PKEY_PARAM_RSA_FACTOR1>) <unsigned integer>
|