• Claudio Freire's avatar
    AAC encoder: memoize quantize_band_cost · b629c67d
    Claudio Freire authored
    The bulk of calls to quantize_band_cost are replaced
    by a call to a version that memoizes, greatly improving
    performance, since during coefficient search there is
    a great deal of repeat work.
    
    Memoization cannot always be applied, so do this in a
    different function, and leave the original as-is.
    b629c67d
aacenc_quantization_misc.h 1.94 KB