- 19 Mar, 2014 - 2 commits
-
-
Minghai Shang authored
1. Save stats for each spatial layer 2. Add frame buffer management for svc first pass rc 3. Set default spatial layer to 1 4. Flush encoder at the end of stream in test app This only supports spatial svc. Change-Id: Ia89cfa87bb6394e6c0405b921d86c426d0a0c9ae
-
James Zern authored
inheritance should be public; also correct placement of ClearSystemState as the base class doesn't inherit from testing Change-Id: I0f41330fccc62a70b8dd40d66bbd829b9d98cf84
-
- 18 Mar, 2014 - 1 commit
-
-
Marco Paniconi authored
Activated using aq_mode=3. Change-Id: Ied628b9e7bd0e88b0c75790276bca75b19eb5c07
-
- 13 Mar, 2014 - 3 commits
-
-
Jim Bankoski authored
Change-Id: Icb5a23d5931841cb51a0518b3d33f3b1340ef3f8
-
Jim Bankoski authored
Change-Id: I62daa5938c93f0fce0c90ad3b67a2eb590120e38
-
Jim Bankoski authored
Change-Id: I5cdff078159a379bc48f1d8e249e144c6d27c946
-
- 12 Mar, 2014 - 2 commits
-
-
Alex Converse authored
Change-Id: I916b1e646d9fe142d3483039eb6cc72464529832
-
Alex Converse authored
Change-Id: I641a75dd75cd3c53a20eb4dbceb7a9b70a5a0e4d
-
- 10 Mar, 2014 - 1 commit
-
-
hkuang authored
Neon code unit test is failing now due to save/restore neon register operations are not done inside this function, but outside of it. Disable it now until VP8 neon code get cleaned up. Bug: 725 Change-Id: Id1ff1ef50a0e894b41c820a310ff8ba31ef12d18
-
- 07 Mar, 2014 - 1 commit
-
-
Marco Paniconi authored
Change-Id: Ib7ef6afbc80a38b134522bff283c01fadbec874b
-
- 06 Mar, 2014 - 3 commits
-
-
Jim Bankoski authored
Change-Id: I736f5753ff42782bbb2a401d2c28cd755fa2f8da
-
Marco Paniconi authored
Change-Id: I7126e4b36994020cc656d046d10df5d6a6c53e66
-
hkuang authored
Change-Id: I2c117ddeae3da5119f549b036a5699a8092819d3
-
- 04 Mar, 2014 - 1 commit
-
-
Tom Finegan authored
- Change type of encrypt_buffer() offset argument to ptrdiff_t, and change the type of the size argument to size_t. - Update size argument encrypt_buffer() in vp8_boolcoder_test.c with same. Change-Id: Ie29c7c82c73318bee01b89c6fb4c4e1442eef03c
-
- 28 Feb, 2014 - 1 commit
-
-
Yaowu Xu authored
Change-Id: I7a1a7190dc32c65846a897a3162a02d63e59719f
-
- 27 Feb, 2014 - 12 commits
-
-
James Zern authored
Change-Id: I6e7d6fa557be2af49722d3726991ae7c40f90f4e
-
James Zern authored
- move vp9-only vp9_subtract_test.cc to vp9 block - move sad_test.cc to a common location Change-Id: Ie033bbf2c31e7faaae73f2050d657619bfaa3287
-
James Zern authored
Change-Id: I08fa0e90039186cd237001b7e43b1eabe6d326a3
-
James Zern authored
- break the platform sections a bit more visibly - add #endif comments on long blocks Change-Id: I8612f19755ea37efd6dac2918f51deee4a2c483e
-
James Zern authored
Begin() will be called twice with 2-pass encodes, invoking y4m_input_open which allocates memory; close the old instance first. Change-Id: Id252a21d286ca9ae998bd87599d43aeb8d7d77aa
-
James Zern authored
note not all functions have NEON implementations: - variance4x4_neon Change-Id: I03c1ba21f3b02aa2482d7ca8feedc3ef74b5947f
-
James Zern authored
Change-Id: I6d8ac50ce842749a2a643d8173bbd301cc284236
-
James Zern authored
Change-Id: Id0a2d9ef9636c84ee988dabecd5d4dc2b8641944
-
James Zern authored
note not all functions have NEON implementations: - vp9_idct32x32_34_add Change-Id: I3db3acbd5b33839aabd1beadc6e0742ec50b1072
-
James Zern authored
FwdTrans8x8HT is disabled as the tests currently fail. note not all functions have NEON implementations: - fdct8x8/fht8x8 Change-Id: I028bdec9a21eaaee2c5865470ab179aac403540e
-
James Zern authored
Trans4x4HT is disabled as the tests currently fail. note not all functions have NEON implementations: - fdct4x4/fht4x4 Change-Id: I26f8724bf2a9ea01d59205a1c57119ed25d043bc
-
James Zern authored
note not all functions have NEON implementations: - vp9_fdct32x32/vp9_fdct32x32_rd Change-Id: I3795d78bf215e41ab8801c2c37cf633f16931f9d
-
- 26 Feb, 2014 - 3 commits
-
-
Minghai Shang authored
Change-Id: I4dcabb60cb1185eb9a2efa18b50f17af272d2cd6
-
James Zern authored
note not all functions have NEON implementations: - fdct/fht/iht Change-Id: I6bb7ffe89b8cc23b642e19caf22f04f2d5e39087
-
Marco Paniconi authored
Modify existing test to also check the case of dropping (i.e., skip decoding) a consecutive list of frames. Change-Id: Ia8c1195559f952e86e6697996931d3a920c05ae3
-
- 22 Feb, 2014 - 2 commits
-
-
James Zern authored
not just CONFIG_VP8_ENCODER; there's now VP9 code in the same file Change-Id: I73d8b9141af1374b37480fb0495e17a7952eb4f9
-
James Zern authored
Change-Id: Idf58109195a88dec66c5e1ea6a51c61e6c659ff1
-
- 21 Feb, 2014 - 3 commits
-
-
Alex Converse authored
Change-Id: I8cc38fdef6a2a0968af8dfe15e7c2b3c46c531ea
-
James Zern authored
+ prune some unused files https://github.com/kinetiknz/nestegg.git commit f46223191d8116a36bf299b5b9793fcb798417b1 Merge: 0851279 4b0190a Author: Matthew Gregan <kinetik@flim.org> AuthorDate: Wed Nov 27 13:50:43 2013 -0800 Commit: Matthew Gregan <kinetik@flim.org> CommitDate: Wed Nov 27 13:50:43 2013 -0800 Merge pull request #15 from shadone/master Fix compiler warning. Change-Id: I59eecdd68fced1ef61b67d446735539628d81484
-
Yaowu Xu authored
Change-Id: I70240e50927b4379603628f6349bf615f756b5a1
-
- 20 Feb, 2014 - 2 commits
-
-
Jim Bankoski authored
Change-Id: I39286df9fc76e3451f14ce2652d671e11b0c37bc
-
Tom Finegan authored
Silences warnings and minizes required casts. Change-Id: I7d6c5b87c56191f3bec7b0747d7dbe8938e8ec82
-
- 19 Feb, 2014 - 1 commit
-
-
Tom Finegan authored
- Use size_t for frame_size() (fixes warnings elsewhere) - Remove unnecessary use of const. Change-Id: Id2cba182ac3fd2f67d25fd1db3a0bc3e1eda040b
-
- 13 Feb, 2014 - 2 commits
-
-
Frank Galligan authored
Added support for external frame buffers to libvpx's VP9 decoder. If the external frame buffer functions are set then libvpx will call the get function whenever it needs a new frame buffer to decode a frame into. And it will call the release function whenever there are no more references to that buffer. Change-Id: Id2934d005f606af6e052fb6db0d5b7c02f567522
-
Marco Paniconi authored
Also, removed a TODO and removed speed 1 from the tests. Change-Id: I4e6b114204b6d42d93fd1902a56eb0c459bad135
-