summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
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
2015-08-07Merge "Move VP9 SSIM metrics to vpx_dsp."Aℓex Converse
2015-08-06Move VP9 SSIM metrics to vpx_dsp.Alex Converse
2015-08-06Cosmetic - align format in vp9Jingning Han
2015-08-04Merge "Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names"Jingning Han
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-08-04Merge "Move inverse transfrom dspr2 functions from vp9 to vpx_dsp"Jingning Han
2015-08-04Merge "add vp9_vector_var_neon"James Zern
2015-08-03Move inverse transfrom dspr2 functions from vp9 to vpx_dspJingning Han
2015-08-03Add common_dspr2.c file to vpx_dsp/mipsJingning Han
2015-08-03VPX: Add rtcd support for scaling.Scott LaVarnway
2015-08-02Add _dspr2 to local function namesJingning Han
2015-08-01Factor out mips/msa inverse transform implementationsJingning Han
2015-08-01Merge "Use precise header files in inverse transform msa implementations"Jingning Han