Skip to content
Snippets Groups Projects
  1. Dec 31, 2015
    • Ralph Giles's avatar
      Add an initializer for TonalityAnalysisState. · d43445f3
      Ralph Giles authored
      
      This interns the asm flags parameter in the state struct
      so we don't need to pass it with every call. It can be
      expensive, so we don't want to query every run_analysis()
      call, but since this (private) api is used by webrtc code
      we need to provide a supportable interface for filling in
      the correct value.
      
      Note the initialization code is partially duplicated between
      opus_encoder_init and the OPUS_RESET_STATE switch case, so we
      must re-initialize it there.
      
      Signed-off-by: default avatarJean-Marc Valin <jmvalin@jmvalin.ca>
      d43445f3
  2. Dec 30, 2015
  3. Dec 28, 2015
  4. Dec 23, 2015
  5. Dec 11, 2015
  6. Dec 04, 2015
  7. Nov 26, 2015
  8. Nov 24, 2015
  9. Nov 23, 2015
  10. Nov 17, 2015
  11. Nov 16, 2015
  12. Nov 05, 2015
  13. Nov 03, 2015
  14. Oct 23, 2015
  15. Oct 16, 2015
  16. Oct 08, 2015
  17. Oct 07, 2015
Loading