summaryrefslogtreecommitdiff
path: root/vp8/common/x86
AgeCommit message (Expand)Author
2012-12-27Merge branch 'vp9-preview' of review:webm/libvpxJohn Koleszar
2012-11-26Merge "vp8_intra_pred_y_tm_sse2: save/restore xmm registers"James Zern
2012-11-20Merge "vp8_loop_filter_bh_y_sse2: save/restore xmm registers"John Koleszar
2012-11-20vp8_filter_block1d4_h6_ssse3: add missing xmm restoreJames Zern
2012-11-20vp8_loop_filter_bh_y_sse2: save/restore xmm registersJames Zern
2012-11-19vp8_intra_pred_y_tm_sse2: save/restore xmm registersJames Zern
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-10-23postproc_sse2: avoid reading off the end of the limits arrayJohn Koleszar
2012-10-08post-proc: deblock filter optimizationYunqing Wang
2012-07-27Be consistent with SAD valuesJohann
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