Searched refs:make_bands (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacsbr_template.c | 311 make_bands(stop_dk, stop_min, 64, 13); 403 make_bands(vk0+1, sbr->k[0], sbr->k[1], num_bands_0); 440 make_bands(vk1+1, sbr->k[1], sbr->k[2], num_bands_1);
|
H A D | aacsbr.c | 54 static void make_bands(int16_t* bands, int start, int stop, int num_bands) in make_bands() function
|
H A D | aacsbr_fixed.c | 126 static void make_bands(int16_t* bands, int start, int stop, int num_bands) in make_bands() function
|
Completed in 5 milliseconds