Searched refs:sfreq (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_stereo_proc.cpp278 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]
[all...]
H A Dpvmp3_dequantize_sample.cpp196 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]
[all...]
H A Dpvmp3_reorder.cpp125 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;
H A Dpvmp3_mpeg2_stereo_proc.cpp228 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]
[all...]
H A Dpvmp3_huffman_parsing.cpp136 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];

Completed in 246 milliseconds