Searched refs:cur_time_slot (Results 1 – 2 of 2) sorted by relevance
1807 WORD32 cur_time_slot = pstr_mps_state->cur_time_slot; in ixheaacd_apply_frame() local1821 if (cur_time_slot + in_time_slots > time_slots) { in ixheaacd_apply_frame()1823 cur_time_slot = time_slots - in_time_slots; in ixheaacd_apply_frame()1846 buf_real = pbuf_re + (cur_time_slot + ts); in ixheaacd_apply_frame()1847 buf_imag = pbuf_im + (cur_time_slot + ts); in ixheaacd_apply_frame()1875 pbuf_re = pbuf_real + cur_time_slot * MAX_HYBRID_BANDS; in ixheaacd_apply_frame()1876 pbuf_im = pbuf_imag + cur_time_slot * MAX_HYBRID_BANDS; in ixheaacd_apply_frame()1922 pstr_mps_state->cur_time_slot += in_time_slots; in ixheaacd_apply_frame()1923 cur_time_slot = pstr_mps_state->cur_time_slot; in ixheaacd_apply_frame()1925 if (pstr_mps_state->cur_time_slot < time_slots) { in ixheaacd_apply_frame()[all …]
909 WORD32 cur_time_slot; member