Home | History | Annotate | Download | only in src

Lines Matching full:tnsinfotab

139 static const TNS_INFO_TAB tnsInfoTab[] =
260 for (i = 0; i < (int) (sizeof(tnsInfoTab)/sizeof(TNS_INFO_TAB)); i++) {
261 if ((bitRate >= tnsInfoTab[i].bitRateFrom[sbrLd?1:0]) &&
262 bitRate <= tnsInfoTab[i].bitRateTo[sbrLd?1:0])
264 tnsConfigTab = &tnsInfoTab[i].paramTab[(channels==1)?0:1];