OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_cb_boundary
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.cpp
202
int32
next_cb_boundary
;
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 */
228
if (ss ==
next_cb_boundary
)
233
if (
next_cb_boundary
== mp3_sfBandIndex[sfreq].l[mixstart])
235
next_cb_boundary
= mp3_sfBandIndex[sfreq].s[4] * 3;
243
next_cb_boundary
= mp3_sfBandIndex[sfreq].l[cb+1];
247
next_cb_boundary
= mp3_sfBandIndex[sfreq].s[cb+1] * 3;
265
next_cb_boundary
= mp3_sfBandIndex[sfreq].s[cb+1] * 3;
270
} /* end-if ( ss ==
next_cb_boundary
) */
[
all
...]
Completed in 28 milliseconds