summaryrefslogtreecommitdiff
path: root/vp8/common/arm
AgeCommit message (Expand)Author
2012-11-15support building vp8 and vp9 into a single libJohn Koleszar
2012-08-08Update armv6 vp8_intra4x4_predictJohann
2012-08-01Change vp8_intra4x4_predict call sitesJohann
2012-06-11Fix pedantic compiler warningsJohn Koleszar
2012-05-02Merge "Fix compiler warnings" into eiderJohn Koleszar
2012-05-02Fix TEXTRELs in the ARM asm.Timothy B. Terriberry
2012-05-02Fix compiler warningsAttila Nagy
2012-03-05Move SAD and variance functions to commonJohann
2012-01-30RTCD: add subpixel 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-26Rename save_neon_reg.asm as save_reg_neon.asmAttila Nagy
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2011-12-21Remove useless g_common.hJohn Koleszar
2011-12-15Moved dequant idct into commonScott LaVarnway
2011-11-25Modified the inverse walsh to output directlyScott LaVarnway
2011-11-09ARMv6 optimized Intra4x4 predictionTero Rintaluoma
2011-10-18Remove usage of predict buffer for decodeScott LaVarnway
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-07-13Merge "Update armv6 loopfilter to new interface"Johann
2011-07-13Merge "Update armv7 loopfilter to new interface"Johann
2011-07-12Update armv6 loopfilter to new interfaceAttila Nagy
2011-07-12Update armv7 loopfilter to new interfaceAttila Nagy
2011-06-29clean up warnings when building arm with rtcdJohann
2011-06-28Merge "Avoid text relocations in ARM vp8 decoder"Johann
2011-06-28Avoid text relocations in ARM vp8 decoderMike Hommey
2011-06-17utilize preload in ARMv6 MC/LPF/Copy routinesTaekhyun Kim
2011-05-19Fixed iwalsh_neon build problems with RVDS4.1Attila Nagy
2011-05-04Loopfilter NEON: Use VMOV for constant vectors instead of VLD.Attila Nagy
2011-04-25remove simpler_lpfJohann
2011-03-11Move build_intra_predictors_mby to RTCD frameworkJohn Koleszar
2011-02-10Fix relative include pathsJohn Koleszar
2011-02-09Adds armv6 optimized variance calculationTero Rintaluoma
2011-02-08clean up bilinear filterJohann
2011-02-07move one of the offset filesJohann
2011-02-04remove unused dboolhuff codeJohann
2011-02-04Remove duplicate loopfilter parameters.Gaute Strokkenes
2011-01-28Adds "armvX-none-rvct" targetsTero Rintaluoma
2010-10-27Eliminate more warnings.Timothy B. Terriberry
2010-10-27RTCD build is bringing old errors to lightJohann
2010-10-26make vp8_recon16x16mb{,y} RTCD functionsJohn Koleszar
2010-10-26arm: move unrolled loops back to generic codeJohn Koleszar
2010-10-26arm: remove duplicate functionsJohn Koleszar
2010-10-25reuse common loopfilter codeJohann
2010-10-25Add runtime CPU detection support for ARM.Timothy B. Terriberry
2010-09-30Fix valgrind errors in the NEON loop filters.Timothy B. Terriberry
2010-09-27Add 4-tap version of 2nd-pass ARMv6 MC filter.Timothy B. Terriberry