- 28 Oct, 2016 2 commits
- 27 Oct, 2016 14 commits
-
-
Sarah Parker authored
-
Zoe Liu authored
-
Debargha Mukherjee authored
-
Jean-Marc Valin authored
No change in output for 4:2:0 and 4:4:4 Change-Id: Ic46753d23a5b5f90b611a3da1a4574870519957c
-
Luca Barbato authored
Make linking to libvpx and libaom at the same time possible. Change-Id: I7bab8527a32e446e3d564e6fa5d94ccd056bc63f
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
-
Angie Chiang authored
-
Angie Chiang authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
David Barker authored
Previously, when ext-partition-types and either clpf or dering were enabled, the signalling for clpf/dering would not be encoded or decoded, as the code to do so was inside a #if !CONFIG_EXT_PARTITION_TYPES block. This caused many tests (eg, AV1/EndToEndTestLarge.EndToEndPSNRTest/0) to fail with encode/decode mismatches. Change-Id: If1742deb1812877813b2c3e93a048430f9a504ba
-
Jingning Han authored
-
- 26 Oct, 2016 24 commits
-
-
Yaowu Xu authored
-
Yi Luo authored
-
Jingning Han authored
Make the codec support 2x2 tranform block unit for chroma components. Change-Id: Ic454535bd5620abe88a2e99789160cc4664ee518
-
Jingning Han authored
-
Ryan Lei authored
This commit fixes two major bugs in parallel deblocking experiment, the first one is missing initialization of lfm->lfl_uv array for horizontal filtering. The second one is inconsistent order of vertical/horizontal filtering of superblocks within a frame between encoder and decoder. BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=45#c2 BUG=https://bugs.chromium.org/p/aomedia/issues/detail?id=53#c1 Change-Id: I2df7eb313d49203fb70efe2bdf957b9d7e0bf678
-
Yi Luo authored
-
Sarah Parker authored
These are in response to post-commit suggestions made on If429c93bb90b66fdff0edc07ecd9fc078077d303. Change-Id: Id29afa158471bd6259bd07ac00812a50bfd0a709
-
Urvang Joshi authored
* changes: Mark bogus palette color probabilities as zero get_palette_color_context: code cleanup
-
Jingning Han authored
Make both encoder and decoder use depth index for frame count. Change-Id: I96dddffc0a83ad5e4e2847b15391e01ba01ee502
-
Angie Chiang authored
-
Angie Chiang authored
-
Angie Chiang authored
Change-Id: I720934e02a15fd6184bdda6c1b8a23d5b02a5284
-
Sarah Parker authored
-
Yi Luo authored
- Restore the fwd txfm HBD function declarations exposure. Change-Id: I1e33df6297fd37e242f4b73c8ab97063b9feb7c6
-
Jingning Han authored
Use the relative transform partition depth as index to fetch the tx_size_cost value. Change-Id: I7d5119817baa96f23c32828065ff3175bb9f75cf
-
Jingning Han authored
Replace enum items with range definitions. Change-Id: Iba2b7cac657db5fb6177cb5c9e6f40ec0125d926
-
Jingning Han authored
-
Angie Chiang authored
-
Janne Salonen authored
Change-Id: I61f91855430e11da45d4e91ec6d3a8976c461cb7
-
Yunqing Wang authored
-
Yaowu Xu authored
Change-Id: I37f0d1fbcc6f262ae287290e2e6f5648ad0113c8
-
Jingning Han authored
It serves as a helper function to integrate various transform coding options. Change-Id: I64e7d0c88ea10137fa1ff1072d865eb0054c2a25
-
Sarah Parker authored
This ensures that the parameter refinement never results in a motion parameter value that exceeds the number of alloted bits in the bitstream. It accounts for all of the necessary precision shifts required to make global motion compatible with the warped motion library. It also accounts for the zero-centering that is applied to global motion parameters that are naturally centered around one. Change-Id: If429c93bb90b66fdff0edc07ecd9fc078077d303
-