Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_pvc_dec.h36 UWORD16 pvc_id[PVC_NUM_TIME_SLOTS];
45 FLOAT32 esg[2 * PVC_NUM_TIME_SLOTS - 1][3];
46 FLOAT32 smooth_esg_arr[PVC_NUM_TIME_SLOTS * 3];
47 FLOAT32 sbr_range_esg_arr[PVC_NUM_TIME_SLOTS * 8];
Dixheaacd_pred_vec_block.c38 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_sb_parsing()
72 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_qmf_grouping()
112 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_time_smoothing()
141 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; 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()
235 (FLOAT32 *)(&ptr_pvc_data->esg[PVC_NUM_TIME_SLOTS][0]), in ixheaacd_pvc_process()
236 sizeof(FLOAT32) * (PVC_NUM_TIME_SLOTS - 1) * 3); in ixheaacd_pvc_process()
Dixheaacd_sbr_const.h175 #define PVC_NUM_TIME_SLOTS 16 macro
Dixheaacd_env_extr.c116 UWORD16 pvc_id[PVC_NUM_TIME_SLOTS + 1]; in ixheaacd_read_esbr_pvc_envelope()
161 if ((k + length - 1) > PVC_NUM_TIME_SLOTS) { in ixheaacd_read_esbr_pvc_envelope()
224 for (i = 0; i < PVC_NUM_TIME_SLOTS; i++) { in ixheaacd_read_esbr_pvc_envelope()