Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_env_extr.c116 UWORD16 pvc_id[PVC_NUM_TIME_SLOTS + 1]; in ixheaacd_read_esbr_pvc_envelope() local
140 pvc_id[0] = ptr_pvc_data->prev_pvc_id; in ixheaacd_read_esbr_pvc_envelope()
142 pvc_id[0] = (UWORD16)ixheaacd_read_bits_buf(it_bit_buff, pvc_id_bits); in ixheaacd_read_esbr_pvc_envelope()
165 pvc_id[k] = pvc_id[k - 1]; in ixheaacd_read_esbr_pvc_envelope()
167 pvc_id[k++] = (UWORD16)ixheaacd_read_bits_buf(it_bit_buff, pvc_id_bits); in ixheaacd_read_esbr_pvc_envelope()
172 pvc_id[k] = pvc_id[k - 1]; in ixheaacd_read_esbr_pvc_envelope()
201 pvc_id[0] = (UWORD16)ixheaacd_read_bits_buf(it_bit_buff, pvc_id_bits); in ixheaacd_read_esbr_pvc_envelope()
203 pvc_id[0] = ptr_pvc_data->prev_pvc_id; in ixheaacd_read_esbr_pvc_envelope()
206 pvc_id[k] = pvc_id[k - 1]; in ixheaacd_read_esbr_pvc_envelope()
212 pvc_id[k++] = (UWORD16)ixheaacd_read_bits_buf(it_bit_buff, pvc_id_bits); in ixheaacd_read_esbr_pvc_envelope()
[all …]
Dixheaacd_pred_vec_block.c142 tab_2_index = ptr_pvc_data->pvc_id[time_slot]; in ixheaacd_pvc_pred_env_sf()
223 ptr_pvc_data->prev_pvc_id = ptr_pvc_data->pvc_id[PVC_NUM_TIME_SLOTS - 1]; in ixheaacd_pvc_process()
Dixheaacd_pvc_dec.h36 UWORD16 pvc_id[PVC_NUM_TIME_SLOTS]; member