OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sfreq
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp
278
int32
sfreq
= info->version_x + (info->version_x << 1);
local
279
sfreq
+= info->sampling_frequency;
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 *
[
all
...]
pvmp3_dequantize_sample.cpp
196
int32
sfreq
= info->sampling_frequency + info->version_x + (info->version_x << 1);
local
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
[
all
...]
pvmp3_reorder.cpp
125
int32
sfreq
= info->version_x + (info->version_x << 1);
local
126
sfreq
+= info->sampling_frequency;
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_mpeg2_stereo_proc.cpp
228
int32
sfreq
;
local
258
sfreq
= info->version_x + (info->version_x << 1);
259
sfreq
+= info->sampling_frequency;
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 *
[
all
...]
pvmp3_huffman_parsing.cpp
136
int32
sfreq
;
local
146
sfreq
= info->sampling_frequency + info->version_x + (info->version_x << 1);
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];
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_dma8.c
200
int i, masterprediv,
sfreq
;
local
216
sfreq
=0;
234
sfreq
=1;
239
for (i=
sfreq
;i<4;i++) {
241
masterclock, i-
sfreq
, -1);
Completed in 612 milliseconds