]> granicus.if.org Git - libvpx/commitdiff
Merge "quantize neon: round dqcoeff towards zero"
authorJohann Koenig <johannkoenig@google.com>
Wed, 23 Aug 2017 19:20:53 +0000 (19:20 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 23 Aug 2017 19:20:53 +0000 (19:20 +0000)
1  2 
vpx_dsp/arm/quantize_neon.c

index 2fa424cb44025c0f5adbc938128645f2ad859eb2,d2d094a624847db7c5fa149ff8329ff8bade9846..a0a1e6dd5ad30a1f4fe7a1444a90aece529f1eb4
@@@ -9,8 -9,8 +9,9 @@@
   */
  
  #include <arm_neon.h>
 +#include <assert.h>
  
+ #include "./vpx_config.h"
  #include "./vpx_dsp_rtcd.h"
  #include "vpx_dsp/arm/mem_neon.h"