Searched refs:decay_bound (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
D | quant_bands.c | 190 opus_val16 decay_bound; in quant_coarse_energy_impl() local 197 decay_bound = EXTRACT16(MAX32(-QCONST16(28.f,DB_SHIFT), in quant_coarse_energy_impl() 203 decay_bound = MAX16(-QCONST16(28.f,DB_SHIFT), oldEBands[i+c*m->nbEBands]) - max_decay; in quant_coarse_energy_impl() 207 if (qi < 0 && x < decay_bound) in quant_coarse_energy_impl() 209 qi += (int)SHR16(SUB16(decay_bound,x), DB_SHIFT); in quant_coarse_energy_impl()
|
/external/libopus/celt/ |
D | quant_bands.c | 190 opus_val16 decay_bound; in quant_coarse_energy_impl() local 197 decay_bound = EXTRACT16(MAX32(-QCONST16(28.f,DB_SHIFT), in quant_coarse_energy_impl() 203 decay_bound = MAX16(-QCONST16(28.f,DB_SHIFT), oldEBands[i+c*m->nbEBands]) - max_decay; in quant_coarse_energy_impl() 207 if (qi < 0 && x < decay_bound) in quant_coarse_energy_impl() 209 qi += (int)SHR16(SUB16(decay_bound,x), DB_SHIFT); in quant_coarse_energy_impl()
|