- 05 Apr, 2013 - 20 commits
-
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
* changes: Move EOB to per-plane data Move qcoeff, dqcoeff from BLOCKD to per-plane data
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Ronald S. Bultje authored
This is a VP8-only feature (part of profile 3) that is unsupported in VP9. Change-Id: I78016eede8d9c834d44d4c517f3e8b8fc2a378b1
-
Dmitry Kovalev authored
Change-Id: If7fa8aea02f26c2c2bb5daf4e65c3e661d7031ca
-
Ronald S. Bultje authored
Change-Id: Ic219e7878428128e4bb1b3995e8151f92b6bd9c3
-
Ronald S. Bultje authored
It is never used. Change-Id: If7462357c0498ed05af2645f0c272124381d3aab
-
Ronald S. Bultje authored
Change-Id: Icd6b4322841fefcc86f06645e6aaf1ea42fdfabd
-
Ronald S. Bultje authored
It is never used. Change-Id: Ibae898c52c766aabf65868611060f9c38fb85b35
-
Dmitry Kovalev authored
Cleaning up the code, removing unused vp9_check_segref_inter function and useless comments. Change-Id: Ia0e1a3878dc0f9789cba84aeb507a83d9dccd26b
-
Yaowu Xu authored
Change-Id: Id0c2e44daa936f1d6fb76469fd1bd72a4d7c19fd
-
John Koleszar authored
-
John Koleszar authored
Continue migrating data from BLOCKD/MACROBLOCKD to the per-plane structures. Change-Id: Ibbfa68d6da438d32dcbe8df68245ee28b0a2fa2c
-
- 04 Apr, 2013 - 17 commits
-
-
John Koleszar authored
Start grouping data per-plane, as part of refactoring to support additional planes, and chroma planes with other-than 4:2:0 subsampling. Change-Id: Idb76a0e23ab239180c818025bae1f36f1608bb23
-
Yaowu Xu authored
so it is configurable to faciliate testings Change-Id: I247b62736c3a08ec2934793959d1ae605a05efa3
-
Deb Mukherjee authored
Adds back special casing B_PRED mode decoding but protected within the experimental macro. Change-Id: If98dc8e56b0ecfb1202540c2b7dfdd070cb81ca0
-
Dmitry Kovalev authored
Change-Id: I3a1e9cc5c3ed5be01ff75a84a6c82ec02c75af9c
-
Deb Mukherjee authored
-
Deb Mukherjee authored
Fixes an indexing bug. Looks like the bug has been there for a while. Change-Id: I9fc04b0c30754bcb47366ad94a08112925600c4d
-
Dmitry Kovalev authored
Inside decode_sb_4x4 it should be "get_tx_type_4x4(mb, y_idx * y_size + x_idx)" but it was "get_tx_type_4x4(mb, y_idx * (2 * y_size) + x_idx)". Also making code of decode_sb_4x4, decode_sb_8x8, and decode_sb_16x16 formatted in the same way. Change-Id: I15c7bef4fb575f7e9da19f953912324cb35d24dd
-
John Koleszar authored
-
Paul Wilkins authored
This function expects real Q values as inputs not index values. The use-age her impacts the Q chosen for force key frames. Though this is a bug fix I have not yet verified whether following the bug fix the q multiplier value used is correct. Change-Id: I49f6da894d90baeb1e86c820c335f02dc80d3b66
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
Dmitry Kovalev authored
Making code more readable in different places. Change-Id: Iea92c9a35e64d257ee358879fc04fc926843d52e
-
Dmitry Kovalev authored
Moving command code from decode_sb32 and decode_sb64 into new decode_sb_16x16 function. Change-Id: I57a161300af085557adec2fe600f3c10a145faf2
-
John Koleszar authored
-
Dmitry Kovalev authored
Better formatting, shorter code, adding read_switchable_filter_type function. Change-Id: Ib919b529385cae34c2d682b1c3093518b6942fc1
-
- 03 Apr, 2013 - 3 commits
-
-
John Koleszar authored
This code was only called in the BPRED case, but had no real special case associated with it. Made BPRED behave like all other modes. No bitstream change. Change-Id: I87ba11fe723928b6314d094979011228d5ba006f
-
Yunqing Wang authored
-
Yunqing Wang authored
Took vp9_setup_scale_factors_for_frame() out from vp9_setup_interp_filters(), so that it is only called once per frame instead of per macroblock. Decoder tests showed a 1.5% performance gain. Change-Id: I770cb09eb2140ab85132f82aed388ac0bdd3a0aa
-