Home | History | Annotate | Download | only in src

Lines Matching defs:bandwidth

14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
125 #define DELAY_QMF_ANA(dwnsmp) ((320<<((dwnsmp)-1)) - (32<<((dwnsmp)-1))) /* Full bandwidth */
2143 int bandwidth = *coreBandwidth;
2145 /* Use lowest common bandwidth */
2149 /* initialize SBR element, and get core bandwidth */
2152 &bandwidth,
2167 /* Get lowest core encoder bandwidth to be returned later. */
2168 lowestBandwidth = fixMin(lowestBandwidth, bandwidth);
2208 /* Assign core encoder Bandwidth */