summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86
AgeCommit message (Expand)Author
2012-08-31Encoder denoiser performance improvementYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-31Fixes a win build issue related to denoising.Stefan Holmer
2012-05-31Fixes a clang linking error.Stefan Holmer
2012-05-30Added another denoising threshold for finding DC shifts.Stefan Holmer
2012-05-23Make libvpx Chromium build friendlyAlpha Lam
2012-05-21Inline Intrinsic optimized DenoiserChristian Duvivier
2012-04-17Makes all global data in entropy.c constAttila Nagy
2012-03-05Move SAD and variance functions to commonJohann
2012-02-16Clarify 'max_sad' usageJohann
2012-02-10Missed some variance castsJohann
2012-02-09Fix variance overflowJohann
2012-01-30RTCD: finalize removal of old RTCD systemJohn Koleszar
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add motion search functionsJohn Koleszar
2012-01-30RTCD: add block subtraction functionsJohn Koleszar
2012-01-30RTCD: add quantizer functionsJohn Koleszar
2012-01-30RTCD: add FDCT functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2011-12-29Improve SSSE3 fast quantizer functionYunqing Wang
2011-11-18Move shared data to shared locationJohann
2011-11-15Added predictor stride argument(s) to subtract functionsScott LaVarnway
2011-11-03Change use of eob in the encoderTero Rintaluoma
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-08-23Use local labels for jumps/loops in x86 assembly.Fritz Koenig
2011-08-22Reclassify optimized ssim calculations as SSE2.Fritz Koenig
2011-08-22Revert "Reclasify optimized ssim calculations as SSE2."Fritz Koenig
2011-08-19Reclasify optimized ssim calculations as SSE2.Fritz Koenig
2011-07-25Specify size for argument pushed to stackYunqing Wang
2011-07-22Preload reference area to an intermediate buffer in sub-pixel motion searchYunqing Wang
2011-06-14fix --disable-runtime-cpu-detect on x86Johann
2011-06-09remove one set of 16x16 variance funcationsYaowu Xu
2011-06-06remove redundant functionsYaowu Xu
2011-05-25Return sse value in vp8_variance SSE2 functionsYunqing Wang
2011-05-19Merge "changed configure option name to reduce confusion"John Koleszar
2011-05-10Merge "Use diamond search to replace full search in full-pixel refining search"Yunqing Wang
2011-05-09Use diamond search to replace full search in full-pixel refining searchYunqing Wang
2011-05-09clean up unused variable warningsJohann
2011-04-29changed configure option name to reduce confusionYaowu Xu
2011-04-25Merge "keep values in registers during quantization"Johann
2011-04-22Fix overflow in temporal_filter_apply_sse2().Ronald S. Bultje
2011-04-21keep values in registers during quantizationJohann
2011-04-19modify SAVE_XMM for potential 64bit useJohann
2011-04-19Merge "Add save/restore xmm registers in x86 assembly code"Johann
2011-04-18Add save/restore xmm registers in x86 assembly codeJohann
2011-04-18Merge "store quant_shift as an unsigned char"Johann
2011-04-18Merge "fixed an overflow in ssim calculation"Yaowu Xu
2011-04-13store quant_shift as an unsigned charJohann
2011-04-11Set cpu_used range to [-16, 16] in real-time modeYunqing Wang
2011-04-07fixed an overflow in ssim calculationJim Bankoski