Skip to content

Commit

Permalink
aom_dsp.cmake: add highbd_quantize_intrin_avx2.c
Browse files Browse the repository at this point in the history
added in:
193422e Add avx2 highbd_quantize_b

Change-Id: Ie4ba48042ffd36d69d2bf200bba12a1d924c8f9c
  • Loading branch information
jzern committed Jun 26, 2017
1 parent 8ab875d commit 284c883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aom_dsp/aom_dsp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ if (CONFIG_AV1_ENCODER)

set(AOM_DSP_ENCODER_INTRIN_AVX2
${AOM_DSP_ENCODER_INTRIN_AVX2}
"${AOM_ROOT}/aom_dsp/x86/highbd_quantize_intrin_avx2.c"
"${AOM_ROOT}/aom_dsp/x86/sad_highbd_avx2.c")
endif ()

Expand Down

0 comments on commit 284c883

Please sign in to comment.