summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/highbd_convolve_avx2.c
AgeCommit message (Expand)Author
2019-01-15Remove unnecessary calculation in 4-tap interpolation filterchiyotsai
2018-12-21convolve avx2: resolve missing declarationsJohann
2018-11-01clang-tidy: fix vpx_dsp parametersJohann
2018-10-29Add AVX2 support for hbd 4-tap interpolation filter.chiyotsai
2018-01-18clang-format v5.0.0 vpx_dsp/Johann
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-05-03High bit depth inter prediction horizontal/vertical filters AVX2Yi Luo
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2017-04-14Add AVX2 optimization to copy/avg functionsYi Luo