MUL64 516 libavcodec/alsdec.c unsigned tmp1 = ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20); MUL64 517 libavcodec/alsdec.c cof[j] += ((MUL64(par[k], cof[i]) + (1 << 19)) >> 20); MUL64 521 libavcodec/alsdec.c cof[i] += ((MUL64(par[k], cof[j]) + (1 << 19)) >> 20); MUL64 932 libavcodec/alsdec.c y += (uint64_t)MUL64(bd->ltp_gain[tab], raw_samples[base]); MUL64 944 libavcodec/alsdec.c y += (uint64_t)MUL64(lpc_cof[sb], raw_samples[-(sb + 1)]); MUL64 994 libavcodec/alsdec.c y += (uint64_t)MUL64(lpc_cof[sb], raw_samples[sb]); MUL64 1346 libavcodec/alsdec.c MUL64(ch[dep].weighting[0], master[smp - 1 ]) + MUL64 1347 libavcodec/alsdec.c MUL64(ch[dep].weighting[1], master[smp ]) + MUL64 1348 libavcodec/alsdec.c MUL64(ch[dep].weighting[2], master[smp + 1 ]) + MUL64 1349 libavcodec/alsdec.c MUL64(ch[dep].weighting[3], master[smp - 1 + t]) + MUL64 1350 libavcodec/alsdec.c MUL64(ch[dep].weighting[4], master[smp + t]) + MUL64 1351 libavcodec/alsdec.c MUL64(ch[dep].weighting[5], master[smp + 1 + t]); MUL64 1368 libavcodec/alsdec.c MUL64(ch[dep].weighting[0], master[smp - 1]) + MUL64 1369 libavcodec/alsdec.c MUL64(ch[dep].weighting[1], master[smp ]) + MUL64 1370 libavcodec/alsdec.c MUL64(ch[dep].weighting[2], master[smp + 1]); MUL64 410 libavcodec/aptx.c qr = rshift64_clip24((qr * (1LL<<32)) + MUL64(dither, tables->invert_quantize_dither_factors[idx]), 32); MUL64 411 libavcodec/aptx.c invert_quantize->reconstructed_difference = MUL64(invert_quantize->quantization_factor, qr) >> 19; MUL64 447 libavcodec/aptx.c predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sample) MUL64 448 libavcodec/aptx.c + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); MUL64 456 libavcodec/aptx.c predicted_difference += MUL64(reconstructed_differences[-i], prediction->d_weight[i]); MUL64 186 libavcodec/aptx.h e += MUL64(sig[i], coeffs[i]); MUL64 89 libavcodec/aptxenc.c if (MUL64(factor, intervals[idx + i]) <= ((int64_t)value << 24)) MUL64 114 libavcodec/aptxenc.c d = rshift64(MUL64(d, tables->quantize_dither_factors[quantized_sample]), 23); MUL64 120 libavcodec/aptxenc.c dithered_sample = rshift64_clip24(MUL64(dither, interval) + ((int64_t)av_clip_intp2(mean + d, 23) << 32), 32); MUL64 121 libavcodec/aptxenc.c error = ((int64_t)sample_difference_abs << 20) - MUL64(dithered_sample, quantization_factor); MUL64 50 libavcodec/avr32/mathops.h #define MUL64 MUL64 MUL64 36 libavcodec/dcaadpcm.c s += MUL64(x[n-j], x[n-k]); MUL64 47 libavcodec/dcaadpcm.c tmp += MUL64(a[0], corr[1]); MUL64 48 libavcodec/dcaadpcm.c tmp += MUL64(a[1], corr[2]); MUL64 49 libavcodec/dcaadpcm.c tmp += MUL64(a[2], corr[3]); MUL64 50 libavcodec/dcaadpcm.c tmp += MUL64(a[3], corr[4]); MUL64 58 libavcodec/dcaadpcm.c tmp += MUL64(corr[5], aa[0]); MUL64 59 libavcodec/dcaadpcm.c tmp += MUL64(corr[6], aa[1]); MUL64 60 libavcodec/dcaadpcm.c tmp += MUL64(corr[7], aa[2]); MUL64 61 libavcodec/dcaadpcm.c tmp += MUL64(corr[8], aa[3]); MUL64 63 libavcodec/dcaadpcm.c tmp += MUL64(corr[9], aa[4]); MUL64 64 libavcodec/dcaadpcm.c tmp += MUL64(corr[10], aa[5]); MUL64 65 libavcodec/dcaadpcm.c tmp += MUL64(corr[11], aa[6]); MUL64 67 libavcodec/dcaadpcm.c tmp += MUL64(corr[12], aa[7]); MUL64 68 libavcodec/dcaadpcm.c tmp += MUL64(corr[13], aa[8]); MUL64 70 libavcodec/dcaadpcm.c tmp += MUL64(corr[14], aa[9]); MUL64 115 libavcodec/dcaadpcm.c signal_energy += MUL64(in[DCA_ADPCM_COEFFS + i], in[DCA_ADPCM_COEFFS + i]); MUL64 116 libavcodec/dcaadpcm.c error_energy += MUL64(error, error); MUL64 33 libavcodec/flacdsp_lpc_template.c # define MUL(a, b) MUL64(a, b) MUL64 53 libavcodec/mathops.h #ifndef MUL64 MUL64 58 libavcodec/mathops.h # define MULL(a,b,s) (MUL64(a, b) >> (s)) MUL64 63 libavcodec/mathops.h return MUL64(a, b) >> 32; MUL64 74 libavcodec/mathops.h # define MAC64(d, a, b) ((d) += MUL64(a, b)) MUL64 78 libavcodec/mathops.h # define MLS64(d, a, b) ((d) -= MUL64(a, b)) MUL64 221 libavcodec/mpegaudiodec_template.c val = MUL64((int)(mant + (-1U << n) + 1), scale_factor_mult[n-1][mod]); MUL64 62 libavcodec/mpegaudiodsp_template.c # define MULS(ra, rb) MUL64(ra, rb) MUL64 50 libavcodec/opus.h #define ROUND_MULL(a,b,s) (((MUL64(a, b) >> ((s) - 1)) + 1) >> 1) MUL64 59 libavcodec/x86/mathops.h #define MUL64 MUL64