Lines Matching refs:time_slot
34 WORD32 time_slot; in ixheaacd_pvc_sb_parsing() local
38 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_sb_parsing()
65 WORD32 ksg, time_slot, ib; in ixheaacd_pvc_qmf_grouping() local
72 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_qmf_grouping()
87 p_esg[(time_slot + 16 - 1) * 3 + ksg] = 10 * ((FLOAT32)log10(esg)); in ixheaacd_pvc_qmf_grouping()
89 p_esg[(time_slot + 16 - 1) * 3 + ksg] = PVC_10LOG10_ESG_MIN_VAL; in ixheaacd_pvc_qmf_grouping()
98 for (time_slot = 0; time_slot < 16 - 1 + first_pvc_timeslot; time_slot++) { in ixheaacd_pvc_qmf_grouping()
100 p_esg[time_slot * 3 + ksg] = in ixheaacd_pvc_qmf_grouping()
110 WORD32 time_slot; in ixheaacd_pvc_time_smoothing() local
112 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_time_smoothing()
114 FLOAT32 *p_esg = (FLOAT32 *)&ptr_pvc_data->esg[time_slot + 16 - 1][2]; in ixheaacd_pvc_time_smoothing()
134 WORD32 time_slot; in ixheaacd_pvc_pred_env_sf() local
141 for (time_slot = 0; time_slot < PVC_NUM_TIME_SLOTS; time_slot++) { in ixheaacd_pvc_pred_env_sf()
142 tab_2_index = ptr_pvc_data->pvc_id[time_slot]; in ixheaacd_pvc_pred_env_sf()