Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_arith_dec.c1631 static void ixheaacd_arith_map_context(WORD32 pres_n, WORD32 prev_n, in ixheaacd_arith_map_context() argument
1647 for (i = 2; i < (prev_n / 2 + 4); i++) { in ixheaacd_arith_map_context()
1652 ratio = (FLOAT32)(prev_n) / (FLOAT32)(pres_n); in ixheaacd_arith_map_context()
1658 c_prev[(pres_n / 2) + 2] = c_prev_tmp[(prev_n / 2) + 2]; in ixheaacd_arith_map_context()
1659 c[(pres_n / 2) + 3] = c_tmp[(prev_n / 2) + 3]; in ixheaacd_arith_map_context()