- 26 Feb, 2014 - 25 commits
-
-
Dmitry Kovalev authored
Change-Id: I89c37b739493c79044f8c70ae2424aa074eb56c8
-
Johann authored
-
Dmitry Kovalev authored
-
Yaowu Xu authored
-
Johann authored
-
Johann authored
-
hkuang authored
-
Tom Finegan authored
-
Yaowu Xu authored
for inter and intra respectively Change-Id: I7764d3af780072f7bd7bde201f454dcdd2816e76
-
Marco Paniconi authored
-
Jingning Han authored
-
Dmitry Kovalev authored
-
Jingning Han authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Marco Paniconi authored
Modify existing test to also check the case of dropping (i.e., skip decoding) a consecutive list of frames. Change-Id: Ia8c1195559f952e86e6697996931d3a920c05ae3
-
James Yu authored
Add dequantizeb_neon.c - vp8_dequantize_b_loop_neon vpxdec --summary --noblit ../videos/tears_of_steel_1080p.webm Before => After, 13.25 => 13.23 (fps) Change-Id: Iebe3b0c6ed2359c778b0570763c5681ae25fef0c Signed-off-by:
James Yu <james.yu@linaro.org>
-
Dmitry Kovalev authored
This function is already called in vp9_initialize_rd_consts(). Change-Id: I88c0484a7274660287fa25fdf5cdb721d3284e01
-
Dmitry Kovalev authored
Change-Id: Ia79f975f54829b8ae6b568ca5c05f4f1f541706f
-
James Yu authored
Add dequant_idct_neon.c - vp8_dequant_idct_add_neon vpxdec --summary --noblit ../videos/tears_of_steel_1080p.webm Before => After, 13.25 => 13.22 (fps) Change-Id: Id48f39e1da58dd3d8d37658e94989411997f4f7c Signed-off-by:
James Yu <james.yu@linaro.org>
-
Dmitry Kovalev authored
Change-Id: Ic7553a037493107c33cfb9815178a54095a289ec
-
James Yu authored
Add dc_only_idct_add_neon.c - vp8_dc_only_idct_add_neon vpxdec --summary --noblit ../videos/tears_of_steel_1080p.webm Before => After, 13.25 => 13.24 (fps) Change-Id: I5e9e277ec3a3ca67e13c8cc4c324a6fbe8a897fc Signed-off-by:
James Yu <james.yu@linaro.org>
-
Dmitry Kovalev authored
Change-Id: If859c9d58a8fe3f478d409b9e9ca59bcee8fd35d
-
Jingning Han authored
This commit builds the actual prediction block in sub-pixel accuracy and uses which to calculate SAD for non-RD mode decision. In the trail run on pedestrian_area at 1080p, rtc speed -7 runtime goes from 23495 ms -> 25107 ms (7% slower). The compression performance is improved by 20.57% for rtc test set. Change-Id: I438589cd103fe99f1b50c2d1939ac6ca43fa0157
-
- 25 Feb, 2014 - 15 commits
-
-
Johann authored
-
Alex Converse authored
-
Jingning Han authored
Use a set of dedicated variables to buffer the current best mode in non-RD mode decision. This allows to use mode_info for more complicated test in the non-RD process. Change-Id: I6024c9feb0662afd3eb29f7017f7b5a5446f303f
-
Deb Mukherjee authored
-
Alex Converse authored
The largest value is 13358. Change-Id: I7a6b024a92b6250933d9ebc0cad066b966c96bd4
-
Deb Mukherjee authored
Adds a method for determining a fixed size partition based on variance of a 64x64 SB. This method is added to rtc speed 6. Also fixes a bug in rtc_use_partition() and includes some refactoring related to partitioning search, and some cosmetics. Currently compared to speed 5, the coding efficiency of speed 6 is -19% and that of speed 7 is -55%, in cbr mode. Change-Id: I057e04125a8b765906bb7d4bf7a36d1e575de7c6
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Tom Finegan authored
-
Adrian Grange authored
-
Yunqing Wang authored
-
Yaowu Xu authored
* changes: normalize int64_t high value to INT64_MAX resolve issue with arm code failing unit test
-
Jim Bankoski authored
Change-Id: I7e96d6199f882d35357f6a9a08c04ad0af5dc26e
-