Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dbandwidth.cpp100 } BANDWIDTH_TAB; typedef
102 static const BANDWIDTH_TAB bandWidthTable[] = {
115 static const BANDWIDTH_TAB bandWidthTable_LD_22050[] = {
126 static const BANDWIDTH_TAB bandWidthTable_LD_24000[] = {
138 static const BANDWIDTH_TAB bandWidthTable_LD_32000[] = {
150 static const BANDWIDTH_TAB bandWidthTable_LD_44100[] = {
164 static const BANDWIDTH_TAB bandWidthTable_LD_48000[] = {
203 const BANDWIDTH_TAB *pBwTab = NULL; in GetBandwidthEntry()
209 bwTabSize = sizeof(bandWidthTable)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
220 bwTabSize = sizeof(bandWidthTable_LD_22050)/sizeof(BANDWIDTH_TAB); in GetBandwidthEntry()
[all …]