Home | History | Annotate | Download | only in src

Lines Matching refs:bitRate

133 Word16 InitTnsConfigurationLong(Word32 bitRate,          /*!< bitrate */
148 bitratePerChannel = bitRate >> 1;
151 bitratePerChannel = bitRate;
200 Word16 InitTnsConfigurationShort(Word32 bitRate, /*!< bitrate */
214 bitratePerChannel = L_shr(bitRate,1);
217 bitratePerChannel = bitRate;