- 07 May, 2013 1 commit
-
-
Dmitry Kovalev authored
-
- 06 May, 2013 6 commits
-
-
John Koleszar authored
-
Dmitry Kovalev authored
Change-Id: I9cd21c5c9107d6197caab6949700b29c51658af3
-
Dmitry Kovalev authored
Iterating over all planes in the loop instead of custom y,uv code inside handle_inter_mode function. Change-Id: I301f9276d6d544c2fd7203d84f1318ac80ea625d
-
James Zern authored
abort on failure Change-Id: I52882613e466ae57e1ed7f10ca64e25b9724fb61
-
Johann authored
-
Jingning Han authored
Disable the use of scaled reference frame for motion search in SPLITMV mode. This fixes the unit test failure issue triggered when merging sb8x8 from experimental list. Change-Id: I02ac25fd8db8d5762f8fee29513b947189875fa0
-
- 04 May, 2013 8 commits
-
-
Ronald S. Bultje authored
Change-Id: I1df17f45721c690d157800daa6a0b377e3d32bc2
-
James Zern authored
-
James Zern authored
Change-Id: Ief419d894efbd89b6aa2451e47d8ed03cb9fb21e
-
Ronald S. Bultje authored
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
Removes several instances where the old block numbering was still in use. Change-Id: Id35130591455a4abe6844613e45c0b70c1220c08
-
John Koleszar authored
-
- 03 May, 2013 20 commits
-
-
James Zern authored
-
Johann authored
Change-Id: Iee9894615265d42aa23c43a4183924953aedb0c6
-
James Zern authored
clang++ will warn causing flag check failures when using -Werror Change-Id: Ib7157140a7af2cf5bc41f86ea9ff8d9527f30414
-
James Zern authored
(while still abusing the gcc targets) Change-Id: I40f33f619ed1ee760caf23f5598587b30cf8a9ed
-
James Zern authored
latest from (r103): http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py Change-Id: I474bf11e0f08115d5e579c92f43577978960d4ed
-
John Koleszar authored
This allows removing a large number of transform size specific functions, as well as supporting 444/alpha by routing all code through the subsampling-aware path. Change-Id: Ieb085cebe9f37f24fc24de179898b22abfda08a4
-
James Zern authored
-
Ronald S. Bultje authored
Change-Id: I61ef1f198c876f9f79787ea7d7385a862cfbae19
-
John Koleszar authored
-
Adrian Grange authored
-
Adrian Grange authored
The number of reference buffers is extended to 8 and a reference sign-bias added for the LAST_FRAME. Whilst the number of reference buffers used by an individual frame remains unchanged at 3, these may now be selected from 8 possible buffers. Change-Id: I2d247b9c1c2b3a339d6c9fac125e81ba373f75a7
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
Ronald S. Bultje authored
Change-Id: Ib5961b4c8ca84d54c84b2651a4e0317c72fe7da4
-
Dmitry Kovalev authored
-
James Zern authored
* changes: convolve_test: cosmetics convolve_test: remove unnecessary memset
-
James Zern authored
fix indent, whitespace, casts Change-Id: Ifea8618a90f9da263a8955dd242bb3aa7fc59ae5
-
James Zern authored
don't access mi until mi_{row,col} validation has been done Change-Id: Ie1be052612cfccb2730dff9281c222bca28bf2c6
-
John Koleszar authored
-
James Zern authored
Change-Id: Id374267c93a7e14e985b8079833364c8eff5248b
-
- 02 May, 2013 5 commits
-
-
Ronald S. Bultje authored
With this, encoder/decoder appear to match with sb8x8 experiment. Needs some larger-scale testing. Change-Id: I44d3cac37b3c98264985ed0a0fc763c30089aa64
-
Jingning Han authored
Update mode_info of 8x8 blocks within the scope of current block. Change-Id: I110c599e60664a5acde6afd919b107cea8419a0d
-
Jingning Han authored
-
John Koleszar authored
Creates a common encode (subtract, transform, quantize, optimize, inverse transform, reconstruct) function for all sb sizes, including the old 16x16 path. Change-Id: I964dff1ea7a0a5c378046a069ad83495f54df007
-
Ronald S. Bultje authored
-