summaryrefslogtreecommitdiff
path: root/vpx_dsp/arm
AgeCommit message (Expand)Author
2017-06-28partial fdct neon: add 16x16_1Johann
2017-06-28partial fdct neon: add 4x4_1Johann
2017-06-28partial fdct neon: move 8x8_1 and enable hbd testsJohann
2017-06-28sad neon: rewrite 64x64 and add 64x32Johann
2017-06-28sad neon: rewrite 32x32, add 32x16 and 32x64Johann
2017-06-28sad neon: rewrite 16x8, 16x16, add 16x32Johann
2017-06-28sad neon: rewrite 8x8 and 8x16Johann
2017-06-28sad neon: rewrite 4x4 and add 4x8Johann
2017-06-22fdct32x32 neon implementationJohann
2017-06-08Merge "fdct16x16 neon optimization"Johann Koenig
2017-06-07fdct16x16 neon optimizationJohann
2017-05-31Merge "comp_avg_pred neon: used by sub pixel avg variance"Johann Koenig
2017-05-30comp_avg_pred neon: used by sub pixel avg varianceJohann
2017-05-26remove DECLARE_ALIGNED from neon codeJohann
2017-05-24subpel variance neon: reduce stack usageJohann
2017-05-24Use vdup instead of vmovJohann
2017-05-22sub pel avg variance neon: 4x block sizesJohann
2017-05-22sub pel variance neon: 4x block sizesJohann
2017-05-22sub pel avg variance neon: add neon optimizationsJohann
2017-05-22sub pel variance neon: normalize variable namesJohann
2017-05-22variance neon: assert overflow conditionsJohann
2017-05-22neon variance: special case 4xJohann
2017-05-22Merge changes Ib8dd96f7,Ie9854b77Johann Koenig
2017-05-19Merge "neon 4 byte helper functions"Johann Koenig
2017-05-17neon variance: process 4x blocksJohann
2017-05-17use memcpy for unaligned neon storesJohann
2017-05-17neon fdct: 4x4 implementationJohann
2017-05-15neon 4 byte helper functionsJohann
2017-05-15move neon load/stores to a new fileJohann
2017-05-10Merge changes I92eb4312,Ibb2afe4eJohann Koenig
2017-05-08neon variance: process 16 values at a timeJohann
2017-05-08Merge changes Id602909a,Ib0e85608Johann Koenig
2017-05-08Merge changes I0cfe4117,I3581d80d,Ida62c941Linfeng Zhang
2017-05-04subpel variance neon: add mixed sizesJohann
2017-05-04sub pixel variance neon: use generic varianceJohann
2017-05-04fdct 8x8 neon: minor comment cleanupJohann
2017-05-04neon variance: process two rows of 8 at a timeJohann
2017-05-04neon variance: add small missing sizesJohann
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng 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
2017-04-05Update 32x32 high bitdepth idct NEON optimizationLinfeng Zhang
2017-03-22idct_neon: prefix non-static functions w/'vpx_'James Zern
2017-03-17Add vpx_highbd_idct32x32_1024_add_neon()Linfeng Zhang
2017-03-17Add vpx_highbd_idct32x32_34_add_neon()Linfeng Zhang
2017-03-16Add vpx_highbd_idct32x32_135_add_neon()Linfeng Zhang
2017-03-15Clean vpx_idct32x32_1024_add_neon()Linfeng Zhang
2017-03-14Fix overflow issue in 32x32 idct NEON intrinsicsLinfeng Zhang
2017-03-08Update vpx_idct32x32_1024_add_neon()Linfeng Zhang