OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp3_sfBandIndex
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp
321
if (
mp3_sfBandIndex
[sfreq].l[4] <= sb)
330
while (
mp3_sfBandIndex
[sfreq].l[sfb] < sb)
338
sfbStart =
mp3_sfBandIndex
[sfreq].l[sfb];
354
sfbStart =
mp3_sfBandIndex
[sfreq].l[sfbTemp]; /* = Start in 0 ... 575 */
355
sfbNo =
mp3_sfBandIndex
[sfreq].l[sfbTemp+1] -
mp3_sfBandIndex
[sfreq].l[sfbTemp]; /* No of lines to process */
373
sfbNo =
mp3_sfBandIndex
[sfreq].s[sfbTemp+1] -
mp3_sfBandIndex
[sfreq].s[sfbTemp]; /* No of lines to process */
374
sfbStart = 3 *
mp3_sfBandIndex
[sfreq].s[sfbTemp] + j * sfbNo;
406
lines =
mp3_sfBandIndex
[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]
[
all
...]
pvmp3_dequantize_sample.cpp
214
next_cb_boundary =
mp3_sfBandIndex
[sfreq].l[1]; /* LONG blocks: 0,1,3 */
218
next_cb_boundary =
mp3_sfBandIndex
[sfreq].s[1] * 3; /* pure SHORT block */
233
if (next_cb_boundary ==
mp3_sfBandIndex
[sfreq].l[mixstart])
235
next_cb_boundary =
mp3_sfBandIndex
[sfreq].s[4] * 3;
237
cb_begin =
mp3_sfBandIndex
[sfreq].s[3] * 3;
241
else if (ss <
mp3_sfBandIndex
[sfreq].l[mixstart])
243
next_cb_boundary =
mp3_sfBandIndex
[sfreq].l[cb+1];
247
next_cb_boundary =
mp3_sfBandIndex
[sfreq].s[cb+1] * 3;
250
cb_begin =
mp3_sfBandIndex
[sfreq].s[cb] * 3;
265
next_cb_boundary =
mp3_sfBandIndex
[sfreq].s[cb+1] * 3
[
all
...]
pvmp3_mpeg2_stereo_proc.cpp
297
if (
mp3_sfBandIndex
[sfreq].l[4] <= sb)
306
while (
mp3_sfBandIndex
[sfreq].l[i] <= sb)
312
sfbNo =
mp3_sfBandIndex
[sfreq].l[sfbTemp]; /* number of lines to process */
325
sfbStart =
mp3_sfBandIndex
[sfreq].l[sfb]; /* = Start in 0 ... 575 */
326
sfbNo =
mp3_sfBandIndex
[sfreq].l[sfb+1] -
mp3_sfBandIndex
[sfreq].l[sfb]; /* No of lines to process */
355
sfbNo =
mp3_sfBandIndex
[sfreq].s[sfb+1] -
mp3_sfBandIndex
[sfreq].s[sfb]; /* No of lines to process */
356
sfbStart = 3 *
mp3_sfBandIndex
[sfreq].s[sfb] + j * sfbNo;
383
int32 lines =
mp3_sfBandIndex
[sfreq].s[sfb+1] - mp3_sfBandIndex[sfreq].s[sfb]
[
all
...]
pvmp3_reorder.cpp
149
if (*used_freq_lines > 3*
mp3_sfBandIndex
[sfreq].s[sfb+1])
151
sfb_lines =
mp3_sfBandIndex
[sfreq].s[sfb+1] -
mp3_sfBandIndex
[sfreq].s[sfb];
172
sfb_lines =
mp3_sfBandIndex
[sfreq].s[sfb+1] -
mp3_sfBandIndex
[sfreq].s[sfb];
187
*used_freq_lines =
mp3_sfBandIndex
[sfreq].s[sfb+1] * 3;
pvmp3_tables.h
92
extern const mp3_scaleFactorBandIndex
mp3_sfBandIndex
[9];
pvmp3_huffman_parsing.cpp
162
region1Start =
mp3_sfBandIndex
[sfreq].s[i/3];
171
region1Start =
mp3_sfBandIndex
[sfreq].l[i];
172
region2Start =
mp3_sfBandIndex
[sfreq].l[i + grInfo->region1_count + 1];
pvmp3_tables.cpp
107
const mp3_scaleFactorBandIndex
mp3_sfBandIndex
[9] =
[
all
...]
Completed in 511 milliseconds