HomeSort by relevance Sort by last modified time
    Searched full:temp7 (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/audio/aac/dec/src/
dst8.cpp 120 Int32 temp7; local
135 temp7 = vec[7] + fxp_mul32_Q31(vec[7], Qfmt31(0.56291544774152F)); /* (1/(2*cos(7*phi)));*/
150 tmp_a = fxp_mul32_by_16((temp1 + temp7) << 1, Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi))); */
151 tmp_aa = (temp1 - temp7);
  /frameworks/base/media/libstagefright/codecs/aacdec/
dst8.cpp 120 Int32 temp7; local
135 temp7 = vec[7] + fxp_mul32_Q31(vec[7], Qfmt31(0.56291544774152F)); /* (1/(2*cos(7*phi)));*/
150 tmp_a = fxp_mul32_by_16((temp1 + temp7) << 1, Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi))); */
151 tmp_aa = (temp1 - temp7);

Completed in 1037 milliseconds