|
|
@ -1013,24 +1013,24 @@ AACCoefficientsEncoder ff_aac_coders[] = { |
|
|
|
search_for_quantizers_faac, |
|
|
|
search_for_quantizers_faac, |
|
|
|
encode_window_bands_info, |
|
|
|
encode_window_bands_info, |
|
|
|
quantize_and_encode_band, |
|
|
|
quantize_and_encode_band, |
|
|
|
// search_for_ms,
|
|
|
|
search_for_ms, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
search_for_quantizers_anmr, |
|
|
|
search_for_quantizers_anmr, |
|
|
|
encode_window_bands_info, |
|
|
|
encode_window_bands_info, |
|
|
|
quantize_and_encode_band, |
|
|
|
quantize_and_encode_band, |
|
|
|
// search_for_ms,
|
|
|
|
search_for_ms, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
search_for_quantizers_twoloop, |
|
|
|
search_for_quantizers_twoloop, |
|
|
|
encode_window_bands_info, |
|
|
|
encode_window_bands_info, |
|
|
|
quantize_and_encode_band, |
|
|
|
quantize_and_encode_band, |
|
|
|
// search_for_ms,
|
|
|
|
search_for_ms, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
search_for_quantizers_fast, |
|
|
|
search_for_quantizers_fast, |
|
|
|
encode_window_bands_info, |
|
|
|
encode_window_bands_info, |
|
|
|
quantize_and_encode_band, |
|
|
|
quantize_and_encode_band, |
|
|
|
// search_for_ms,
|
|
|
|
search_for_ms, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|
}; |
|
|
|