- 19 Mar, 2015 2 commits
-
-
James Zern authored
-
James Zern authored
* changes: vp9_fdct8x8_quant_ssse3: quiet a static analysis warning vp9_fdct8x8_quant_sse2: quiet a static analysis warning vp9_mv_pred: quiet a static analysis warning
-
- 18 Mar, 2015 13 commits
-
-
Alex Converse authored
-
James Zern authored
document resolution assumptions with a few asserts Change-Id: Ia4ab738fd3e0a1ba0ed30a57facd2658c2c1fd60
-
James Zern authored
add an assert to validate 'in' array size Change-Id: Ie5a24275c066d9dd59714f6104510abbd4850dc5
-
James Zern authored
add an assert to validate 'in' array size Change-Id: Ib72946a86f34e1ce8a69954e8e3e4fe1a0f18a91
-
James Zern authored
add an assert to validate pred_mv array size Change-Id: I532b882b71e2baff3ac76e07ed133ec5a11bd0fc
-
Johann authored
* changes: Remove last remnants of obj_int_extract Initialize "corrupted" to zero
-
Adrian Grange authored
Change-Id: I3e275544bff478849c1b5f3dcd5de950ee330d14
-
Johann authored
Change-Id: Icc7da6027763b5ed7cbfe70ffe271103ead59fe1
-
Johann authored
Because the call to vpx_codec_control at line 928 is now guarded by !frame_parallel, 'corrupted' may not be set. Change-Id: Id166bd8a8cdb5e5120fca1640011a3545f6e178a
-
Frank Galligan authored
-
Jingning Han authored
-
Jingning Han authored
Make the C and SSE2 versions consistent. Change-Id: I03c405d22a36bd1a97480efb96dc5af230667424
-
Marco authored
Use force_split to constrain the partition selection. This is used because in the top-down approach to variance partition, a block size may be selected even though one of its subblocks may have high variance. In this patch the selection of the 64x64 block size will only be allowed if the variance of all the 32x32 subblocks are also below the threshold. Stil testing, but some visual improvement for areas near slow moving boundary can be seen. Metrics for RTC set increase by about ~0.5%. Change-Id: Iab3e7b19bf70f534236f7a43fd873895a2bb261d
-
- 17 Mar, 2015 6 commits
-
-
Yunqing Wang authored
-
Adrian Grange authored
-
Frank Galligan authored
Change-Id: I9101cb1132aa580fc32fd47e8ac9d91d5b09e963
-
Yunqing Wang authored
Code refactoring. Change-Id: I73b6fcc0444155ee46c1efa5253c1d608c6439cb
-
Adrian Grange authored
Change-Id: I5169155b20ea3676a6ce58ec77d6aeba07db29d9
-
hkuang authored
Change-Id: I0ba02d501d65a2f219fa1bb87b8eb81f7e6ab332
-
- 16 Mar, 2015 15 commits
-
-
Yaowu Xu authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Yaowu Xu authored
-
Alex Converse authored
These were uncovered by the chromoting perftest. Change-Id: Ia5a90fd1718ff757c1484decf3861295260e6722
-
Yaowu Xu authored
The mvs are clamped in the vp9_find_best_ref_mvs() already. Change-Id: I9bea5e35aef6007466fe7fca4bc2dc5c17e74222
-
Jingning Han authored
Change-Id: I41ee684cf113a7b5edf280183e51cb08b2e93cc4
-
Jingning Han authored
Reduce unnecessary fetch from MB_MODE_INFO. Change-Id: Iff89b76d5e2774c00a564e902913a633fa2e1ea9
-
Yaowu Xu authored
Change-Id: I10c1ad23b110cf92cb026e895039c215c47abfd0
-
James Zern authored
* changes: usage.dox: fix encoder/decoder subpage list indent usage.dox: fix doxygen warnings in 1.8.x
-
Jingning Han authored
Move the scaling factor outside column projection. This avoids repeated calculation of the same scaling factor. Profiling shows that the percentage of vp9_int_pro_col_sse2 of overall cycles goes from 2.29% down to 1.88%. Change-Id: I5ac4e324ab2d7f33ba2de66dd2a12e04e04dfd66
-
Jingning Han authored
-
Jingning Han authored
Change-Id: I4039f8ac75a9cfcc4d07abd0619d1379bb10fe51
-
Yaowu Xu authored
1. remove duplicate initialization to mbmi->interp_filter. 2. move mv clamping into ref_frame loop instead of mode checking loop. 3. move the check if last frame is same as golden frame earlier to avoid initialization of Golden reference related variables. Change-Id: Idf2d05e19e94a24f69cc289687869fc71d2ff289
-
- 15 Mar, 2015 1 commit
-
-
Jingning Han authored
-
- 14 Mar, 2015 3 commits
-
-
Jingning Han authored
Change-Id: I32f0bcb40c6e7ba63bfae487739ededd0b6b2dde
-
James Zern authored
use \li to separate the list items contained in conditionals. this avoids the encode page becoming a sub-item of decode; likely a problem in <1.8.3. + fix encoder conditional, spelling error + correct encode page name to match decode 'Encoding' Change-Id: I67890f52bed8e708bad63fb8819a074e0beff2ca
-
James Zern authored
use \li to denote list items with \if. fixes the following likely visible in <1.8.3: usage.dox: warning: Invalid list item found usage.dox: warning: End of list marker found without any preceding list items Change-Id: I33c72799edf9f8866596ac8f79247050b8c75681
-