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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp202 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 78 milliseconds