Searched refs:factor1 (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_framerate.asm | 94 XSPLAT m2, r8m, w ; factor1 109 XSPLAT m2, r8m, d ; factor1
|
/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/ffmpeg/libavfilter/ |
H A D | framerate.h | 29 int factor1, int factor2, int half
|
H A D | vf_framerate.c | 247 dstw[pixel] = ((src1w[pixel] * factor1) + \
|
/third_party/ffmpeg/libavcodec/ |
H A D | dvdec.c | 194 uint32_t *factor1 = &ctx->idct_factor[0], in dv_init_weight_tables() local 216 *factor1++ = (dv100_qstep[s] << (c + 9)) * iweight1[i]; in dv_init_weight_tables() 228 *factor1 = iweight1[i] << (ff_dv_quant_shifts[s][c] + 1); in dv_init_weight_tables() 229 *factor2++ = (*factor1++) << 1; in dv_init_weight_tables()
|
H A D | adpcm.c | 1974 int factor1 = afc_coeffs[0][index]; in adpcm_decode_frame() 1988 sampledat = ((prev1 * factor1 + prev2 * factor2) >> 11) + in adpcm_decode_frame() 2050 int64_t factor1 = table[ch][index * 2]; in adpcm_decode_frame() local 2064 sampledat = ((c->status[ch].sample1 * factor1 in adpcm_decode_frame()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | MeasureUnitImpl.java | 783 BigDecimal factor1 = this.conversionRates.getFactorToBase(o1).getConversionRate(); in compare() 786 return factor1.compareTo(factor2); in compare()
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A 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()
|
Completed in 11 milliseconds