1. 09 12月, 2020 1 次提交
    • A
      avcodec/mpegaudio_tablegen: Make exponential LUT shared · d5d1c697
      Andreas Rheinhardt 提交于
      Both the fixed as well as the floating point mpegaudio decoders use
      LUTs of type int8_t and uint32_t with 32K entries each; these tables
      are completely the same, yet they are not shared. This commit makes
      them shared. When both fixed as well as floating point decoders are
      enabled, this saves 160KiB from the bss segment for a normal build
      (translating into 160KiB less memory usage if both a shared as well as
      a floating point decoder have actually been used) and 160KiB from the
      binary for a build with hardcoded tables.
      
      It also means that the code to create said LUTs is no longer duplicated
      (for a normal build).
      Signed-off-by: NAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      d5d1c697
  2. 05 5月, 2016 1 次提交
  3. 13 3月, 2014 1 次提交
  4. 19 3月, 2011 1 次提交
  5. 27 6月, 2010 1 次提交
  6. 02 4月, 2010 1 次提交
  7. 27 11月, 2009 1 次提交
  8. 29 10月, 2009 1 次提交