- c125521 Corrections in convolve unit test by Cherma Rajan A · 7 years ago
- 8fe9eda Remove funcs/arrays/enums related to 128X32 or 32X128 block by Yue Chen · 7 years ago
- a7be368 Change the convolve output from 32-bit to 16-bit by Cherma Rajan A · 7 years ago
- 1e73219 Add sse2 version of aom_h_predictor_wxh() by Scott LaVarnway · 7 years ago
- a2f7a63 Add sse2 dc, dc_left, dc_top, dc_128, v, h by Scott LaVarnway · 7 years ago
- ee5a4d4 Add aom_paeth_predictor_16x64 ssse3,avx2 by Scott LaVarnway · 7 years ago
- abb71e3 Remove more unused convolve functions from aom_dsp by Urvang Joshi · 7 years ago
- 139542e Add aom_smooth_predictor_16x64_ssse3() by Scott LaVarnway · 7 years ago
- 427b185 Remove unused convolve_add_src functions. by Urvang Joshi · 7 years ago
- df8ce4f Remove unused convolve8_avg functions from aom_dsp by Urvang Joshi · 7 years ago
- b0eebd6 Remove unused scaled convolve funcs from aom_dsp by Urvang Joshi · 7 years ago
- 7cb2db1 Add ssse3 version of aom_smooth_predictor_wxh() by Scott LaVarnway · 7 years ago
- f1abb41 Implement aom_variance{128,64,32}_sse2/avx2 by Peng Bin · 7 years ago
- 1a79a7e cosmetics: fix some typos by James Zern · 7 years ago
- 8ab96a6 aom_dsp_rtcd_defs.pl: rm VP9 directional intra-preds by James Zern · 7 years ago
- f245e1e Remove dead code: non-scaled DCT by Sebastien Alaiwan · 7 years ago
- fcc8f34 Add sse2/avx2 version of aom_v_predictor_wxh() by Scott LaVarnway · 7 years ago
- 02f04d0 Remove CONFIG_JNT_COMP macro by Deepa K G · 7 years ago
- 892a543 Add sse2/avx2 version of aom_dc_predictor_wxh() by Scott LaVarnway · 7 years ago
- efef81c Add sse2/avx2 version of aom_dc_top_predictor_wxh() by Scott LaVarnway · 7 years ago
- de79128 Add sse2/avx2 version of aom_dc_left_predictor_wxh() by Scott LaVarnway · 7 years ago
- 3fffb88 Add sse2/avx2 version of aom_dc_128_predictor_wxh() by Scott LaVarnway · 7 years ago
- 1687085 Remove CONFIG_EXT_PARTITION_TYPES config flag by Debargha Mukherjee · 7 years ago
- f0cf4e3 Add ssse3/avx2 version of aom_paeth_predictor_wxh() by Scott LaVarnway · 7 years ago
- 2ccf4b9 Remove CONFIG_EXT_PARTITION config flag by Debargha Mukherjee · 7 years ago
- 0d639a9 Remove CONFIG_LOOP_RESTORATION config flag by Debargha Mukherjee · 7 years ago
- 59b633c Remove deprecated intra predictor functions by Hui Su · 7 years ago
- 6839682 Rect DC_PRED: mult and shifts equivalent to div. by Urvang Joshi · 7 years ago
- 2680275 rename the simd function name to reflect the number of taps used. by Ryan · 7 years ago
- d6a7dd1 SSE2 optimization for lpf 16_dual implementations by Maxym Dmytrychenko · 7 years ago
- d3d4159 Remove CONFIG_TX64X64 by Yaowu Xu · 7 years ago
- 6d0ed3e Remove CONFIG_PARALLEL_DEBLOCKING by Yaowu Xu · 7 years ago
- 3c74dd4 Add aom_comp_mask_pred_avx2 by Peng Bin · 7 years ago
- aab6aee AVX2 implementation of the Wiener filter by Imdad Sardharwalla · 7 years ago
- f8daa92 Remove aom_comp_mask_upsampled_pred from rtcd by Peng Bin · 7 years ago
- 33ba1fe Add aom_comp_mask_<upsampled>pred_ssse3 by Peng Bin · 7 years ago
- ae6e6bc SSE2 optimizations for _6/_16 lowbd lpf functions by Maxym Dmytrychenko · 7 years ago
- 37ebf18 [Normative] DC_PRED: Avoid div using mult+shift. by Urvang Joshi · 7 years ago
- 729d0f5 Add implemented functions to rtcd that were missed by Kyle Siefring · 7 years ago
- d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
- bf3d496 JNT_COMP: add SIMD and interface for high bit-depth by Cheng Chen · 7 years ago
- aecbba6 add copyright to rtcd files by Johann · 7 years ago
- 1ac47a7 round_shift_array: Use SSE4 version everywhere. by Urvang Joshi · 7 years ago
- fa00507 Remove convolve_round/compound_round config flags by Yunqing Wang · 7 years ago
- dd1acdf Intra Prediction for 4x16 and 16x4 by Luc Trudeau · 7 years ago
- 684b7bd Unify highbd loopfilter function names by James Zern · 7 years ago
- 1dbe80b Unify loopfilter function names by James Zern · 7 years ago
- 4e51082 Remove dead convolve functions by Sebastien Alaiwan · 7 years ago
- d0179a6 JNT_COMP: add ssse3 implementations for sad_avg by Cheng Chen · 7 years ago
- d286443 JNT_COMP: SIMD implementation for aom_jnt_sub_pixel_avg by Cheng Chen · 7 years ago
- b7301cd Remove smooth_hv experiment flag. by Urvang Joshi · 7 years ago
- ef34fff JNT_COMP: add SIMD implementations for c functions by Cheng Chen · 7 years ago
- f78632e JNT_COMP: Refactor code by Cheng Chen · 7 years ago
- 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
- d0b77ac Remove PVQ code by Yushin Cho · 7 years ago
- ae67695 Lowbd D207E/D63E/D45E intrapred x86 optimization by Yi Luo · 7 years ago
- 0b7127b Highbd D207E/D63E intrapred sse2/avx2 optimization by Yi Luo · 7 years ago
- 56ad3dd Highbd D45E intrapred SSE2/AVX2 speedup by Yi Luo · 7 years ago
- 71b6e04 Migrate some vp9 highbd intrapred x86 speedup to av1 by Yi Luo · 7 years ago
- 46ae1ea Lowbd SMOOTH_PRED intrapred ssse3 optimization by Yi Luo · 7 years ago
- 237cf1b Lowbd TM_PRED intra pred avx2 optimization by Yi Luo · 7 years ago
- b51ef0d cosmetics: Re-indent perl files by Sebastien Alaiwan · 7 years ago
- 0bdea0d Remove compile guards for CONFIG_EXT_INTER by Sebastien Alaiwan · 7 years ago
- a0f66fc Lowbd TM_PRED intrapred ssse3 optimization by Yi Luo · 8 years ago
- 2fa6e1c Add 32x128/128x32 block sizes by Rupert Swarbrick · 8 years ago
- 23c6190 Lowbd intrapred DC/TOP/LEFT/128/V/H avx2 by Yi Luo · 8 years ago
- 0c0fd1e Lowbd rectangle V/H intra pred sse2 optimization by Yi Luo · 8 years ago
- 1512fa9 cosmetics,*rtcd*.pl: reindent by James Zern · 8 years ago
- 39bdf36 Lowbd rect intrapred DC/LEFT/TOP/128 sse2 optimization by Yi Luo · 8 years ago
- bdddf33 Highbd rectangle intrapred V/DC sse2 optimization by Yi Luo · 8 years ago
- bbf6186 Highbd intrapred DC_LEFT/TOP/128 sse2 optimization by Yi Luo · 8 years ago
- 23b9b31 Highbd intra pred H_PRED sse2 optimization by Yi Luo · 8 years ago
- ea8a0d5 Lowbd parallel_deblocking sse2 optimization by Yi Luo · 8 years ago
- ccfdfce aom_dsp: regularize EXT_PARTITION_TYPES handling. by Ralph Giles · 8 years ago
- 93b543a Remove ALT_INTRA flag. by Urvang Joshi · 8 years ago
- 6ae0054 Highbd loop filter AVX2 by Yi Luo · 8 years ago
- f3b5ee1 Refactor quantization C code. by Thomas Davies · 8 years ago
- 7267857 ext-partition-types: Add 64x16 and 16x64 bsizes by Rupert Swarbrick · 8 years ago
- 7b51709 Integrate convolve_round with compound_segment by Angie Chiang · 8 years ago
- 93c39e9 ext-partition-types: Add 4:1 partitions by Rupert Swarbrick · 8 years ago
- 505f006 Fix frame scaling prediction by Fergus Simpson · 8 years ago
- 24d565b Cleanup dead inv-txfm functions in HBD data path by Frederic Barbier · 8 years ago
- 0f4195c Fwd txfm and quantizer HBD/LBD data paths co-exist by Yi Luo · 8 years ago
- 5128109 Fix inv txfm low/high bitdepth selection logic by Yi Luo · 8 years ago
- 193422e Add avx2 highbd_quantize_b by Yi Luo · 8 years ago
- 5d24b6f encoder: Remove 64x upsampled reference buffers by Timothy B. Terriberry · 8 years ago
- d405f8a Cleanup dead fwd transform functions by Frederic Barbier · 8 years ago
- 766a389 Add a new experiment "rect-intra-pred". by Urvang Joshi · 8 years ago
- 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
- 0aa39ff ext-inter: Vectorize new masked SAD/SSE functions by David Barker · 8 years ago
- f19f35f ext-inter: Further cleanup by David Barker · 8 years ago
- 5d34e6a Vectorize high-precision convolve filter by David Barker · 8 years ago
- 0f3c94e ext-inter: Delete dead code by David Barker · 8 years ago
- ba02c24 Remove CONFIG_{DE,EN}CODERS from the CMake build. by Tom Finegan · 8 years ago
- c155e01 ext-inter: Use joint_motion_search for masked compounds by David Barker · 8 years ago
- 28d15c7 Experimental high precision convolve for Wiener by Debargha Mukherjee · 8 years ago
- be111b3 Remove armv6 media-extension assembly. by Ralph Giles · 8 years ago
- 40f22ef Partial IDCT 32x32 avx2 by Yi Luo · 8 years ago
- f6176ab Partial IDCT 16x16 avx2 by Yi Luo · 8 years ago
- e6ca8e8 Add a new experiment SMOOTH_HV. by Urvang Joshi · 8 years ago