summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2016-01-27Fix some typos.hui su
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-14Merge "VP9: inline vp9_use_mv_hp()"Scott LaVarnway
2016-01-13VP9: Remove decoder args from find_mv_refs_idx()Scott LaVarnway
2016-01-13VP9: inline vp9_use_mv_hp()Scott LaVarnway
2016-01-12Merge "VP9: Eliminate unnecessary nearest/near searches"Scott LaVarnway
2016-01-12VP9: Eliminate unnecessary nearest/near searchesScott LaVarnway
2016-01-05Assert no mv clamping for scaled referencesYaowu Xu
2016-01-05Merge "Assert no 8x4/4x8 partition for scaled references"Yaowu Xu
2016-01-04Assert no 8x4/4x8 partition for scaled referencesYaowu Xu
2015-12-14move vp9_avg to vpx_dspJames Zern
2015-12-09Merge "Add vp9_avg_4x4_neon and the unit test."Jacky Chen
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