- May 01, 2014
-
-
Adrian Grange authored
When ARNR filtering is disabled, by setting arnr_max_frames=0, mode_skip_mask was being set to -1 for the ARF frame resulting in no mode being selected for the block. The intent is to restrict the reference frame to the previous ARF frame and the mode to one of ZEROMV, NEARMV or NEARESTMV. Change-Id: Ifc3920b153142cd01d422910c94d2f20ffb6f129
-
Minghai Shang authored
-
- Apr 30, 2014
-
-
Tom Finegan authored
When used --show-program-output shows the output from the programs run during testing. Change-Id: I15a47c43d1fcf0243c8df1a75d0d2a584ae1f08f
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Minghai Shang authored
Change-Id: Id6ab59e505be28cd4eb9f1fe114feb47debe0539
-
Dmitry Kovalev authored
-
Jim Bankoski authored
-
Deb Mukherjee authored
-
Jingning Han authored
-
Dmitry Kovalev authored
Change-Id: I34ebc59980cf661ed658555e245bf0a93e5c3373
-
Tom Finegan authored
-
Tom Finegan authored
Add a verbose logging function instead of checking $VPX_TEST_VERBOSE_OUTPUT in multiple places. Change-Id: I82618809f0964f696ed17ca4d99d8d7d252232f4
-
Minghai Shang authored
-
Jim Bankoski authored
Don't update the stats if we have a corrupted frame. Change-Id: I65a13adc50e0389b4201d3b671f0225195dfaff4 TODO: Test case that shows this problem.
-
Peter de Rivaz authored
Added in preparation for modifications to support high bitdepth operations. Change-Id: I1ad403ea8886cb84020ff06807ae25e2e4bff608
-
Yunqing Wang authored
-
- Apr 29, 2014
-
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Change-Id: I6b520553cb5334b44356dc4651a2dbc1cb93cca5
-
Dmitry Kovalev authored
-
Yunqing Wang authored
This patch did a cleanup following the commit "Save NEON registers in VP8 NEON functions". The pushing/poping of callee-saved NEON registers was moved into individual NEON functions. Therefore, we don't need to save those registers at the beginning of codec. The related code was removed. Change-Id: I5648166514fc9beffb780aa138495597731f49ea
-
Dmitry Kovalev authored
Change-Id: I6dc9741cdcd700f5c4a387f58da7feb58dd4bbda
-
Jingning Han authored
Assembly implementation of ssse3 8x8 forward 2D-DCT. The current version is turned on only for x86_64. The average unit runtime goes from 157 cycles down to 136 cycles, i.e., about 12.8% faster. This translates into about 1.5% speed-up for pedestrian_area 1080p at speed 2. Change-Id: I0f12435857e9425ed7ce12541344dfa16837f4f4
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Yunqing Wang authored
-
Dmitry Kovalev authored
Change-Id: I2ad333553e673dbabcdc0f0366aea311e90849bf
-
Tom Finegan authored
-
Tom Finegan authored
-
Tom Finegan authored
Change-Id: I1e3d0689554c9b64c035ec0394f052507f7ac2a3
-
Tom Finegan authored
Change-Id: I99e120f934613fb7cc0ef4b4bba0c8caaecf18d2
-
Tom Finegan authored
Change-Id: Iac931dee8fa428a2182d20e48ee515d7c77885c0
-
- Apr 28, 2014
-
-
Tom Finegan authored
-
Yunqing Wang authored
The recent compiler can generate optimized code that uses NEON registers for various operations besides floating-point operations. Therefore, only saving callee-saved registers d8 - d15 at the beginning of the encoder/decoder is not enough anymore. This patch added register saving code in VP8 NEON functions that use those registers. Change-Id: Ie9e44f5188cf410990c8aaaac68faceee9dffd31
-
Vignesh Venkatasubramanian authored
-
- Apr 26, 2014
-
-
James Zern authored
dist is broken in msvs currently due to a dependency on libs.mk which in turn depends on the rest of the source tree, not just the examples Change-Id: I3e313ceeae81eb29ef4bfb099d89756b43583eaa
-
- Apr 25, 2014
-
-
James Zern authored
-
Dmitry Kovalev authored
That code is not used, we could easily return it back using vpx_img_write() function. Change-Id: Id107875c6feab6ad245a518f6b437b6ed4b1246d
-