summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2012-07-02Add 0 offsets handling in SSSE3 sixtap_predict functionsYunqing Wang
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-23Merge "Make libvpx Chromium build friendly"John Koleszar
2012-05-23Make libvpx Chromium build friendlyAlpha Lam
2012-05-22Build unit tests monolithicallyJohn Koleszar
2012-04-12loopfilter improvementsScott LaVarnway
2012-03-29Updated vp8_build_intra_predictors_mby_s(sse2/ssse3)Scott LaVarnway
2012-03-26Updated vp8_build_intra_predictors_mbuv_s(sse2/ssse3)Scott LaVarnway
2012-03-06RFC: Reorganize MFQE loopsJohann
2012-03-05Move SAD and variance functions to commonJohann
2012-02-21Add unit tests for idctllm_test and idctllm_mmxJames Berry
2012-02-16Support Android x86 NDK buildMakoto Kato
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30RTCD: add postproc functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-30RTCD: add remaining IDCT functionsJohn Koleszar
2012-01-30RTCD: add loopfilter functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-17vp8d - valgrind warnings in mb post processorJim Bankoski
2012-01-06Merge "Reduced the size of Y1Dequant and friends to [128][2]"John Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2012-01-05Merge "SSE2 optimizations for vp8_build_intra_predictors_mby{,_s}()"Scott LaVarnway
2012-01-04Merge "Improved sse2 version of simple loopfilter"Scott LaVarnway
2011-12-21Remove useless g_common.hJohn Koleszar
2011-12-21Improved sse2 version of simple loopfilterScott LaVarnway
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-12-08Improved mmx/sse2 versions of iwalshScott LaVarnway
2011-11-28Merge "Modified the inverse walsh to output directly"Scott LaVarnway
2011-11-25Modified the inverse walsh to output directlyScott LaVarnway
2011-11-18Move shared data to shared locationJohann
2011-11-09SSE2 optimizations for vp8_build_intra_predictors_mby{,_s}()Scott LaVarnway
2011-10-18Remove usage of predict buffer for decodeScott LaVarnway
2011-09-30combine loopfilter data accessJohann
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-08-24Fix naming of sse2 idct functions.Fritz Koenig
2011-08-23Fix data accesses for simple loopfiltersJohann
2011-08-23Use local labels for jumps/loops in x86 assembly.Fritz Koenig
2011-07-08update x86 asm for loopfilterJohann
2011-06-30Properly use GET_GOT/RESTORE_GOT when using GLOBAL().Ronald S. Bultje
2011-05-19Merge "Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3."Scott LaVarnway
2011-05-10set up Global Offset Table in reconJohann
2011-05-09clean up unused variable warningsJohann
2011-04-30Fix documentation typosThijs Vermeir
2011-04-29Make hor UV predict ~2x faster (73 vs 132 cycles) using SSSE3.Ronald S. Bultje
2011-04-28bug fix removed inline from recon_wrapper_sse2.cJames Berry
2011-04-27Use psadbw to get the sum of bytes in a line.Ronald S. Bultje
2011-04-27SSE2/SSSE3 optimizations for build_predictors_mbuv{,_s}().Ronald S. Bultje
2011-04-25remove simpler_lpfJohann
2011-04-19modify SAVE_XMM for potential 64bit useJohann
2011-04-18Add save/restore xmm registers in x86 assembly codeJohann