John Koleszar
b709794929
Merge remote branch 'internal/upstream' into HEAD
2011-04-15 00:05:08 -04:00
John Koleszar
63f15987a5
Merge "Refactor lookahead ring buffer"
2011-04-14 12:35:01 -07:00
Fritz Koenig
e749ae510f
Merge "Use consistent delimiters."
2011-04-14 11:56:18 -07:00
Johann
ab48305fb6
Merge "update configure for ios sdk 4.3"
2011-04-14 08:55:22 -07:00
Joshua Bleecher Snyder
5e7a3bb69a
update configure for ios sdk 4.3
...
update for the latest version of the ios sdk. adding
usr/lib/system fixes a missing libcache.dylib issue
make isysroot path more DRY
Change-Id: Ib748ef3dac3cac2e4848fbffa1e9a0112eac826b
2011-04-14 11:22:33 -04:00
John Koleszar
b59958f5f4
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-14 00:05:06 -04:00
Fritz Koenig
33cefd6f6e
Use consistent delimiters.
...
opsnr.stt file was using \t for delimiters on everything
except between VPXSSIM and Time.
Change-Id: I6284c4e40c05ff642bf4b0170dca062c279a42df
2011-04-13 15:06:17 -07:00
Adrian Grange
8861174624
Fixed use of early breakout in vp8_pick_intra4x4mby_modes
...
Index i is used to detect early breakout from the first loop, but
its value is lost due to reuse in the second for loop. I moved
the position of the second loop and did some format cleanup.
Change-Id: I02780eae1bd89df4b6c000fb8a018b0837aac2e5
2011-04-13 12:56:46 -07:00
John Koleszar
88841f1059
Refactor lookahead ring buffer
...
This patch cleans up the source buffer storage and copy mechanism to
allow access through a standard push/pop/peek interface. This approach
also avoids an extra copy in the case where the source is not a
multiple of 16, fixing issue #102 .
Change-Id: I05808c39f5743625cb4c7af54cc841b9b10fdbd9
2011-04-13 14:26:45 -04:00
John Koleszar
cb3e0aaba3
Merge remote branch 'origin/master' into experimental
...
Change-Id: I231e4dd65adcf4f5c158e3749880a18b8c36cbe4
2011-04-13 00:05:09 -04:00
John Koleszar
8b20b578bf
Merge remote branch 'internal/upstream' into HEAD
2011-04-13 00:05:07 -04:00
John Koleszar
e7a42e675a
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-13 00:05:07 -04:00
John Koleszar
538f110407
Merge "Bugfix for error accumulator stats"
2011-04-12 06:59:00 -07:00
John Koleszar
e689a27d62
Bugfix for error accumulator stats
...
Previous to commit de4e9e3
, there was an early return in the alt-ref
case that was inadvertantly removed when the function was refactored
to return void. This patch restores the prior behavior.
Change-Id: I783ffd594a4690297e2742f99526fd7ad67698b2
2011-04-12 08:47:33 -04:00
John Koleszar
fd09009227
Merge "Fix encoder range check for frame width and height"
2011-04-12 05:34:12 -07:00
Attila Nagy
1aadcedcfb
Fix encoder range check for frame width and height
...
14 bits available in the bistream => valid range [1..16383]
Removed unused local vars.
Change-Id: Icf3385e47a9fa13af70053129c2248671f285583
2011-04-12 15:07:37 +03:00
John Koleszar
7ff5084f33
Merge remote branch 'origin/master' into experimental
...
Change-Id: Ib42656b05f2b099f17fd6c2033bbc3445421150c
2011-04-12 00:05:09 -04:00
John Koleszar
f809f4f93c
Merge remote branch 'internal/upstream' into HEAD
2011-04-12 00:05:08 -04:00
John Koleszar
e8901972de
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-12 00:05:08 -04:00
Yunqing Wang
4fd81a99f8
Set cpu_used range to [-16, 16] in real-time mode
...
Remove encoding speed limitation in real-time mode.
Change-Id: Ib5e35d8bb522b2a25f3e4ad5cfe2788ebebb3617
2011-04-11 15:55:04 -04:00
Yunqing Wang
d1abe62d1c
Define RDCOST only once
...
Clean up the code.
Change-Id: I7db048efa4d972b528d553a7921bc45979621129
2011-04-11 11:53:56 -04:00
John Koleszar
a9ce3e3834
Remove unused files
...
Change-Id: I36ca3f2f4620358033da34daf764f0b388dacd08
2011-04-11 10:34:40 -04:00
Ralph Giles
c9f8aefe26
Remove duplicate ';;' from the configure script.
...
This gave a syntax error, preventing configure from completing.
Change-Id: I3df765f93c26e5bb3b2aab939d1cd01d6c57d450
2011-04-10 09:30:36 -07:00
John Koleszar
91e3339b7d
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-10 00:05:06 -04:00
John Koleszar
e33241bb13
Merge remote branch 'origin/master' into experimental
...
Change-Id: I1a58ce4643377bae4cc6bf9c89320251f724ca66
2011-04-09 00:05:08 -04:00
John Koleszar
f6360955f4
Merge remote branch 'internal/upstream' into HEAD
2011-04-09 00:05:08 -04:00
John Koleszar
ffdfbe2bba
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-09 00:05:08 -04:00
Yunqing Wang
4b43167ad1
Fix input MV for full search
...
Input MV needs to be modified to full-pixel precision.
Change-Id: Ic5d78e41bf27077e325024332b9fe89f76c44f0c
2011-04-08 16:29:41 -04:00
Johann Koenig
6e156a4cd7
Merge "use asm_offsets with vp8_fast_quantize_b_sse3"
2011-04-08 10:05:47 -07:00
John Koleszar
921a32a306
Merge "Error accumulator stats bug."
2011-04-08 08:20:32 -07:00
Paul Wilkins
de4e9e3b44
Error accumulator stats bug.
...
The error accumulator stats values cpi->prediction_error and
cpi->intra_error were being populated with rd values not
distortion values.
These are only "currently" used in a limited way for RT compress
key frame detection.
Change-Id: I2702ba1cab6e49ab8dc096ba75b6b34ab3573021
2011-04-08 14:21:36 +01:00
John Koleszar
be3dee8903
Merge remote branch 'origin/master' into experimental
...
Change-Id: Ib70851b1d801d719edb8f5cd48d2f8fb210d3867
2011-04-08 00:05:08 -04:00
John Koleszar
fd599efb25
Merge remote branch 'internal/upstream' into HEAD
2011-04-08 00:05:07 -04:00
John Koleszar
13d2b1a750
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-08 00:05:07 -04:00
Johann Koenig
08702002e8
use asm_offsets with vp8_fast_quantize_b_sse3
...
on the same order as the sse2 fast quantize change: ~2%
except for 32bit. only a slight improvment there.
Change-Id: Iff80e5f1ce7e646eebfdc8871405458ff911986b
2011-04-07 16:40:05 -04:00
James Berry
aec5487cdd
Use correct 32 bit comparisons for SAD breakout.
...
Rax updated to eax to avoid uninitialized memory
usage.
Change-Id: Iedb953f104329ede2a786fc648a47f1be2f3798a
2011-04-07 15:08:03 -04:00
John Koleszar
6e4f6c96b3
Merge remote branch 'origin/master' into experimental
...
Change-Id: Icee86a4b25e53dc04b508179101b1a782b688f61
2011-04-07 00:05:11 -04:00
John Koleszar
1805223162
Merge remote branch 'internal/upstream' into HEAD
2011-04-07 00:05:06 -04:00
John Koleszar
a4a554e0ca
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-07 00:05:06 -04:00
Johann
2de858b9fc
Merge "use asm_offsets with vp8_fast_quantize_b_sse2"
2011-04-06 10:53:55 -07:00
Yunqing Wang
9e9f61a317
Merge "Minor modification"
2011-04-06 06:12:13 -07:00
Yunqing Wang
02423b2e92
Minor modification
...
A small change.
Change-Id: I2e7726e58370a95d0319361f4f6ad231138d1328
2011-04-06 09:08:47 -04:00
John Koleszar
d64aa018be
Merge remote branch 'origin/master' into experimental
...
Change-Id: Ied0fedb05342dead6d34740209cf75997f155e72
2011-04-06 00:05:10 -04:00
John Koleszar
77058ad62b
Merge remote branch 'internal/upstream' into HEAD
2011-04-06 00:05:09 -04:00
John Koleszar
3328ab382c
Merge remote branch 'internal/upstream-experimental' into HEAD
2011-04-06 00:05:08 -04:00
John Koleszar
a6be45c9ca
Merge remote branch 'origin/master' into experimental
...
Change-Id: I53be500dad1a98e21d0a28f9e07761d8d03fdcf6
2011-04-05 00:05:10 -04:00
John Koleszar
89bdcc211e
Merge remote branch 'internal/upstream' into HEAD
2011-04-05 00:05:07 -04:00
Johann
c32e0ecc59
use asm_offsets with vp8_fast_quantize_b_sse2
...
on the same order as the regular quantize change: ~2%
Change-Id: I5c9eec18e89ae7345dd96945cb740e6f349cee86
2011-04-04 16:23:29 -04:00
Scott LaVarnway
f212a98ee7
Fixed unused variable warnings for firstpass.c
...
Change-Id: I8378a9a541ade2f098359a7b20fa08e6c1596d80
2011-04-04 14:18:31 -04:00
John Koleszar
91036996ac
Merge "Slightly simplify vp8_decode_mb_tokens."
2011-04-04 08:58:25 -07:00