Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_calc.c902 WORD32 ov_reserve, reserve; in ixheaacd_calc_sbrenvelope() local
904 ov_reserve = reserve = 0; in ixheaacd_calc_sbrenvelope()
908 ov_reserve = (*ixheaacd_ixheaacd_expsubbandsamples)( in ixheaacd_calc_sbrenvelope()
924 if (((ov_adj_e - ov_reserve) > (adj_e - reserve))) in ixheaacd_calc_sbrenvelope()
925 output_e = (ov_adj_e - ov_reserve); in ixheaacd_calc_sbrenvelope()
/external/aac/libSBRdec/src/
Denv_calc.cpp1651 int ov_reserve, reserve; in calculateSbrEnvelope() local
1658 ov_reserve = fNorm(maxVal); in calculateSbrEnvelope()
1668 output_e = fMax(ov_adj_e - ov_reserve, adj_e - reserve); in calculateSbrEnvelope()