summaryrefslogtreecommitdiff
path: root/vp8/encoder/arm
AgeCommit message (Expand)Author
2014-07-23Fix clang compiler warning in denoising_neon.Marco Paniconi
2014-06-27Neon version of vp8_denoiser_filter_uv()Scott LaVarnway
2014-05-28Neon match to vp8 temporal denoiser fixScott LaVarnway
2014-05-26neon matches "C" when using increase_denoisingScott LaVarnway
2014-05-16vp8: Add increase_denoising parameter to denoiser.Marco Paniconi
2014-05-14Revert "Revert "Remove struct params from vp8_denoiser_filter""Marco Paniconi
2014-05-07Revert "Remove struct params from vp8_denoiser_filter"Frank Galligan
2014-05-02Remove struct params from vp8_denoiser_filterScott LaVarnway
2014-05-02Merge "Improved intrinsic version of vp8_denoiser_filter_neon"Scott LaVarnway
2014-04-30Improved intrinsic version of vp8_denoiser_filter_neonScott LaVarnway
2014-04-28Save NEON registers in VP8 NEON functionsYunqing Wang
2014-01-22arm: Use vreinterpret instead of a plain cast for converting between neon vec...Martin Storsjo
2014-01-02ARM NEON version of denoiser.Christian Duvivier
2013-05-23Remove type from vmvnJohann
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-30Change encoder vp8_ and vp8cx_ public symbol prefixes to vp9_.Ronald S. Bultje
2012-10-29remove fdct invoke macrosJim Bankoski
2012-08-08Merging in the sixteenth subpel uv experimentDeb Mukherjee
2012-07-17Restyle codeJohn 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-29remove unused BOOL_CODER::valueJohn Koleszar
2012-03-15WebM Experimental Codec Branch SnapshotYaowu Xu
2012-03-05Move SAD and variance functions to commonJohann
2012-02-09Fix variance overflowJohann
2012-01-30RTCD: finalize removal of old RTCD systemJohn 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
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig
2011-12-19remove armv6 files from armv5 buildJohn Koleszar
2011-11-23Fix encoder partitioned output on ARMAttila Nagy
2011-11-15Added predictor stride argument(s) to subtract functionsScott LaVarnway
2011-11-03Merge "Change use of eob in the encoder"Scott LaVarnway
2011-11-03Change use of eob in the encoderTero Rintaluoma
2011-10-27Fix ARM build problem introduced by CL I3fab6f2bAttila Nagy
2011-10-26Reduce partial frame copy in encoder's pick_filter_level_fastAttila Nagy
2011-10-14Fix: vp8cx_pack_tokens_into_partitions_armv5 crashAttila Nagy
2011-09-22Merge "Replace vpx_ports/config.h with vpx_config.h"Johann
2011-09-22Replace vpx_ports/config.h with vpx_config.hAttila Nagy
2011-09-20Move neon only arm functions under arm/neon.Fritz Koenig
2011-09-20Merge "NEON FDCT updated to match current C code"Johann
2011-09-20Merge "NEON walsh transform updated to match C"Johann