- 18 Jan, 2017 1 commit
-
-
Alex Converse authored
At the edges of the picture only a subset of partitions are legal. Add new contexts for these borders so they don't distort the probabilities of the interior of the image where all partitions are legal. Only include one context for each block size of each border direction because so few blocks fall into these contexts to begin with. objective-1-fast: PSNR | PSNR Cb | PSNR Cr | PSNR HVS | SSIM | MS SSIM | CIEDE 2000 -0.0294 | -0.0911 | -0.2382 | -0.0481 | -0.0441 | -0.0450 | -0.0454 derf144: -0.135 lowres: -0.124 midres: -0.076 hdres: -0.078 Change-Id: I909b98eebb7e49273cde90154c8408febe334158
-
- 17 Jan, 2017 2 commits
-
-
Debargha Mukherjee authored
Adds a few options to make the compound mask lightly dependent on the the two predictors. Also adds high bit depth support Change-Id: If57b6e8ddd140e0c00fd9d4738927d37225091cb
-
Angie Chiang authored
Call av1_convolve_init_# before testing convolve functionality. Change-Id: I15c7c292251a7dbf2ea77a2778f8dc7049ae8334
-
- 14 Jan, 2017 3 commits
-
-
Angie Chiang authored
Beside above and left positions, additional above-left, above-right, and bottom-left positions are added as neighbor candidates. In av1_update_neighbors, two available positions will be picked as context neighbors. The picking priority is above -> left -> above-left -> above->right -> bottom->left Change-Id: I82eaf0b23d0189caaea008ecc86776492886a05b
-
Angie Chiang authored
Change-Id: I85f059b6e2c48bcdf2edd3b7bf896fdccbaaa703
-
Yi Luo authored
- Adjust the accuracy value and fix, C/Trans4x4HT.AccuracyCheck/5,6,7 as CONFIG_AOM_HIGHBITDEPTH = 1. Change-Id: I2f8d97b2e2c1ee45bfae613657ca01b5666d76ee
-
- 13 Jan, 2017 11 commits
-
-
Yi Luo authored
Change-Id: I77bc383d4b2526cd9bef4d806905db0111c04f65
-
Yi Luo authored
- Turn on SSE2 unit tests Change-Id: I285771b04c0dec0501210fde570b9ac3cb9c4be0
-
Jingning Han authored
Change-Id: If38fa7e7816a556602c937f0526f5842cc216bf3
-
hui su authored
Rate and distortion stats were not correctly recorded. Change-Id: I91829d66b42e7b7b5b8bf37a0c1c43d6b8206a9f
-
Yue Chen authored
When both GLOBAL_MOTION and WARPED_MOTION are enabled, identify the neighbors using global motion, and generate correct projection samples, from which the local warped motion is estimated. Change-Id: I13556a49649208e6f4d30bc570a41074aabc8ae6
-
Yue Chen authored
Change-Id: Id2537c8826e07ad6605aaa9858ba6d797bcd23a5
-
Yue Chen authored
In order to use mvs from a future block in obmc, we first send mbmi info for the entire superblock, and then call another recursion to handle the coeffs and recon. Note: this change is currently not compatible with SUPERTX, later I will move detoken and recon for supertx to a proper place Change-Id: I19ab77fa137f53a370e68ea777f70d0306e3e303
-
hui su authored
Simplify code. Change-Id: Ifa65ea66e55c52ab79f32de1fc27121ddf088fc3
-
Thomas Davies authored
Also fix warning. Change-Id: Ia515360af9c3269901eb0d002d326b7af43a00e7
-
Angie Chiang authored
Use a round flag in ConvolveParams to indicate if the destination buffer has the result rounded by FILTER_BITS or not. This CL is part of the goal of reducing interpolation rounding error in compound prediction mode. Change-Id: I49e522a89a67a771f5a6e7fbbc609e97923aecb6
-
Jingning Han authored
Change-Id: Ia4779ffb47de333d670ae110cbdfb6cc567da910
-
- 12 Jan, 2017 11 commits
-
-
Yue Chen authored
In order to reduce the code complexity for handling parameter coding and recon separately for each 64x64 in non-causal obmc experiment, we break them down to two steps calling separate functions, one for params, the other dealing with coefficients and recon(decoder side). Note: actually the non-causal prediction can use the original syntax, but right now in the decoder coeff detoken and recon are heavily nested. Change-Id: I72d9c42ab8f38b57850d6b0481551893f1702822
-
David Barker authored
End-to-end speed improvements: (measured on tempete_cif.y4m, 20 frames for encoder and all 260 frames for decoder) * GLOBAL_MOTION encoder: ~10% faster * GLOBAL_MOTION decoder: 100-200% faster depending on bitrate * WARPED_MOTION encoder: ~2.5% faster * WARPED_MOTION decoder: ~20-40% faster depending on bitrate The improvement in the GLOBAL_MOTION decoder is particularly large because its runtime is dominated by calls to warp_plane(). This introduces minor changes to the output of the warp filter, but these should be rare. Change-Id: I5813ab9e90311e27587045153c32d400b6b9eb92
-
Yi Luo authored
- Witness the follow user-level speedup on AV1 baseline: Encoding time reduction: 4.26% Decoding time reduction: 25.35% Change-Id: Ideaf3cd473ad45ed9256c80d5a5daed0a6e098cf
-
Yue Chen authored
NCOBMC (non-causal obmc) allows overlapped prediction that takes mvs from blocks at positions with non-causal relation (e.g. at the bottom, or to the right) to the current block. This experiment will be a sub-experiment of MOTION_VAR, so will only be effective when MOTION_VAR is on. Change-Id: Ie3aa9591e1c15f5cc251664ea3c146210a5010cf
-
Jingning Han authored
Replace hard coded numbers with macro defs. Change-Id: I125ef4e4c8c3aead182c583522450626b730bbb3
-
Jingning Han authored
Fix the corner case and use the right rate cost udpate for rd_debug. This would make the var-tx pass rd_debug test. Change-Id: Ib0fbd2d73030c0d150222c6b7c2dfffc0c6af085
-
Jingning Han authored
Make the transform block partition context model support the rectangular transform block size partition. The coding gains from cb4x4 and var-tx are: cb4x4 + var-tx lowres 4.3% midres 2.6% Change-Id: I6cc1413fbf6d7707ca7fd24300623a3f0118be7c
-
Nathan E. Egge authored
Replace all instances of Daala's OD_ACCOUNTING with those specified by CONFIG_ACCOUNTING. Change-Id: Ibb59fc5df0ce4b0528b15296bf2f14029c414bc0
-
Nathan E. Egge authored
The generic coder now uses the AOM entropy coder API and no longer needs to include the entenc.h and entdec.h headers. Change-Id: I213acb5b6bd8a3fe60dc096b83d76ae72315e9de
-
Nathan E. Egge authored
The functions aom_encode_pvq_split() and aom_decode_pvq_split() code the rest value as raw bits using the od_ec_enc_bits() and od_ec_dec_bits() functions. These code bits in the reverse order as the aom_write_literal() and aom_read_literal() functions, so both the encoder and decoder must be changed at the same time. This commit has no impact on metrics but is a bitstream change. Change-Id: Iee79777f35aebbb23043a7efa7fe439af70348ba
-
Nathan E. Egge authored
The functions aom_laplace_encode_special() and aom_laplace_decode_special() code the rest value as raw bits using the od_ec_enc_bits() and od_ec_dec_bits() functions. These code bits in the reverse order as the aom_write_literal() and aom_read_literal() functions, so both the encoder and decoder must be changed at the same time. This commit has no impact on metrics but is a bitstream change. Change-Id: I428d5a83dd108c3a54f3c1dbae2c7fd5e59f5726
-
- 11 Jan, 2017 6 commits
-
-
Debargha Mukherjee authored
A slight improvement for lowres and midres. Change-Id: I377ba41034e1d70320e0c694d90a058e7809b129
-
ltrudeau authored
Cherry-pick Daala da7896a7 Remove double negation and added a comment explaining that this is used for visualization. This change does not alter the bitstream. Change-Id: I2a01ed292cc5cfa4e1bfdbc08251da6bd2c27158
-
Alex Converse authored
Change-Id: I4a0f0a775362e6e43cd28ed29bf83c912cdc7df5
-
David Michael Barr authored
Cherry-pick Daala 85433214 Fully order the pvq search candidates For portable and stable sorting, break ties. Large differences in output were observed between AWCY and an OS X machine because of the platform qsort implementation. Change-Id: I294dd2e167c1e0464c7f61f32d60ab478341446e
-
Steinar Midtskogen authored
Change-Id: Id0653f8d3a643cbeb187b38d5067f5e36340f163
-
Debargha Mukherjee authored
Change-Id: I1f66837151a955a9fde0c1b4670ab0fc1d318111
-
- 10 Jan, 2017 6 commits
-
-
Yaowu Xu authored
Change-Id: I7320074ff7bd95d833cba8afb04fcc0730392f1e
-
Urvang Joshi authored
While sorting, preserving the order of the rest of the list when moving an element to the top of list makes hardware implementation much simpler. The compression performance is roughly same: overall, avg performance on screen-content set is 0.137% better than before in fact. Bug=aom:127 Change-Id: Id1aa1e90254b44eae9133b47bca8f853f6a62c6b
-
Angie Chiang authored
Measure the accuracy of each transform in terms of per coefficient basis. Set up a accuracy limit corresponding to current transform implementation. Change-Id: Ib7db9680c963427e94e728bf453b66180ce30b89
-
Sarah Parker authored
Change-Id: I7c992c9aae895aebcfb5c147cb179cf665c0ac10
-
Yushin Cho authored
Rename encode_inter_mb_segment() so that it tells readers that the function is only used for sub8x8 case. Change-Id: I2d86d9efaf0e1e96446d9e2dec8a8d97772489a7