Mercurial > libavcodec.hg
annotate ra288.c @ 11920:7d04a6cec75f libavcodec
Change a / 256 into a >> 8.
author | rbultje |
---|---|
date | Tue, 22 Jun 2010 19:19:13 +0000 |
parents | 8b6f3d3b55cb |
children | 5071d562408d |
rev | line source |
---|---|
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
1 /* |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
2 * RealAudio 2.0 (28.8K) |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
3 * Copyright (c) 2003 the ffmpeg project |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
4 * |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3036
diff
changeset
|
5 * This file is part of FFmpeg. |
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3036
diff
changeset
|
6 * |
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3036
diff
changeset
|
7 * FFmpeg is free software; you can redistribute it and/or |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
8 * modify it under the terms of the GNU Lesser General Public |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
9 * License as published by the Free Software Foundation; either |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3036
diff
changeset
|
10 * version 2.1 of the License, or (at your option) any later version. |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
11 * |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3036
diff
changeset
|
12 * FFmpeg is distributed in the hope that it will be useful, |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
15 * Lesser General Public License for more details. |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
16 * |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
17 * You should have received a copy of the GNU Lesser General Public |
3947
c8c591fe26f8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
diego
parents:
3036
diff
changeset
|
18 * License along with FFmpeg; if not, write to the Free Software |
3036
0b546eab515d
Update licensing information: The FSF changed postal address.
diego
parents:
2979
diff
changeset
|
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
20 */ |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
21 |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
22 #include "avcodec.h" |
7171 | 23 #define ALT_BITSTREAM_READER_LE |
9428 | 24 #include "get_bits.h" |
1335
b4a72edb3a71
moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big?
al3x
parents:
1316
diff
changeset
|
25 #include "ra288.h" |
7788
ffd4b1364b62
Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC decoders.
vitor
parents:
7505
diff
changeset
|
26 #include "lpc.h" |
8094 | 27 #include "celp_math.h" |
9026 | 28 #include "celp_filters.h" |
2967 | 29 |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
30 typedef struct { |
7439 | 31 float sp_lpc[36]; ///< LPC coefficients for speech data (spec: A) |
7849 | 32 float gain_lpc[10]; ///< LPC coefficients for gain (spec: GB) |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
33 |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
34 /** speech data history (spec: SB). |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
35 * Its first 70 coefficients are updated only at backward filtering. |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
36 */ |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
37 float sp_hist[111]; |
7418
83d005a098b5
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist}
vitor
parents:
7416
diff
changeset
|
38 |
7849 | 39 /// speech part of the gain autocorrelation (spec: REXP) |
7418
83d005a098b5
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist}
vitor
parents:
7416
diff
changeset
|
40 float sp_rec[37]; |
83d005a098b5
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist}
vitor
parents:
7416
diff
changeset
|
41 |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
42 /** log-gain history (spec: SBLG). |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
43 * Its first 28 coefficients are updated only at backward filtering. |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
44 */ |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
45 float gain_hist[38]; |
7418
83d005a098b5
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist}
vitor
parents:
7416
diff
changeset
|
46 |
7849 | 47 /// recursive part of the gain autocorrelation (spec: REXPLG) |
7418
83d005a098b5
Rename st{1,2}{a,b} context variables to more meaningful names: {sp,gain}_{rec,hist}
vitor
parents:
7416
diff
changeset
|
48 float gain_rec[11]; |
7411
d41948bf80a1
Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/
vitor
parents:
7375
diff
changeset
|
49 } RA288Context; |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
50 |
7451
85ab7655ad4d
Modify all codecs to report their supported input and output sample format(s).
pross
parents:
7449
diff
changeset
|
51 static av_cold int ra288_decode_init(AVCodecContext *avctx) |
85ab7655ad4d
Modify all codecs to report their supported input and output sample format(s).
pross
parents:
7449
diff
changeset
|
52 { |
7874
29010c2697da
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
vitor
parents:
7854
diff
changeset
|
53 avctx->sample_fmt = SAMPLE_FMT_FLT; |
7451
85ab7655ad4d
Modify all codecs to report their supported input and output sample format(s).
pross
parents:
7449
diff
changeset
|
54 return 0; |
85ab7655ad4d
Modify all codecs to report their supported input and output sample format(s).
pross
parents:
7449
diff
changeset
|
55 } |
85ab7655ad4d
Modify all codecs to report their supported input and output sample format(s).
pross
parents:
7449
diff
changeset
|
56 |
7848 | 57 static void apply_window(float *tgt, const float *m1, const float *m2, int n) |
7415
649496faa1d2
Move colmult() function to the beginning of file to group DSP-related functions.
vitor
parents:
7414
diff
changeset
|
58 { |
649496faa1d2
Move colmult() function to the beginning of file to group DSP-related functions.
vitor
parents:
7414
diff
changeset
|
59 while (n--) |
7416 | 60 *tgt++ = *m1++ * *m2++; |
7415
649496faa1d2
Move colmult() function to the beginning of file to group DSP-related functions.
vitor
parents:
7414
diff
changeset
|
61 } |
649496faa1d2
Move colmult() function to the beginning of file to group DSP-related functions.
vitor
parents:
7414
diff
changeset
|
62 |
7916
2a4c42e6aecb
Cosmetics: move convolve() together with the other DSP functions
vitor
parents:
7915
diff
changeset
|
63 static void convolve(float *tgt, const float *src, int len, int n) |
2a4c42e6aecb
Cosmetics: move convolve() together with the other DSP functions
vitor
parents:
7915
diff
changeset
|
64 { |
2a4c42e6aecb
Cosmetics: move convolve() together with the other DSP functions
vitor
parents:
7915
diff
changeset
|
65 for (; n >= 0; n--) |
8094 | 66 tgt[n] = ff_dot_productf(src, src - n, len); |
7916
2a4c42e6aecb
Cosmetics: move convolve() together with the other DSP functions
vitor
parents:
7915
diff
changeset
|
67 |
2a4c42e6aecb
Cosmetics: move convolve() together with the other DSP functions
vitor
parents:
7915
diff
changeset
|
68 } |
2a4c42e6aecb
Cosmetics: move convolve() together with the other DSP functions
vitor
parents:
7915
diff
changeset
|
69 |
7412
51da3d8200d0
Give the context variables of ra288 a better name: s/glob/ractx/
vitor
parents:
7411
diff
changeset
|
70 static void decode(RA288Context *ractx, float gain, int cb_coef) |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
71 { |
9026 | 72 int i; |
7268
7e51fc7805ac
Do not declare as double a var that only stores a float
vitor
parents:
7267
diff
changeset
|
73 double sumsum; |
7e51fc7805ac
Do not declare as double a var that only stores a float
vitor
parents:
7267
diff
changeset
|
74 float sum, buffer[5]; |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
75 float *block = ractx->sp_hist + 70 + 36; // current block |
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
76 float *gain_block = ractx->gain_hist + 28; |
7167 | 77 |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
78 memmove(ractx->sp_hist + 70, ractx->sp_hist + 75, 36*sizeof(*block)); |
7167 | 79 |
7431
da24b77f46f6
Add a few comments pointing to the G.728 specification
vitor
parents:
7430
diff
changeset
|
80 /* block 46 of G.728 spec */ |
7503
d85a0a151344
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This
vitor
parents:
7492
diff
changeset
|
81 sum = 32.; |
d85a0a151344
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This
vitor
parents:
7492
diff
changeset
|
82 for (i=0; i < 10; i++) |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
83 sum -= gain_block[9-i] * ractx->gain_lpc[i]; |
7167 | 84 |
7431
da24b77f46f6
Add a few comments pointing to the G.728 specification
vitor
parents:
7430
diff
changeset
|
85 /* block 47 of G.728 spec */ |
7269 | 86 sum = av_clipf(sum, 0, 60); |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
87 |
7431
da24b77f46f6
Add a few comments pointing to the G.728 specification
vitor
parents:
7430
diff
changeset
|
88 /* block 48 of G.728 spec */ |
7915 | 89 /* exp(sum * 0.1151292546497) == pow(10.0,sum/20) */ |
7925
9dc65bb3bd3f
Do instead of divising a float by a constant, multiply by its inverse
vitor
parents:
7917
diff
changeset
|
90 sumsum = exp(sum * 0.1151292546497) * gain * (1.0/(1<<23)); |
7167 | 91 |
7448 | 92 for (i=0; i < 5; i++) |
7915 | 93 buffer[i] = codetable[cb_coef][i] * sumsum; |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
94 |
8094 | 95 sum = ff_dot_productf(buffer, buffer, 5) * ((1<<24)/5.); |
7275 | 96 |
97 sum = FFMAX(sum, 1); | |
7167 | 98 |
99 /* shift and store */ | |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
100 memmove(gain_block, gain_block + 1, 9 * sizeof(*gain_block)); |
7167 | 101 |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
102 gain_block[9] = 10 * log10(sum) - 32; |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
103 |
9026 | 104 ff_celp_lp_synthesis_filterf(block, ractx->sp_lpc, buffer, 5, 36); |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
105 } |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
106 |
7367 | 107 /** |
7847 | 108 * Hybrid window filtering, see blocks 36 and 49 of the G.728 specification. |
7367 | 109 * |
7847 | 110 * @param order filter order |
111 * @param n input length | |
112 * @param non_rec number of non-recursive samples | |
113 * @param out filter output | |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
114 * @param hist pointer to the input history of the filter |
7375 | 115 * @param out pointer to the non-recursive part of the output |
7367 | 116 * @param out2 pointer to the recursive part of the output |
117 * @param window pointer to the windowing function table | |
118 */ | |
7854 | 119 static void do_hybrid_window(int order, int n, int non_rec, float *out, |
120 float *hist, float *out2, const float *window) | |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
121 { |
7449
18fc253b4991
Do not declare a counter as unsigned when it is not needed
vitor
parents:
7448
diff
changeset
|
122 int i; |
7437
d36ec42eef9c
Declare temporary buffers to be only of the necessary size
vitor
parents:
7436
diff
changeset
|
123 float buffer1[order + 1]; |
d36ec42eef9c
Declare temporary buffers to be only of the necessary size
vitor
parents:
7436
diff
changeset
|
124 float buffer2[order + 1]; |
d36ec42eef9c
Declare temporary buffers to be only of the necessary size
vitor
parents:
7436
diff
changeset
|
125 float work[order + n + non_rec]; |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
126 |
7848 | 127 apply_window(work, window, hist, order + n + non_rec); |
2967 | 128 |
7492 | 129 convolve(buffer1, work + order , n , order); |
130 convolve(buffer2, work + order + n, non_rec, order); | |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
131 |
7448 | 132 for (i=0; i <= order; i++) { |
133 out2[i] = out2[i] * 0.5625 + buffer1[i]; | |
134 out [i] = out2[i] + buffer2[i]; | |
7167 | 135 } |
7365
031d4866b192
Rename co() function to the much more descriptive name of
vitor
parents:
7364
diff
changeset
|
136 |
7847 | 137 /* Multiply by the white noise correcting factor (WNCF). */ |
7365
031d4866b192
Rename co() function to the much more descriptive name of
vitor
parents:
7364
diff
changeset
|
138 *out *= 257./256.; |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
139 } |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
140 |
7372
e97d0795ee70
Rename update() function to backward_filter() and add a doxy comment
vitor
parents:
7371
diff
changeset
|
141 /** |
7847 | 142 * Backward synthesis filter, find the LPC coefficients from past speech data. |
7372
e97d0795ee70
Rename update() function to backward_filter() and add a doxy comment
vitor
parents:
7371
diff
changeset
|
143 */ |
7929 | 144 static void backward_filter(float *hist, float *rec, const float *window, |
145 float *lpc, const float *tab, | |
146 int order, int n, int non_rec, int move_size) | |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
147 { |
7929 | 148 float temp[order+1]; |
7169 | 149 |
7929 | 150 do_hybrid_window(order, n, non_rec, temp, hist, rec, window); |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
151 |
7929 | 152 if (!compute_lpc_coefs(temp, order, lpc, 0, 1, 1)) |
153 apply_window(lpc, lpc, tab, order); | |
7853
21ab545aed8b
Simplify: use a single history buffer for gain and a single one for
vitor
parents:
7849
diff
changeset
|
154 |
7929 | 155 memmove(hist, hist + n, move_size*sizeof(*hist)); |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
156 } |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
157 |
7174 | 158 static int ra288_decode_frame(AVCodecContext * avctx, void *data, |
9355
54bc8a2727b0
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
rbultje
parents:
9026
diff
changeset
|
159 int *data_size, AVPacket *avpkt) |
1313 | 160 { |
9355
54bc8a2727b0
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
rbultje
parents:
9026
diff
changeset
|
161 const uint8_t *buf = avpkt->data; |
54bc8a2727b0
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
rbultje
parents:
9026
diff
changeset
|
162 int buf_size = avpkt->size; |
7874
29010c2697da
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
vitor
parents:
7854
diff
changeset
|
163 float *out = data; |
7448 | 164 int i, j; |
7412
51da3d8200d0
Give the context variables of ra288 a better name: s/glob/ractx/
vitor
parents:
7411
diff
changeset
|
165 RA288Context *ractx = avctx->priv_data; |
7173
bc2fd265f52b
Remove unpack() function, read the bitstream as needed
vitor
parents:
7172
diff
changeset
|
166 GetBitContext gb; |
7167 | 167 |
7174 | 168 if (buf_size < avctx->block_align) { |
169 av_log(avctx, AV_LOG_ERROR, | |
170 "Error! Input buffer is too small [%d<%d]\n", | |
171 buf_size, avctx->block_align); | |
172 return 0; | |
173 } | |
174 | |
7874
29010c2697da
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the
vitor
parents:
7854
diff
changeset
|
175 if (*data_size < 32*5*4) |
7505 | 176 return -1; |
177 | |
7174 | 178 init_get_bits(&gb, buf, avctx->block_align * 8); |
1313 | 179 |
7448 | 180 for (i=0; i < 32; i++) { |
7192 | 181 float gain = amptable[get_bits(&gb, 3)]; |
7448 | 182 int cb_coef = get_bits(&gb, 6 + (i&1)); |
7443 | 183 |
7412
51da3d8200d0
Give the context variables of ra288 a better name: s/glob/ractx/
vitor
parents:
7411
diff
changeset
|
184 decode(ractx, gain, cb_coef); |
7167 | 185 |
7448 | 186 for (j=0; j < 5; j++) |
7917 | 187 *(out++) = ractx->sp_hist[70 + 36 + j]; |
7167 | 188 |
7929 | 189 if ((i & 7) == 3) { |
190 backward_filter(ractx->sp_hist, ractx->sp_rec, syn_window, | |
191 ractx->sp_lpc, syn_bw_tab, 36, 40, 35, 70); | |
192 | |
193 backward_filter(ractx->gain_hist, ractx->gain_rec, gain_window, | |
194 ractx->gain_lpc, gain_bw_tab, 10, 8, 20, 28); | |
195 } | |
7167 | 196 } |
197 | |
7174 | 198 *data_size = (char *)out - (char *)data; |
2956
5f51b1e0bed6
Cook compatibe decoder, patch by Benjamin Larsson
rtognimp
parents:
2288
diff
changeset
|
199 return avctx->block_align; |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
200 } |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
201 |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
202 AVCodec ra_288_decoder = |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
203 { |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
204 "real_288", |
11560
8a4984c5cacc
Define AVMediaType enum, and use it instead of enum CodecType, which
stefano
parents:
9428
diff
changeset
|
205 AVMEDIA_TYPE_AUDIO, |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
206 CODEC_ID_RA_288, |
7411
d41948bf80a1
Give the context structure of ra288 a better name: s/Real288_internal/RA288Context/
vitor
parents:
7375
diff
changeset
|
207 sizeof(RA288Context), |
7451
85ab7655ad4d
Modify all codecs to report their supported input and output sample format(s).
pross
parents:
7449
diff
changeset
|
208 ra288_decode_init, |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
209 NULL, |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
210 NULL, |
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
211 ra288_decode_frame, |
7040
e943e1409077
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
stefano
parents:
6712
diff
changeset
|
212 .long_name = NULL_IF_CONFIG_SMALL("RealAudio 2.0 (28.8K)"), |
1304
e8543aab0cc9
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
nickols_k
parents:
diff
changeset
|
213 }; |