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

  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_update_freq_scale.cpp 97 #define Q28fmt(x) (Int32)(x*((Int32)1<<28) + (x>=0?0.5F:-0.5F))
170 if (usb > fxp_mul32_Q28(lsbM, Q28fmt(2.2449)))
calc_sbr_envelope.cpp 115 #define Q28fmt(x) (Int32)(x*((Int32)1<<28) + (x>=0?0.5F:-0.5F))
773 tmp_q1 = Q28fmt(1.52587890625F) >> (tmp_q1 - 16);
778 g_max_man = Q28fmt(1.52587890625F);
785 g_max_man = Q28fmt(1.52587890625F);
906 tmp_q1 = Q28fmt(1.584893192f) >> (tmp_q1 + 28);
911 boost_gain_q = Q28fmt(1.584893192f);
916 boost_gain_q = Q28fmt(1.584893192f);
    [all...]

Completed in 2138 milliseconds