Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_pvc_dec.h25 UWORD8 div_mode; member
Dixheaacd_env_extr.c115 UWORD8 div_mode, ns_mode; in ixheaacd_read_esbr_pvc_envelope() local
124 div_mode = (UWORD8)ixheaacd_read_bits_buf(it_bit_buff, PVC_DIV_MODE_BITS); in ixheaacd_read_esbr_pvc_envelope()
131 if (div_mode <= 3) { in ixheaacd_read_esbr_pvc_envelope()
132 num_length = div_mode; in ixheaacd_read_esbr_pvc_envelope()
176 switch (div_mode) { in ixheaacd_read_esbr_pvc_envelope()
222 ptr_pvc_data->div_mode = div_mode; in ixheaacd_read_esbr_pvc_envelope()