Searched refs:bInv_m (Results 1 - 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
H A Dtranscendent.h217 FIXP_SGL bInv_m = FL2FXCONST_SGL(0.0f); local
252 bInv_m = (index<0)? bInv_m : FDK_sbrDecoder_invTable[index];
255 ratio_m = (index<0)? FX_SGL2FX_DBL(a_m >> 1) : fMultDiv2(bInv_m,a_m);
273 FIXP_SGL bInv_m = FL2FXCONST_SGL(0.0f); local
308 bInv_m = (index<0)? bInv_m : FDK_sbrDecoder_invTable[index];
311 ratio_m = (index<0)? (a_m >> 1) : fMultDiv2(bInv_m,a_m);

Completed in 76 milliseconds