- May 10, 2013
-
-
John Koleszar authored
Change-Id: Iffe7c2e6c6cb14b637420ffc368a5003f5db42fa
-
John Koleszar authored
Make framebuffer allocations according to the chroma subsamping factors in use. A bit is placed in the raw part of the frame header for each of the two subsampling factors. This will be moved in a future commit to make them part of the TBD feature set bits, probably only set on keyframes, etc. Change-Id: I59ed38d3a3c0d4af3c7c277617de28d04a001853
-
- May 09, 2013
-
-
John Koleszar authored
Code was previously using VPX_IMG_FMT_VPXI420, which was intended to be the "vpx" non-YUV colorspace variant. Change-Id: Icf8771eeefeb574055ed638a93450c3d0ed5b9f5
-
John Koleszar authored
Use a single method for calculating the transform size of non-luma planes. Change-Id: I16ebd10e7944d7b9075ab79d15e6a5b5f9bab775
-
- May 08, 2013
-
-
Dmitry Kovalev authored
We don't have two loopfilter types anymore. Change-Id: I53c0137361342c7d00887ad03be3490f0dfa3532
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
Merge "Removing unused YV12_BUFFER_CONFIG arguments from motion search functions." into experimental
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jingning Han authored
-
Dmitry Kovalev authored
Change-Id: I49527ff8dd8bef1074c18a964fed2a575f0b118a
-
Dmitry Kovalev authored
Change-Id: I4374b5af40ee9082ddf7956a9756a15ad9ad5436
-
Dmitry Kovalev authored
Also doing a little bit of cleanup inside vp9_mbgraph.c. Change-Id: I9c6711b73810969d2d8fdb19f8edf9ed6e49d1e3
-
Dmitry Kovalev authored
Change-Id: Ia85b987c935d545920dcae5a6f44136b1a08a008
-
Dmitry Kovalev authored
Change-Id: I22f1066eb0022c8d75f65a78435ee4ffecdfe0c9
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
Jingning Han authored
Update and buffer left/above partition information context per 8x8 block. This allows to further enable recursive partition down to 4x4 block size, and hence deprecating I4X4_PRED and SPLITMV. This commit also fixes a context buffer swap/restore issue in 32x32 partition type search. This gives 0.1% performance gain for derf/yt. Will refactor the superblock partition type search into recursion form. Change-Id: Ib61975aca5f12b78d8018481d7fa1393d085689b
-
John Koleszar authored
Makes the temporary storage of the filtered data agnostic to the number of planes and how they're subsampled. Change-Id: I12f352cd69a47ebe1ac622af30db29b49becb7f4
-
John Koleszar authored
-
Dmitry Kovalev authored
Also removing BOOL_CODER and using vp9_writer instead. Change-Id: I31d1ec661872f7eb1fe869607b6ed0ebfbb03e01
-
Dmitry Kovalev authored
Change-Id: I3a4f456035628a9397bdc57c19cdb03439ab1ed3
-
Dmitry Kovalev authored
-
Dmitry Kovalev authored
-
John Koleszar authored
-
Dmitry Kovalev authored
-
- May 07, 2013
-
-
Dmitry Kovalev authored
Change-Id: If57e360c187a475fc90edb8c7170f498efcb31a5
-
Dmitry Kovalev authored
Change-Id: I81c19a8f19cfb5c7183609656ade833d72feb500
-
Paul Wilkins authored
Delete code under the CONFIG_CODE_ZEROGROUP flag. Change-Id: I5fe6c7b42a5da9b73118e33594301da4129f320a
-
Dmitry Kovalev authored
Change-Id: I71311a14f8d7f48508b250f25d1d0914c6a1ac72
-
Dmitry Kovalev authored
Adding static swap_yv12 function to vp9_firstpass.c. Change-Id: I7da9caab9720498db4a74c627901bf37816ed06c
-
Paul Wilkins authored
Delete code under the CONFIG_COMP_INTERINTRA_PRED flag. Change-Id: I3d1079cf46305c08f7e11d738596ea112e7b547f
-
Paul Wilkins authored
Clean out code under CONFIG_ENABLE_6TAP flag. Change-Id: Ic45b624081181027d6ba24d55dd644c3197f9830
-
Paul Wilkins authored
Clean out code relating to newbintramode. Change-Id: Ie91f4f156cdf60ce0da8ca407c1c9cb00c7d0705
-
Paul Wilkins authored
Skip Q values between the q.0 mode and a real q of 2.0 as these are not valuable from an RD perspective. Change-Id: I110c4858c57f97315953f4d88a2596d4764360df
-
John Koleszar authored
-
Jingning Han authored
-
Jingning Han authored
-
John Koleszar authored
-