summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2017-04-06VP9 motion vector unit testYunqing Wang
2017-03-22vp9 temporal filter: add const to function prototypeJohann
2017-03-08Add vpx_highbd_idct32x32_135_add_c()Linfeng Zhang
2017-02-24Merge "Make vp9_scale_and_extend_frame_ssse3 work for hbd when bitdepth = 8."Jerome Jiang
2017-02-24consolidate block_error functionsJohann
2017-02-24Merge "block error sse2: use tran_low_t"Johann Koenig
2017-02-23Make vp9_scale_and_extend_frame_ssse3 work for hbd when bitdepth = 8.Jerome Jiang
2017-02-24block error sse2: use tran_low_tJohann
2017-02-21Merge "Drop zbin_ptr and quant_shift_ptr"Johann Koenig
2017-02-16Merge "block error avx2: use tran_low_t"Johann Koenig
2017-02-16Drop zbin_ptr and quant_shift_ptrJohann
2017-02-16block error avx2: use tran_low_tJohann
2017-02-16quantize_fp_32x32 highbd ssse3: enable existing functionJohann
2017-02-16quantize_fp highbd ssse3: use tran_low_t for coeffJohann
2017-02-16quantize_fp highbd sse2: use tran_low_t for coeffJohann
2017-02-15Merge "Add vpx_highbd_idct16x16_38_add_c()"Linfeng Zhang
2017-02-14Add vpx_highbd_idct16x16_38_add_c()Linfeng Zhang
2017-02-14vp9 fdct higbd neon: connect existing highbd callsJohann
2017-02-14Merge "quantize_fp highbd neon: use tran_low_t for coeff"Johann Koenig
2017-02-14apply clang-formatclang-format
2017-02-14quantize_fp highbd neon: use tran_low_t for coeffJohann
2017-02-08Merge "Add vpx_idct16x16_38_add_c()"Linfeng Zhang
2017-02-07Add vpx_idct16x16_38_add_c()Linfeng Zhang
2017-02-07block_error_fp highbd sse2: use tran_low_t for coeffJohann
2017-01-31Fix real-time compression regression in hbd modeJingning Han
2016-12-12Cosmetics by unifying dest_stride to stride in idctLinfeng Zhang
2016-12-07Update idct NEON optimization to not use narrowing saturating shiftLinfeng Zhang
2016-11-08*ppflags.h: remove unused *_DEBUG_* enum valuesJames Zern
2016-11-07Rename vpx_highbd_idct8x8_10{*}() to vpx_highbd_idct8x8_12{*}()Linfeng Zhang
2016-11-05Update vp9_fdct8x8_quant_ssse3 for highbitdepthJohann
2016-10-05Remove vpx_realloc()Alex Converse
2016-10-04Merge "Move highbd txfm input range check from 2d iht transform to 1d idct/ia...Angie Chiang
2016-10-03Move highbd txfm input range check from 2d iht transform to 1d idct/iadstAngie Chiang
2016-09-30cosmetics,*_neon.c: rm redundant return from void fnsJames Zern
2016-09-30Merge changes from topic '8bit-hbd-idct'James Zern
2016-09-29*rtcd_defs.pl: remove empty specialize callsJames Zern
2016-09-29Unify loopfilter function namesLinfeng Zhang
2016-09-28Merge "vp9: fix compilation for g++ 6.2.x"James Zern
2016-09-27vp9: fix compilation for g++ 6.2.xTristan Matthews
2016-09-24Merge "vp9_idct: delete dead TODOs"James Zern
2016-09-22Merge "Detect invalid highbd iht input"Angie Chiang
2016-09-21Detect invalid highbd iht inputAngie Chiang
2016-09-20vp8: remove VP8_SET_DBG* control supportJames Zern
2016-09-20vp9_idct: delete dead TODOsJames Zern
2016-09-19vp9_rtcd: remove non-existent highbd convolve fnsJames Zern
2016-09-15apply clang-formatclang-format
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-23Correct CHECK_MEM_ERROR macro (release builds)Yury Gitman
2016-08-22Correct CHECK_MEM_ERROR macroYury Gitman
2016-08-19vp9_alloc_context_buffers: clear cm->mi* on failureJames Zern