Searched refs:factor2 (Results 1 – 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imm4.c | 134 int i, last, len, factor2; in decode_block() local 145 factor2 = get_sbits(gb, 8); in decode_block() 147 factor2 = value & 0x7F; in decode_block() 151 factor2 = -factor2; in decode_block() 156 s->block[block][scantable[i]] = offset * (factor2 < 0 ? -1 : 1) + factor * factor2; in decode_block()
|
D | dvdec.c | 195 *factor2 = &ctx->idct_factor[DV_PROFILE_IS_HD(d) ? 4096 : 2816]; in dv_init_weight_tables() local 217 *factor2++ = (dv100_qstep[s] << (c + 9)) * iweight2[i]; in dv_init_weight_tables() 229 *factor2++ = (*factor1++) << 1; in dv_init_weight_tables()
|
D | adpcm.c | 1975 int factor2 = afc_coeffs[1][index]; in adpcm_decode_frame() 1988 sampledat = ((prev1 * factor1 + prev2 * factor2) >> 11) + in adpcm_decode_frame() 2051 int64_t factor2 = table[ch][index * 2 + 1]; in adpcm_decode_frame() local 2065 + c->status[ch].sample2 * factor2) >> 11) + sampledat * (1 << exp); in adpcm_decode_frame()
|
/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/libavfilter/x86/ |
D | vf_framerate.asm | 95 XSPLAT m3, r9m, w ; factor2 110 XSPLAT m3, r9m, d ; factor2
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
D | ftsdf.c | 2405 FT_16D16 factor2; in get_min_distance_conic() local 2420 factor2 = FT_MulFix( factor, factor ); in get_min_distance_conic() 2423 curve_point.x = FT_MulFix( aA.x, factor2 ) + in get_min_distance_conic() 2425 curve_point.y = FT_MulFix( aA.y, factor2 ) + in get_min_distance_conic() 2722 FT_16D16 factor2; /* factor^2 */ in get_min_distance_cubic() local 2738 factor2 = FT_MulFix( factor, factor ); in get_min_distance_cubic() 2739 factor3 = FT_MulFix( factor2, factor ); in get_min_distance_cubic() 2743 FT_MulFix( bB.x, factor2 ) + in get_min_distance_cubic() 2746 FT_MulFix( bB.y, factor2 ) + in get_min_distance_cubic() 2763 min_factor_sq = factor2; in get_min_distance_cubic() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | framerate.h | 29 int factor1, int factor2, int half
|
D | vf_framerate.c | 248 (src2w[pixel] * factor2) + half) \
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psintrp.c | 1969 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local 1975 factor2 = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString() 1979 FT_MulFix( factor1, factor2 ) ); in cf2_interpT2CharString() 2254 CF2_F16Dot16 factor2; in cf2_interpT2CharString() local 2259 factor2 = 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 | 784 BigDecimal factor2 = this.conversionRates.getFactorToBase(o2).getConversionRate(); in compare() local 786 return factor1.compareTo(factor2); in compare()
|
/third_party/openssl/doc/man3/ |
D | OSSL_PARAM_BLD.pod | 157 || !OSSL_PARAM_BLD_push_BN(bld, "rsa-factor2", q)
|
/third_party/openssl/doc/man7/ |
D | EVP_PKEY-RSA.pod | 41 =item "rsa-factor2" (B<OSSL_PKEY_PARAM_RSA_FACTOR2>) <unsigned integer>
|