Searched defs:goalSb (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp806 static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction) argument
810 if( goalSb <= v_k_master[0] )
813 if( goalSb >= v_k_master[numMaster] )
818 while( v_k_master[index] < goalSb ) {
823 while( v_k_master[index] > goalSb ) {
878 /* ISO/IEC 14496-3 (Figure 4.48): goalSb = round( 2.048e6 / fs ) */

Completed in 78 milliseconds