- Aug 26, 2015
-
-
Marco Paniconi authored
-
Marco Paniconi authored
For real-time mode (speeds >=5) enable aq-mode=3. Change-Id: Ib8b4ef7609bc30ac935742c8d27e8cd89933c6af
-
Hui Su authored
-
Yunqing Wang authored
Code cleanup. Change-Id: I668bd5a4e5fbe96969d51d9ee777fc5f1d8abfe6
-
Marco Paniconi authored
-
Marco Paniconi authored
Change-Id: Iab4e4a13a65c9dc5314e5107b126c30667c7b448
-
Johann Koenig authored
-
Hui Su authored
Change-Id: Ibc3b5cb3799f080808cf22ccb01d733e74ab4461
-
Johann Koenig authored
This is a leftover of the XMA code which was removed a long time ago. Found while looking for unused functions. Change-Id: I07a3d542ae55440af59380dcdcf9a6c11cdfcb75
-
Johann Koenig authored
Mark functions in dboolhuff.h and treereader.h with INLINE. Change-Id: Ifc1008de0713c8d43f4fec83a8c2b836622be365
-
- Aug 25, 2015
-
-
Johann Koenig authored
WebRTC builds with -Wunused-function do not like all the uses of onyx.h Change-Id: Ic57cb143b48df9c9895f94b5f8f395c260fa7025
-
Yaowu Xu authored
-
Yaowu Xu authored
This commit adds clamp of new vectors similar to the logic in RD loop. Such clamp is not necessary from the perspective of VP8 bitstream, but is added to improve ChromeCast mirroring's robustness. Change-Id: I42f6adbc60ffce283b994869364230858632d6fa
-
Shunyao Li authored
-
Deb Mukherjee authored
-
Shunyao Li authored
stdhd +0.226 hevchr +0.091 hevcmr +0.052 derflr +0.033 Change-Id: I84034209c5760609a99bd6e0ce55e02534b72cac
-
- Aug 24, 2015
-
-
Hui Su authored
Change-Id: I5f7ab8ee75192a4c6c7aa723d2e113400d6ca9a5
-
Hui Su authored
-
Hui Su authored
In high bitdepth setting, the rate multipier may be set as 0. In lossless mode, the RD cost would always be 0, resulting in bad partition and prediction mode choices. Change-Id: I297014dd8bfa8a07ff0ab480119f75678300ff68
-
Hui Su authored
Prepare for adding more transform varieties (EXT_TX and TX_SKIP in nextgen). Change-Id: I2dfe024f6be7a92078775917092ed62abc2e7d1e
-
Deb Mukherjee authored
This patch just fixes the test for the time being, but does not actually solve the underlying issue, which still needs investigation. Change-Id: I54a35de839723f5b499b57e38dd2bdd400adc427
-
- Aug 22, 2015
-
-
Jingning Han authored
This commit adds codec behavior unit tests for vp10. Change-Id: Ieb49cb66f0b29679ff2a3e2c0804d1ebbf48f986
-
Jingning Han authored
-
- Aug 21, 2015
-
-
Hui Su authored
-
James Zern authored
CONFIG_VP10_ENCODER -> CONFIG_VP10_DECODER Change-Id: I6f1a798835acc4ef66bd2c5d6ffb02247c74b1d6
-
Hui Su authored
This makes it easier to add new transform types and scan orders to VP10 in the future. Change-Id: I94874ddc9b19928d7820d57e94e2af04adf51efe
-
Jingning Han authored
-
Marco Paniconi authored
-
Scott LaVarnway authored
-
- Aug 20, 2015
-
-
Marco Paniconi authored
Switch to use the normative (convolve8) filter for source scaling, only for 1/2x1/2 scaling for now. This is faster and has better quality than either the vpx_scale_frame or the nonnormative scaler. Remove the vp9_scale_if_required_fast, which is now not used. Change-Id: I2f7d73950589d19baafb1fa650eac987d531bcc8
-
Scott LaVarnway authored
Change-Id: Ic81d435ea928183197040cdf64b6afd7dbaf57e4
-
Jingning Han authored
-
Jingning Han authored
The macro MAX_REF_LF_DELTAS is repeatedly defined. Merge its use cases with MAX_REF_FRAMES. Change-Id: I71c4634fb5feae78ce6f9bf99074f45ed7f68b73
-
Jingning Han authored
Define it as a function of reference frame types to provide scalability for multiple reference frames. Change-Id: I77b856c96916f352bc31004b9266b3f24e19bd0f
-
- Aug 19, 2015
-
-
James Zern authored
this restores the previous version's behavior avoiding issues with builds that may split sources on directory boundaries; protected visibility may work in this case. Change-Id: If37c70d9bd81de85a8e112457b9819a5cac6129d
-
Scott LaVarnway authored
-
Jingning Han authored
-
Jingning Han authored
Change-Id: I43bcc70680503e4c18d8f021097307778cf9ea70
-
Marco Paniconi authored
-
- Aug 18, 2015
-
-
Marco Paniconi authored
-