34 #define MAX_CHANNELS 6 
   35 #define DCA_MAX_FRAME_SIZE 16384 
   36 #define DCA_HEADER_SIZE 13 
   37 #define DCA_LFE_SAMPLES 8 
   39 #define DCA_SUBBANDS 32 
   41 #define SUBSUBFRAMES 2 
   42 #define SUBBAND_SAMPLES (SUBFRAMES * SUBSUBFRAMES * 8) 
   86 static double hom(
double f)
 
   90     return -3.64 * pow(f1, -0.8)
 
   91            + 6.8 * exp(-0.6 * (f1 - 3.4) * (f1 - 3.4))
 
   92            - 6.0 * exp(-0.15 * (f1 - 8.7) * (f1 - 8.7))
 
   93            - 0.0006 * (f1 * f1) * (f1 * f1);
 
   98     double h = (f - 
fc[i]) / 
erb[i];
 
  102     return 20 * log10(h);
 
  109     int i, min_frame_bits;
 
  120                                       "encoder will guess the layout, but it " 
  121                                       "might be incorrect.\n");
 
  138     for (i = 0; i < 9; i++) {
 
  166         for (i = 0; i < 2048; i++) {
 
  172         for (i = 0; i < 256; i++) {
 
  177         for (i = 0; i < 512; i++) {
 
  182         for (i = 0; i < 9; i++) {
 
  183             for (j = 0; j < 
AUBANDS; j++) {
 
  184                 for (k = 0; k < 256; k++) {
 
  192         for (i = 0; i < 256; i++) {
 
  193             double add = 1 + pow(10, -0.01 * i);
 
  196         for (j = 0; j < 8; j++) {
 
  198             for (i = 0; i < 512; i++) {
 
  200                 accum += reconst * cos(2 * 
M_PI * (i + 0.5 - 256) * (j + 0.5) / 512);
 
  204         for (j = 0; j < 8; j++) {
 
  206             for (i = 0; i < 512; i++) {
 
  208                 accum += reconst * cos(2 * 
M_PI * (i + 0.5 - 256) * (j + 0.5) / 512);
 
  223     return cos_t(x - 512);
 
  233     int64_t 
r = (int64_t)a * b + 0x80000000ULL;
 
  239     int ch, subs, i, k, j;
 
  246         for (i = 0; i < 512; i++)
 
  255             for (i = 0; i < 64; i++)
 
  258             for (k = 0, i = hist_start, j = 0;
 
  259                     i < 512; k = (k + 1) & 63, i++, j++)
 
  261             for (i = 0; i < hist_start; k = (k + 1) & 63, i++, j++)
 
  264             for (k = 16; k < 32; k++)
 
  265                 accum[k] = accum[k] - accum[31 - k];
 
  266             for (k = 32; k < 48; k++)
 
  267                 accum[k] = accum[k] + accum[95 - k];
 
  269             for (band = 0; band < 32; band++) {
 
  271                 for (i = 16; i < 48; i++) {
 
  272                     int s = (2 * band + 1) * (2 * (i + 16) + 1);
 
  276                 c->
subband[subs][
band][ch] = ((band + 1) & 2) ? -resp : resp;
 
  280             for (i = 0; i < 32; i++)
 
  281                 hist[i + hist_start] = input[(subs * 32 + i) * c->
channels + ch];
 
  282             hist_start = (hist_start + 32) & 511;
 
  295     for (i = 0; i < 512; i++)
 
  302         for (i = hist_start, j = 0; i < 512; i++, j++)
 
  304         for (i = 0; i < hist_start; i++, j++)
 
  310         for (i = 0; i < 64; i++)
 
  311             hist[i + hist_start] = input[(lfes * 64 + i) * c->
channels + c->
channels - 1];
 
  313         hist_start = (hist_start + 64) & 511;
 
  328     for (i = 0; i < 256; i++) {
 
  330         rin[i].
re = 
mul32(in[2 * i], 0x3fffffff - (
cos_t(8 * i + 2) >> 1));
 
  331         rin[i].
im = 
mul32(in[2 * i + 1], 0x3fffffff - (
cos_t(8 * i + 6) >> 1));
 
  334     for (i = 0; i < 256; i++) {
 
  341     for (j = 256, l = 1; j != 1; j >>= 1, l <<= 1) {
 
  342         for (k = 0; k < 256; k += j) {
 
  343             for (i = k; i < k + j / 2; i++) {
 
  347                 sum.
re = buf[i].
re + buf[i + j / 2].
re;
 
  348                 sum.
im = buf[i].
im + buf[i + j / 2].
im;
 
  350                 diff.
re = buf[i].
re - buf[i + j / 2].
re;
 
  351                 diff.
im = buf[i].
im - buf[i + j / 2].
im;
 
  364     for (i = 0; i < 256; i++) {
 
  371     for (i = 0; i < 256; i++) {
 
  375         o1.
re =  rout[i].
re - rout[255 - i].
re;
 
  376         o1.
im =  rout[i].
im + rout[255 - i].
im;
 
  378         o2.
re =  rout[i].
im - rout[255 - i].
im;
 
  379         o2.
im = -rout[i].
re - rout[255 - i].
re;
 
  396     for (i = 1024; i > 0; i >>= 1) {
 
  426     for (j = 0; j < 256; j++) {
 
  428         out_cb_unnorm[j] = -2047; 
 
  431     for (i = 0; i < 
AUBANDS; i++) {
 
  433         for (j = 0; j < 256; j++)
 
  434             denom = 
add_cb(denom, power[j] + 
auf[samplerate_index][i][j]);
 
  435         for (j = 0; j < 256; j++)
 
  436             out_cb_unnorm[j] = 
add_cb(out_cb_unnorm[j],
 
  437                     -denom + 
auf[samplerate_index][i][j]);
 
  440     for (j = 0; j < 256; j++)
 
  441         out_cb[j] = 
add_cb(out_cb[j], -out_cb_unnorm[j] - ca_cb - cs_cb);
 
  454         for (f = 0; f < 4; f++)
 
  455             walk(c, 0, 0, f, 0, -2047, channel, arg);
 
  457         for (f = 0; f < 8; f++)
 
  458             walk(c, band, band - 1, 8 * band - 4 + f,
 
  469         for (f = 0; f < 4; f++)
 
  470             walk(c, 31, 31, 256 - 4 + f, 0, -2047, channel, arg);
 
  472         for (f = 0; f < 8; f++)
 
  473             walk(c, band, band + 1, 8 * band + 4 + f,
 
  484     if (value < c->band_masking_cb[band1])
 
  490     int i, k, 
band, ch, ssf;
 
  493     for (i = 0; i < 256; i++)
 
  499             for (i = 0, k = 128 + 256 * ssf; k < 512; i++, k++)
 
  501             for (k -= 512; i < 512; i++, k++)
 
  502                 data[i] = input[k * c->
channels + ch];
 
  505     for (i = 0; i < 256; i++) {
 
  514     for (band = 0; band < 32; band++) {
 
  525     for (band = 0; band < 32; band++)
 
  550 #define USED_1ABITS 1 
  551 #define USED_NABITS 2 
  552 #define USED_26ABITS 4 
  564         for (band = 0; band < 32; band++) {
 
  567             if (snr_cb >= 1312) {
 
  570             } 
else if (snr_cb >= 222) {
 
  573             } 
else if (snr_cb >= 0) {
 
  583     for (band = 0; band < 32; band++)
 
  617     for (down = 
snr_fudge >> 1; down; down >>= 1) {
 
  633     for (k = 0; k < 512; k++)
 
  634         for (ch = 0; ch < c->
channels; ch++)
 
  643     value = value >> quant.
e;
 
  650     int our_nscale, try_remove;
 
  659     for (try_remove = 64; try_remove > 0; try_remove >>= 1) {
 
  666         our_nscale -= try_remove;
 
  669     if (our_nscale >= 125)
 
  683     for (band = 0; band < 32; band++)
 
  687                                                        &c->
quant[band][ch]);
 
  698         for (band = 0; band < 32; band++)
 
  788     static const int bitlen[11] = { 0, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3 };
 
  789     static const int thr[11]    = { 0, 1, 3, 3, 3, 3, 7, 7, 7, 7, 7 };
 
  824     for (i = 1; i < 11; i++)
 
  834     if (c->
abits[band][ch] <= 7) {
 
  836         for (i = 0; i < 8; i += 4) {
 
  838             for (j = 3; j >= 0; j--) {
 
  847         for (i = 0; i < 8; i++) {