summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86
AgeCommit message (Expand)Author
2013-03-04Rename quantize_sse2.c to quantize_sse2_intrinsics.c to avoid collision.Ronald S. Bultje
2013-02-28Merge "vp8 fast quantizer with intrinsics"Johann
2013-02-27Fix --as=nasm compatibility for new asm code.Jan Kratochvil
2013-02-26vp8 fast quantizer with intrinsicsJohann
2013-01-31Add support for x64 and win64 yasm flags.Frank Galligan
2012-12-20add emmintrin_compat.h for builds with gcc < 4James Zern
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-11-07Rough merge of master into experimentalJohn Koleszar
2012-11-01Rename vp8/ codec directory to vp9/.Ronald S. Bultje
2012-11-01Remove vp8 in local symbols.Ronald S. Bultje
2012-10-31Change name of common top-level structures from VP8 to VP9.Ronald S. Bultje
2012-10-31Change non-function symbol vp8_ prefixes to vp9_.Ronald S. Bultje
2012-10-30Change encoder vp8_ and vp8cx_ public symbol prefixes to vp9_.Ronald S. Bultje
2012-10-29remove fdct invoke macrosJim Bankoski
2012-10-29invoke macro removal encodembJim Bankoski
2012-10-21Remove variance vtable from rtcdJim Bankoski
2012-10-16removed the recon rtcd invoke macro code (unrevert)Jim Bankoski
2012-08-31Encoder denoiser performance improvementYunqing Wang
2012-08-08Merging in the sixteenth subpel uv experimentDeb Mukherjee
2012-07-17Restyle codeJohn Koleszar
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-21Only support improved quantPaul Wilkins
2012-03-05Move SAD and variance functions to commonJohann
2012-02-24Bug fix in ssse3 variance computation.Deb Mukherjee
2012-02-23Supporting high precision 1/8-pel motion vectorsDeb Mukherjee
2012-02-16Clarify 'max_sad' usageJohann
2012-02-16Code simplificationPaul Wilkins
2012-02-14Simplification of experimental code base.Paul Wilkins
2012-02-10Missed some variance castsJohann
2012-02-09Fix variance overflowJohann
2012-02-09Removal of SEGFEATURES placeholder commentsPaul Wilkins
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-03Segment Features. Removal of #ifdefsPaul Wilkins
2011-11-03Change use of eob in the encoderTero Rintaluoma
2011-10-24Further segment feature extensions.Paul Wilkins