Home
last modified time | relevance | path

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

/external/aac/libArithCoding/src/
Dac_arith_coder.cpp618 INT lev, esc_nb, pki; in decode2() local
652 for (lev = esc_nb = 0;;) { in decode2()
653 pki = get_pk_v2(s + (esc_nb << (VAL_ESC + 1))); in decode2()
663 if (esc_nb < 7) { in decode2()
664 esc_nb++; in decode2()
670 if (esc_nb > 0) { in decode2()
/external/libxaac/decoder/
Dixheaacd_arith_dec.c1803 WORD32 i, j, lev, pki, esc_nb; in ixheaacd_arth_decoding_level2() local
1826 for (lev = esc_nb = 0;;) { in ixheaacd_arth_decoding_level2()
1827 pki = ixheaacd_arith_get_pk(s1 + ixheaacd_esc_nb_offset[esc_nb]); in ixheaacd_arth_decoding_level2()
1839 esc_nb = lev; in ixheaacd_arth_decoding_level2()
1841 if (esc_nb > 7) { in ixheaacd_arth_decoding_level2()
1842 esc_nb = 7; in ixheaacd_arth_decoding_level2()
1847 if (esc_nb > 0) break; in ixheaacd_arth_decoding_level2()