Home
last modified time | relevance | path

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

/external/iw/
Dinfo.c115 static int last_band = -1; in print_phy_handler() local
126 last_band = -1; in print_phy_handler()
135 if (last_band != nl_band->nla_type) { in print_phy_handler()
139 last_band = nl_band->nla_type; in print_phy_handler()
/external/libxaac/decoder/
Dixheaacd_lt_predict.h30 UWORD8 last_band; member
Dixheaacd_channel.c1108 ltp->last_band = 0; in ixheaacd_init_ltp_object()
1143 ltp->last_band = (ics->max_sfb < MAX_LTP_SFB ? ics->max_sfb : MAX_LTP_SFB); in ixheaacd_ltp_data()
1145 for (sfb = 0; sfb < ltp->last_band; sfb++) { in ixheaacd_ltp_data()
Dixheaacd_lt_predict.c91 for (sfb = 0; sfb < ltp->last_band; sfb++) { in ixheaacd_lt_prediction()