HomeSort by relevance Sort by last modified time
    Searched refs:ratio_m (Results 1 - 4 of 4) sorted by null

  /external/aac/libSBRdec/src/
transcendent.h 236 FIXP_DBL ratio_m; local
274 ratio_m = (index < 0) ? FX_SGL2FX_DBL(a_m >> 1) : fMultDiv2(bInv_m, a_m);
276 postShift = CntLeadingZeros(ratio_m) - 1;
278 *ptrResult_m = FX_DBL2FX_SGL(ratio_m << postShift);
292 FIXP_DBL ratio_m; local
330 ratio_m = (index < 0) ? (a_m >> 1) : fMultDiv2(bInv_m, a_m);
332 postShift = CntLeadingZeros(ratio_m) - 1;
334 *ptrResult_m = ratio_m << postShift;
  /external/libxaac/decoder/
ixheaacd_basic_funcs.c 81 WORD32 ratio_m; local
87 ratio_m = ixheaacd_mult16x16in32(one_by_op2_mant, op1_mant);
89 post_shift_val = ixheaacd_norm32(ratio_m) - 1;
91 *ptr_result_mant = (WORD16)((ratio_m << post_shift_val) >> 15);
  /external/aac/libSACdec/src/
sac_calcM1andM2.cpp 519 FIXP_DBL ratio_m = local
525 fPow(ratio_m, ratio_e, FL2FXCONST_DBL(0.5f), -1, &weight2_e);
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 1078 FIXP_DBL ratio_m = fDivNorm(pSi->sampleRate, pSi->frameSize, &ratio_e); local
    [all...]

Completed in 252 milliseconds