- Mar 22, 2016
-
-
Aℓex Converse authored
Change-Id: I32b63fca020c410cef16e93379b4e6e281ccbccd
-
Yue Chen authored
-
Aℓex Converse authored
Change-Id: I5a960bf63ec404f0fbfe6a404f436ef4122a219d
-
Angie Chiang authored
-
Angie Chiang authored
-
Yue Chen authored
-
Jingning Han authored
-
Jingning Han authored
-
Yue Chen authored
Merge the functions that generate prediction by above/left predictors for the encoder and the decoder. Change-Id: I57e53a8f2eb8d3028c4ed0c9abdcbf00503f95a0
-
- Mar 21, 2016
-
-
Yue Chen authored
Decompose choose_tx_size_from_rd into three functions that determine the transform coding rd at different stages. Besides the original function, txfm_yrd() calculates the rd for fixed size and type. choose_tx_size_fix_type() fixes the type and searches for the size. It can enable other experiments to do restricted tx searches so as to reduce the impact on speed. Similar refactoring is done for select_tx_type_yrd() in VAR_TX. Performance change in baseline is trivial: 0.014/0.001/-0.020 for lowres/midres/hdres. Change-Id: I2ecbf6066329be088ec1bfb69013b657b14b8afe
-
Yaowu Xu authored
-
Deb Mukherjee authored
-
Aℓex Converse authored
This allows sharing more code paths with the rest of the code an allows for easier compatibility with the other experiments. Change-Id: Id288b533805a4d0657ec2f17542f2e6ad23ebdb4
-
Aℓex Converse authored
-
Deb Mukherjee authored
Makes a set of 16 transforms total, adding all 1D combinations of ADST and FlipADST, and removng all DST transforms. lowres, midres both improve by about 0.1% and hdres by -0.378% in BDRATE but with fewer transforms that are also simpler. Further experiments to continue later. Change-Id: I7348a4c0e12078fdea5ae3a2d36a89a319ffcc6e
-
Yaowu Xu authored
Change-Id: Iff04c82b3d3b5cf2c7700717c3c3d678bbbb9f9b
-
Angie Chiang authored
Change-Id: Iad7352698786791b0fd7c005a7edfd1724b71599
-
Angie Chiang authored
This is to facilitate sse2 implementation Change-Id: Id2f53e83c5508c4445d9b1bba00a649cb4da6b74
-
Jingning Han authored
Rework the interface to allow codec store the reference motion vector list information for coding process. Change-Id: I47e26587f6c0808655e4626f316ec7614a7ad8ed
-
Jingning Han authored
This commit re-designs the probability model for the syntax elements of the dynamic motion vector referencing system. Change-Id: Icfb8203c7e8f64e10e99f5890e25e6f6b15fe5d1
-
- Mar 19, 2016
-
-
Jingning Han authored
-
- Mar 18, 2016
-
-
Deb Mukherjee authored
-
Deb Mukherjee authored
-
Deb Mukherjee authored
-
Deb Mukherjee authored
-
Sarah Parker authored
-
Sarah Parker authored
Not getting good results for this feature, will try again when transforms are frozen. Change-Id: Id12396786cb9369ad34d0bd845f7beba3a037726
-
Aℓex Converse authored
This buffered ANS coder supports coding the symbols in forward (decode) order. Rather than windowing or growing the buffer, right now this coder merely asserts that the buffer will never overflow. This approach should allow ANS to be used as a drop in replacement for other entropy coders rather than requiring complicated reversal logic throughout the codebase. Change-Id: I6689271233d0e22fea94c51950415dad5af96598
-
Yaowu Xu authored
Change-Id: I1d5624fb2f34f87a55613036851034ec7c2d0b76
-
Jingning Han authored
This commit enables the dynamic motion vector predictor for NEWMV mode. It allows the codec to select the best motion vector predictor in a rate-distortion optimization framework for motion vector residual coding. The compression performance is improved: lowres 0.14% midres 0.27% hdres 0.24% Change-Id: I6a601c74eb6cb0b71a613336d40363359f2edecd
-
Geza Lore authored
Simple refactoring to 2 dimensional arrays, in preparation for 128 wide superblocks. Change-Id: I40d447bd9fbd4f755534ea3cc82fc8f4676cea07
-
Geza Lore authored
This is in preparation of increasing the superblock size. Change-Id: I9197e397399fbe8aec1178a45ea0337dd90412d7
-
Julia Robson authored
Change-Id: I91d280a64d1da77be31004ea91d08d1a70529e42
-
Hui Su authored
-
Hui Su authored
No performance change observed from borg tests. Change-Id: I20c232c5dde8cfc84452a4c7185389bd8b812ffd
-
- Mar 17, 2016
-
-
Sarah Parker authored
-
Angie Chiang authored
Change-Id: I52c209a5db1b4a6525c04b70291a08ab5a68c6fe
-
Angie Chiang authored
Merge inverse_transform_block_inter inverse_transform_block_intra to inverse_transform_block Change-Id: I0f561830e639e3bf8d831c28a7c784cb0c4c8b09
-
Angie Chiang authored
-
Sarah Parker authored
Change-Id: I71da102550aa7d81961e5f10c71058d5fa8dc6c4
-