Commit f8cca3a8 authored by alexc's avatar alexc

Dead code removal in the AAC encoder.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19457 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 02a40238
......@@ -89,11 +89,6 @@ static void abs_pow34_v(float *out, const float *in, const int size)
#endif /* USE_REALLY_FULL_SEARCH */
}
static av_always_inline int quant2(float coef, const float Q)
{
return pow(coef * Q, 0.75);
}
static const uint8_t aac_cb_range [12] = {0, 3, 3, 3, 3, 9, 9, 8, 8, 13, 13, 17};
static const uint8_t aac_cb_maxval[12] = {0, 1, 1, 2, 2, 4, 4, 7, 7, 12, 12, 16};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment