- 07 May, 2013 13 commits
-
-
Dmitry Kovalev authored
-
John Koleszar authored
-
Paul Wilkins authored
Note that the pass fail criteria for this test seems a bit arbitrary to me. Change-Id: Idc695c39dd7542e851a7732b2810b45e0bdf91ae
-
John Koleszar authored
Previous code assumed 4:2:0 subsampling. Change-Id: Ie0814e45d099e84d0ded880b62e7bc98f85b7f0c
-
Jingning Han authored
-
Jingning Han authored
Pull sb8x8 out of experimental list. verified via borg run tests. Fixed unit test failures. Change-Id: I12a4bbd17395930580c048ab68becad1ffe46e76
-
Scott LaVarnway authored
-
John Koleszar authored
-
Jingning Han authored
-
John Koleszar authored
-
John Koleszar authored
-
Jingning Han authored
Resolved the unit test failure on tile independence when sb8x8 enabled. Change-Id: I23ca86c88170e49ca160e8e897d913905e6080ce
-
Dmitry Kovalev authored
-
- 06 May, 2013 9 commits
-
-
John Koleszar authored
-
John Koleszar authored
There is only one instance of these structures, no need for them to be allocated separately on the heap. Change-Id: I1333cc92d06bbe21be643c2b2f0e3936f0264cac
-
John Koleszar authored
Adds a new experiment CONFIG_NON420 that allows other chroma subsamplings to be passed to the codec. This commit allows the data to be passed from a y4m input file through vpxenc to the codec, where they're currently rejected. Later commits will finish support for this inside the codec. Change-Id: Ib3aac604d8cad9e24cef395fa1067f16ba7e8e43
-
Dmitry Kovalev authored
Change-Id: I9cd21c5c9107d6197caab6949700b29c51658af3
-
Scott LaVarnway authored
This setup is now handled by vp9_build_intra_predictors() when left_available and/or up_available is zero. Change-Id: I59cec0ab95f8be69ce885fd20727510e4deef8a0
-
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 9 commits
-
-
Ronald S. Bultje authored
Change-Id: I1df17f45721c690d157800daa6a0b377e3d32bc2
-
James Zern authored
+ some quick lint fixes Change-Id: I95b6c32454c17d7fc717f1daa2376eb4d5418ee3
-
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 9 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
-