summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86/convolve.h
AgeCommit message (Expand)Author
2020-02-14move common attribute defs to compiler_attributes.hJames Zern
2019-11-23Disable -ftrivial-auto-var-init= for hot codeVitaly Buka
2019-01-15Remove unnecessary calculation in 4-tap interpolation filterchiyotsai
2018-11-01clang-tidy: fix vpx_dsp parametersJohann
2018-10-29Add AVX2 support for hbd 4-tap interpolation filter.chiyotsai
2018-10-17Adds SSE2 support for interpolation filter for width 4 and 8chiyotsai
2018-10-17Add SSE2 support for 4-tap interpolation filter for width 16.chiyotsai
2018-09-15cosmetics: normalize include guardsJames Zern
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2016-09-27Add compiler warning flag -Wextra and fix related warnings.Urvang Joshi
2016-07-25vpx_dsp: apply clang-formatclang-format
2016-02-25x86/convolve.h: remove redundant check in FUN_CONV_2DJames Zern
2016-02-25x86/convolve.h: replace while w/if for w < 16James Zern
2016-02-24x86/convolve.h: change filter[] || chains to |James Zern
2015-08-10VPX: remove step == 16 and filter[3] != 128 checksScott LaVarnway
2015-08-05VPX: remove scaled calls from FUN_CONV_1DScott LaVarnway
2015-08-03VPX: Add rtcd support for scaling.Scott LaVarnway
2015-07-31Code refactor on InterpKernelZoe Liu