Searched refs:weighting_delay (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3.c97 int weighting_delay[6]; member in struct:ATRAC3Context
682 memmove(q->weighting_delay, &q->weighting_delay[2],
683 4 * sizeof(*q->weighting_delay));
684 q->weighting_delay[4] = get_bits1(&q->gb);
685 q->weighting_delay[5] = get_bits(&q->gb, 3);
704 channel_weighting(out_samples[0], out_samples[1], q->weighting_delay);
904 q->weighting_delay[0] = 0;
905 q->weighting_delay[1] = 7;
906 q->weighting_delay[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Datrac3.c110 int weighting_delay[6]; member in struct:__anon1875
778 memmove(q->weighting_delay,&(q->weighting_delay[2]),4*sizeof(int));
779 q->weighting_delay[4] = get_bits1(&q->gb);
780 q->weighting_delay[5] = get_bits(&q->gb,3);
796 channelWeighting(out_samples[0], out_samples[1], q->weighting_delay);
1032 q->weighting_delay[0] = 0;
1033 q->weighting_delay[1] = 7;
1034 q->weighting_delay[2] = 0;
1035 q->weighting_delay[
[all...]

Completed in 108 milliseconds