Home
last modified time | relevance | path

Searched refs:ov_reserve (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_calc.c898 WORD32 ov_reserve, reserve; in ixheaacd_calc_sbrenvelope() local
900 ov_reserve = reserve = 0; in ixheaacd_calc_sbrenvelope()
904 ov_reserve = (*ixheaacd_ixheaacd_expsubbandsamples)( in ixheaacd_calc_sbrenvelope()
920 if (((ov_adj_e - ov_reserve) > (adj_e - reserve))) in ixheaacd_calc_sbrenvelope()
921 output_e = (ov_adj_e - ov_reserve); in ixheaacd_calc_sbrenvelope()
/external/aac/libSBRdec/src/
Denv_calc.cpp1656 int ov_reserve, reserve; in calculateSbrEnvelope() local
1663 ov_reserve = fNorm(maxVal); in calculateSbrEnvelope()
1673 output_e = fMax(ov_adj_e - ov_reserve, adj_e - reserve); in calculateSbrEnvelope()