- May 04, 2013
-
-
James Zern authored
Change-Id: Ief419d894efbd89b6aa2451e47d8ed03cb9fb21e
-
- May 03, 2013
-
-
James Zern authored
latest from (r103): http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py Change-Id: I474bf11e0f08115d5e579c92f43577978960d4ed
-
James Zern authored
-
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
-
- May 02, 2013
-
-
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
-
Ronald S. Bultje authored
This fixes some problems in splitmv-related bitstream parsing in the sb8x8 experiment. Change-Id: Id168f9ec9c88626877d8f536e6f394b6f4f782e4
-
Ronald S. Bultje authored
Don't allow i4x4 except for sb8x8 recursion step. Read only 4 (not 16) i4x4 submodes if we are i4x4. Change-Id: Iaaaced1a134006b2c96eed66f014300eae41e0ed
-
Ronald S. Bultje authored
-
James Zern authored
input_ is filled with random values just afterward. the size was wrong anyway as input_ is allocated with memalign so sizeof(input_)==sizeof(uint8_t*) Change-Id: I014b832ac60960cd22b6f369dbc9fd648d4055b5
-
Ronald S. Bultje authored
Fixes mismatch in keyframes with sb8x8 experiment enabled. Change-Id: Id44c25e1cd32be5c6543ed8cd840a5b0c8e726f1
-
Dmitry Kovalev authored
Change-Id: I51c53692b1150005645bf362c5e5a8275178a8fd
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
Change-Id: I5a886a6fa19086629a274f9ada7a862fd0ddf62f
-
Ronald S. Bultje authored
-
Scott LaVarnway authored
If a reference frame is inter, the only valid modes would be inter modes. This check is unnecessary. Change-Id: Ib8433ab5a3418f94149ee4e3062d48d7740d225a
-
Dmitry Kovalev authored
-
Ronald S. Bultje authored
This doesn't affect the output, because in previous cases where the values were uninitialized, this was because the mb_row/col is outside the codable area, and thus encode_sb will test them for the next decomposition-level, but return right after that on size-check. All this does is prevent a warning in valgrind. Change-Id: I90d8a29e6f8ebb2b0143684e08fe77ae3a0816b1
-
Ronald S. Bultje authored
Fixes valgrind uninitialized value use warnings. Change-Id: Ie9314d684e2ad194f8aca5bde1729fb9b7c0221d
-
Ronald S. Bultje authored
-
Jingning Han authored
-
Ronald S. Bultje authored
Change-Id: I83677227f7610fdf2db9f15f87fecd4d8e072427
-
Ronald S. Bultje authored
-
Jingning Han authored
Fix the issue that causes array bound excess in getting partition context. Change-Id: I66166f047f0bcaefebb0bcf441c5b1f777d8da44
-
Jingning Han authored
-
Ronald S. Bultje authored
The encoder reconstruction is now correct. Decoder to follow shortly. Change-Id: Iedf98cdaebb4ca1256c7714cad7024a75853ad6a
-