summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2015-12-08Add vp9_avg_4x4_neon and the unit test.jackychen
2015-12-02VP9: Add ssse3 version of vpx_idct32x32_135_add()Scott LaVarnway
2015-11-25Merge changes Iaf8cbe95,I6748183d,I2a49811dJames Zern
2015-11-24add vp9_satd_neonJames Zern
2015-11-24Merge "Deduplicate some high bit depth tables"Alex Converse
2015-11-20fix vp9_satd_sse2James Zern
2015-11-20vp9_satd: return an intJames Zern
2015-11-13Changes to exhaustive motion search.paulwilkins
2015-11-11Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-11-06Revert "Add AVX vectorized vp9_diamond_search_sad"James Zern
2015-11-05Merge "Add AVX vectorized vp9_diamond_search_sad"Yunqing Wang
2015-11-05Add AVX vectorized vp9_diamond_search_sadGeza Lore
2015-11-03Deduplicate some high bit depth tablesAlex Converse
2015-11-02Generate intra prediction reference values only when necessaryhui su
2015-10-29Make the zero handling in extend_to_full_distribution more explicit.Alex Converse
2015-10-28Revert "Replace the zero handling in extend_to_full_distribution."Alex Converse
2015-10-26Replace the zero handling in extend_to_full_distribution.Alex Converse
2015-10-21Optimize vp9_highbd_block_error_8bit assembly.Geza Lore
2015-10-16Add a new enum type vpx_color_range_tYaowu Xu
2015-10-08Optimization of 8bit block error for high bitdepthGeza Lore
2015-10-06vp9: simplify extrabits encodingAlex Converse
2015-10-02Merge "Accelerated transform in high bit depth"Debargha Mukherjee
2015-10-01Small cleanuphui su
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-09-30Merge "VP9: remove plane_type checks in loopfilter functions"Scott LaVarnway
2015-09-30vp9_loopfilter: remove unnecessary masksJames Zern
2015-09-29vp9_reset_lfm: harmonize function signatureJames Zern
2015-09-29VP9: remove plane_type checks in loopfilter functionsScott LaVarnway
2015-09-29Merge "VP9: move loopfilter build masks to decode loop"Scott LaVarnway
2015-09-29Fix a macro definitionYaowu Xu
2015-09-29VP9: move loopfilter build masks to decode loopScott LaVarnway
2015-09-28Accelerated transform in high bit depthJulia Robson
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-23VP9: Remove frame_parallel_decoding_mode from macroblockdScott LaVarnway
2015-09-17Merge changes from topic 'tile-thread-cleanup'James Zern
2015-09-16Add support for color-range.Ronald S. Bultje
2015-09-09vp9: add extern "C" to headersJames Zern
2015-09-08Fix the sub8x8 block inter prediction with scaled reference frameJingning Han
2015-09-04vp9_accumulate_frame_counts: pass counts directlyJames Zern
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-14Change vp9_ prefix function names in vpx_scale to vpx_Jingning Han
2015-08-12Use sizeof(variable) instead of sizeof(type)hui su
2015-08-11Merge "VPX: Add rtcd support for scaling."Scott LaVarnway
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-10Make build_inter_predictors static functionJingning Han
2015-08-07Move the msvc round() replacement to msvc.hAlex Converse
2015-08-07Make the round() replacement match C99 and POSIX.Alex Converse
2015-08-07Merge "Add static syntax to copy_mem64x64"Jingning Han
2015-08-07Add static syntax to copy_mem64x64Jingning Han