Lines Matching defs:mant
124 int nz, mant, expo;
139 mant = (int)((accu + round) >> nz);
140 mant = (mant + 0x40LL)>>7;
141 mant *= 64;
143 return av_int2sf(mant, 30 - expo);
253 accu = (int64_t)X_high[m][ixh][0] * ((g_filt[m].mant + 0x40)>>7);
256 accu = (int64_t)X_high[m][ixh][1] * ((g_filt[m].mant + 0x40)>>7);
276 if (s_m[m].mant) {
285 y0 += (s_m[m].mant * phi_sign0 + round) >> shift;
286 y1 += (s_m[m].mant * phi_sign1 + round) >> shift;
299 accu = (int64_t)q_filt[m].mant * ff_sbr_noise_table_fixed[noise][0];
303 accu = (int64_t)q_filt[m].mant * ff_sbr_noise_table_fixed[noise][1];