Searched refs:factor2 (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A 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()
|
H A 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/ffmpeg/libavfilter/x86/ |
H A D | vf_framerate.asm | 95 XSPLAT m3, r9m, w ; factor2 110 XSPLAT m3, r9m, d ; factor2
|
/third_party/node/deps/v8/src/bigint/ |
H A D | div-schoolbook.cc | 67 // Returns whether (factor1 * factor2) > (high << kDigitBits) + low. 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/skia/third_party/externals/freetype/src/sdf/ |
H A 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/ |
H A D | framerate.h | 29 int factor1, int factor2, int half
|
H A D | vf_framerate.c | 248 (src2w[pixel] * factor2) + half) \
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | MeasureUnitImpl.java | 784 BigDecimal factor2 = this.conversionRates.getFactorToBase(o2).getConversionRate(); in compare() 786 return factor1.compareTo(factor2); in compare()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A 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()
|
Completed in 16 milliseconds