Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/encoder/
H A Diusace_arith_enc.c169 bp = iusace_arith_encode(pstr_it_bit_buff, bp, &as, ARITH_ESCAPE, iusace_ari_cf_m[pki]); in iusace_arith_encode_level2()
171 bp = iusace_arith_encode(pstr_it_bit_buff, bp, &as, 0, iusace_ari_cf_m[pki]); in iusace_arith_encode_level2()
181 iusace_arith_encode(NULL, bp_stop, &as_stop, ARITH_ESCAPE, iusace_ari_cf_m[pki]); in iusace_arith_encode_level2()
184 bp_stop = iusace_arith_encode(NULL, bp_stop, &as_stop, (0), iusace_ari_cf_m[pki]); in iusace_arith_encode_level2()
207 bp = iusace_arith_encode(pstr_it_bit_buff, bp, &as, ARITH_ESCAPE, iusace_ari_cf_m[pki]); in iusace_arith_encode_level2()
220 bp = iusace_arith_encode(pstr_it_bit_buff, bp, &as, m, iusace_ari_cf_m[pki]); in iusace_arith_encode_level2()
227 bp = iusace_arith_encode(pstr_it_bit_buff, bp, &as, qs[l], iusace_ari_cf_r[lsbidx]); in iusace_arith_encode_level2()
381 WORD32 iusace_arith_encode(ia_bit_buf_struct *pstr_it_bit_buff, WORD32 bp, iusace_state_arith *s, in iusace_arith_encode() function
H A Diusace_arith_enc.h46 WORD32 iusace_arith_encode(ia_bit_buf_struct *pstr_it_bit_buff, WORD32 bp, iusace_state_arith *s,