Dynamically selecting intra energy based on energy variations from the previous

frame
This commit is contained in:
Jean-Marc Valin 2009-05-01 21:28:58 -04:00
parent 18a3b79d24
commit 32ec58cc3e
3 changed files with 25 additions and 6 deletions

View file

@ -42,6 +42,8 @@ void quant_prob_free(int *freq);
void compute_fine_allocation(const CELTMode *m, int *bits, int budget);
int intra_decision(celt_ener_t *eBands, celt_word16_t *oldEBands, int len);
void quant_coarse_energy(const CELTMode *m, celt_ener_t *eBands, celt_word16_t *oldEBands, int budget, int intra, int *prob, celt_word16_t *error, ec_enc *enc);
void quant_fine_energy(const CELTMode *m, celt_ener_t *eBands, celt_word16_t *oldEBands, celt_word16_t *error, int *fine_quant, ec_enc *enc);