HomeSort by relevance Sort by last modified time
    Searched full:fi_select (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
poly_to_lsp.c 42 int fi_select; local
73 fi_select = 0; /* selector between f1 and f2, start with f1 */
78 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);
90 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);
97 ymid = WebRtcIlbcfix_Chebyshev(xmid, f[fi_select]);
146 fi_select = ((fi_select+1)&0x1);
148 ylow = WebRtcIlbcfix_Chebyshev(xlow, f[fi_select]);

Completed in 273 milliseconds