Home
last modified time | relevance | path

Searched refs:long_end (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_template.c69 int short_start, long_end; /* long/short band indexes */ member
172 g->long_end = 8; in compute_band_indexes()
174 g->long_end = 6; in compute_band_indexes()
178 g->long_end = 0; in compute_band_indexes()
183 g->long_end = 22; in compute_band_indexes()
694 for (i = 0; i < g->long_end; i++) { in exponents_from_scale_factors()
706 k = g->long_end; in exponents_from_scale_factors()
960 k = (13 - g1->short_start) * 3 + g1->long_end - 3; in compute_stereo()
1008 for (i = g1->long_end - 1;i >= 0;i--) { in compute_stereo()