Rough merge of master into experimental
[platform/upstream/libvpx.git] / vp8 / encoder / x86 / quantize_sse2.asm
2012-11-07 John KoleszarRough merge of master into experimental
2012-11-01 Ronald S. BultjeRename vp8/ codec directory to vp9/.
2012-10-31 Ronald S. BultjeChange non-function symbol vp8_ prefixes to vp9_.
2012-10-31 Ronald S. BultjeChange encoder vp8_ and vp8cx_ public symbol prefixes...
2012-06-05 John KoleszarMerge "Fix windows build: obj_int_extract to extract...
2012-06-05 John KoleszarMerge "asm_*_offsets to define variables as constants...
2012-05-30 Jim BankoskiMerge "boolcoder_test "
2012-05-30 Alpha LamMake libvpx Chromium build friendly
2012-05-25 Jim BankoskiMerge "fix denoiser for temporal patterns and rd"
2012-05-24 John KoleszarMerge changes I231c062e,Idadc42c7
2012-05-24 John KoleszarMerge "Fix another multithreaded encoder loopfilter...
2012-05-24 John KoleszarMerge "Make libvpx Chromium build friendly"
2012-05-24 Alpha LamMake libvpx Chromium build friendly
2011-11-09 John KoleszarMerge "Reset FPU state after calc_plane_error()"
2011-11-04 Yunqing WangMerge "Add checks in MB quantizer initialization"
2011-11-04 John KoleszarMerge "Changing decoder input partition API to input...
2011-11-03 Scott LaVarnwayMerge "Change use of eob in the encoder"
2011-11-03 Tero RintaluomaChange use of eob in the encoder
2011-09-16 John KoleszarMerge "Fixes the boundary checks for extrapolated and...
2011-08-31 Scott LaVarnwayMerge "Skip computation of distortion in vp8_pick_inter...
2011-08-30 John KoleszarMerge "Recalculate zbin_extra only if regular quantizer...
2011-08-24 Scott LaVarnwayMerge "Faster vp8_default_coef_probs"
2011-08-24 John KoleszarMerge remote branch 'origin/master' into experimental
2011-08-24 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-08-23 Fritz KoenigUse local labels for jumps/loops in x86 assembly.
2011-05-26 John KoleszarMerge "Do not copy data between encoder reference buffers."
2011-05-06 JohannMerge "neon fast quantizer updated"
2011-05-05 Yunqing WangMerge "Runtime detection of available processor cores."
2011-04-25 John KoleszarMerge "Change rc undershoot/overshoot semantics"
2011-04-25 John KoleszarMerge remote branch 'internal/upstream-experimental...
2011-04-21 John KoleszarMerge "Remove unused kf rate variables"
2011-04-21 John KoleszarMerge remote branch 'origin/master' into experimental
2011-04-19 Johannmodify SAVE_XMM for potential 64bit use
2011-04-19 JohannMerge "Add save/restore xmm registers in x86 assembly...
2011-04-19 John KoleszarMerge remote branch 'origin/master' into experimental
2011-04-18 Yunqing WangMerge "Use sub-pixel search's SSE in mode selection"
2011-04-18 Yunqing WangMerge "Handle long delay between video frames in multi...
2011-04-18 JohannMerge "store quant_shift as an unsigned char"
2011-04-18 Yaowu XuMerge "Add spin-wait pause intrinsic for Windows x64...
2011-04-18 Yaowu XuMerge "fixed an overflow in ssim calculation"
2011-04-13 Johannstore quant_shift as an unsigned char
2011-04-07 John KoleszarMerge remote branch 'origin/master' into experimental
2011-04-07 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-04-06 JohannMerge "use asm_offsets with vp8_fast_quantize_b_sse2"
2011-04-05 John KoleszarMerge remote branch 'origin/master' into experimental
2011-04-05 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-04-04 Johannuse asm_offsets with vp8_fast_quantize_b_sse2
2011-04-04 John KoleszarMerge "Slightly simplify vp8_decode_mb_tokens."
2011-04-04 JohannMerge "tweak vp8_regular_quantize_b_sse2"
2011-04-01 Johanntweak vp8_regular_quantize_b_sse2
2011-04-01 JohannMerge "Wrapper function removed from vp8_subtract_b_neo...
2011-03-31 JohannMerge "ARMv6 optimized subtract functions"
2011-03-30 John KoleszarMerge remote branch 'origin/master' into experimental
2011-03-30 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-03-29 JohannMerge "Half pixel variance further optimized for ARMv6"
2011-03-29 Yunqing WangMerge "Fix a crash while enabling shared (--enable...
2011-03-29 Johannuse GLOBAL correctly on 32bit shared libraries
2011-03-29 John KoleszarMerge "configure: enable unused variable warnings"
2011-03-25 John KoleszarMerge remote branch 'origin/master' into experimental
2011-03-25 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-03-24 JohannMerge "use asm_offsets with vp8_regular_quantize_b_sse2"
2011-03-24 Johannuse asm_offsets with vp8_regular_quantize_b_sse2
2011-01-28 JohannMerge "Adds "armvX-none-rvct" targets"
2011-01-27 Yunqing WangMerge "Remove copies of same functions"
2011-01-27 Yunqing WangMerge "Refine motion vector prediction for NEWMV mode"
2011-01-26 Paul WilkinsMerge "Fix for incorrect variable declaration."
2011-01-26 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2011-01-26 John KoleszarMerge remote branch 'origin/master' into experimental
2011-01-25 JohannMerge "update sse2 regular quantizer"
2011-01-14 Johannupdate sse2 regular quantizer
2010-12-11 John KoleszarMerge remote branch 'origin/master' into experimental
2010-12-11 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-12-10 Fritz KoenigMerge "vp8 fast quantizer sse2 optimizations for eob."
2010-12-09 Fritz Koenigvp8 fast quantizer sse2 optimizations for eob.
2010-12-03 John KoleszarMerge 'Add simple version of activity masking.'
2010-11-16 Suman SunkaraMerge branch 'experimental' of ssh://on2-git.corp.googl...
2010-11-05 John KoleszarMerge commit 'fix integer promotion bug in partition...
2010-11-05 John KoleszarMerge remote branch 'origin/master' into experimental
2010-11-05 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-10-26 Jim BankoskiMerge commit 'refs/changes/09/809/1' of https://review...
2010-10-25 John KoleszarMerge "Remove legacy release.sh script"
2010-10-22 John KoleszarMerge "Improve handling of invalid frames."
2010-10-20 John KoleszarMerge "Update arnr strength range form 1-6 to 0-6."
2010-10-19 Yaowu XuMerge "fixed a typo that mis-used Y plane stride for...
2010-10-14 Yunqing WangMerge "Fix one gcc compiler warning"
2010-10-14 Yunqing WangMerge "Improve bounds checking in vp8_diamond_search_sa...
2010-10-14 Fritz KoenigFix compiler warning about vp8_fast_quantize_b_impl_ssse2.
2010-10-12 John KoleszarMerge "Add const qualifiers to variance/SAD functions."
2010-10-12 John KoleszarMerge "Move vp8_strict_quantize_b inside EXACT_QUANT...
2010-10-12 John KoleszarMerge "Remove INTRARDOPT #define and intra_rd_opt option."
2010-10-11 Scott LaVarnwayMerge "Added vp8_fast_quantize_b_sse2"
2010-10-07 Scott LaVarnwayAdded vp8_fast_quantize_b_sse2
2010-09-21 John KoleszarMerge "gitignore: initial version"
2010-09-10 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-09-09 Fritz KoenigMerge branch 'master' of git://review.webmproject.org...
2010-09-09 John KoleszarUse WebM in copyright notice for consistency
2010-08-31 John KoleszarMerge remote branch 'internal/upstream' into HEAD
2010-08-02 John KoleszarMerge "Issue 150: Fixing linker warning in extend.c."
2010-08-02 Jan Kratochvilnasm: use OWORD vs DQWORD
2010-06-15 Yunqing WangMerge "More on "some XMM registers are non-volatile...
next