- 13 Jul, 2015 1 commit
-
-
Jim Bankoski authored
This reverts commit 9b4f9f45. Change-Id: I23545ac8c7464127f7466fc6a58de517874fe0cf
-
- 09 Jul, 2015 1 commit
-
-
Jim Bankoski authored
Eliminates the byte by byte read from bool decoder, by reading in a size_t and then shifting it into place. Change-Id: Id89241977103fc3b973e4ed172a5cbf246998e5d
-
- 07 Jul, 2015 5 commits
-
-
paulwilkins authored
-
paulwilkins authored
-
paulwilkins authored
-
Parag Salasakar authored
-
James Zern authored
-
- 06 Jul, 2015 11 commits
-
-
James Zern authored
-
James Zern authored
-
Jingning Han authored
-
James Zern authored
Change-Id: Ia5044d13c09685c401191fe87fbf90d36203aadd
-
Change-Id: If88401bf8c5d8ee58200278734d7a5058d1585d0
-
Debargha Mukherjee authored
-
James Zern authored
-
James Zern authored
expose filter_kernels[] and do the table lookup directly Change-Id: I0b10bff0327c3e01a723736141a9ffd377cd3d20
-
Debargha Mukherjee authored
Adds two new vp9 parameters --min-gf-interval and --max-gf-interval to enable testing based on frequency of alt-ref frames. Also adds a unit-test to test enforcement of min-gf-interval. For both these parameters the default value is 0, which indicates they are picked by the encoder, based on resolution and framerate considerations. If they are greater than zero, the specified parameter is honored. (Additional note by paulwilkins) Note that there is a slight oddity in that key frames are also GFs and considered part of GF only group. However they are treated as not being part of an arf group because for arf groups the previous GF is assumed to be the terminal or overlay frame for the previous group. (end note) Change-Id: Ibf0c30b72074b3f71918ab278ccccc02a95a70a0
-
Jingning Han authored
Factor out the subtraction operator as common function. Change-Id: I526e703477c6a290e0e3e3c8898f8bb1ca82779b
-
Jingning Han authored
-
- 03 Jul, 2015 2 commits
-
-
James Zern authored
-
Change in 92b19906 leads to frame parallel decode failure in extreme case. addresses issue #1010 Change-Id: I4fa488dac8e8c584f5eef4cae1640a579130d387
-
- 02 Jul, 2015 19 commits
-
-
James Zern authored
-
James Zern authored
-
James Zern authored
This reverts commit a42df86c. this change causes MSA/VP9SubpelVarianceTest.Ref and MSA/VP9SubpelVarianceTest.ExtremeRef failures under mips32r5el-msa-linux-gnu and mips64r6el-msa-linux-gnu Change-Id: I40b71a0b774eaeb31f66f795733f95cf360909f7
-
James Zern authored
This reverts commit 61774ad1. this change causes MSA/VP9SubpelAvgVarianceTest.Ref failures under mips32r5el-msa-linux-gnu and mips64r6el-msa-linux-gnu Change-Id: I7fb520c12b2a3b212d5e84b7619a380a48e49bb0
-
Jingning Han authored
Change the dir name to include more util tools. Change-Id: Id5b16062803ce5eed872fe2edb36d7e56b32eed8
-
paulwilkins authored
Added code to reduce the minimum partition size searched for super blocks at or straddling the edge of the image. If the first pass has detected formatting bars the "active" edge may not be the real edge. Change-Id: I9c4bdd1477e60f162a75fac95ba6be7c3521e05c
-
paulwilkins authored
Apply a correction to the frame error scores for frames with inactive regions. Change-Id: I217840f2efe7eafed3f5b8ddc7c468f1ca3d923c
-
paulwilkins authored
Correct the ARF boost calculations to partly discount inactive or very low energy regions of the image. Examples (formatting bars and 0 energy areas of animated clips). Change-Id: I241af058d10aba8c67a4deca36deb913047d4561
-
Jingning Han authored
-
Jingning Han authored
-
Parag Salasakar authored
average improvement ~3x-5x Change-Id: Ifdb4670d31ae83c4e22a4238293d1377b16c90db
-
James Zern authored
this is tested for each block Change-Id: I229c6f0e9513fb206bdbce8be9699a4bf4008ca4
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
Jingning Han authored
Replace vp9_ prefix with vpx_ for common multi-threading functions. Change-Id: I941a5ead9bfe8213fdad345511d2061b07797b55
-
Jingning Han authored
This commit moves the primitive multi-threading files from vp9 folder to vpx_thread, which will be accessible by all vpx codec. Change-Id: Ib51e66e9c69801c10631fab56d35a0c0aaed5883
-
- 01 Jul, 2015 1 commit
-
-
Johann authored
-