- 10 May, 2013 - 1 commit
-
-
Paul Wilkins authored
Use value already computed value to save of calls Change-Id: I42836698e59c116416ccd75395bebdd11dd609fb
-
- 09 May, 2013 - 7 commits
-
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
Dmitry Kovalev authored
Change-Id: If4063184f7b37dc011ec6a7a3e75260f4251e984
-
John Koleszar authored
The chroma planes are not used during the first pass encode, but the vp9_encode_sb() function was operating on them anyway. This was causing the use of uninitialized memory. Change-Id: I5ebafcd3d5e34ed91a8336dad159b573995a939f
-
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
-
- 08 May, 2013 - 23 commits
-
-
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
-
- 07 May, 2013 - 9 commits
-
-
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
-