platform/upstream/libvpx.git
14 years agoFixed an encoder debug/relese mismatch in x86_64-win64-vs8
Yaowu Xu [Wed, 19 May 2010 22:48:00 +0000 (15:48 -0700)]
Fixed an encoder debug/relese mismatch in x86_64-win64-vs8

Visual c++ compiler uses xmm registers for floating point
operations for 64 bit architecture, therefore its calling
convention requires the preservation of xmm6-xmm15 in any
function that have used these registers. However, the sse2
functions, that were originally written for 32 bit windows,
may have used xmm6 and xmm7 without preserving the content.
In this particular case, the compiler used xmm6 to save
the variable "two_pass_min_rate", the value of the variable
is mucked up by our sse2 optimized loop filter functions,
hence the results of release/debug mismatching.

14 years agoremove unneeded variables
Pavol Rusnak [Wed, 19 May 2010 19:15:32 +0000 (21:15 +0200)]
remove unneeded variables

14 years agoInitial WebM release v0.9.0
John Koleszar [Tue, 18 May 2010 15:58:33 +0000 (11:58 -0400)]
Initial WebM release