- 30 Sep, 2016 1 commit
-
-
Jingning Han authored
Use 16x16 block resolution for collocated reference motion vector search. Change-Id: I1091b5b178e255eb6cc0b994de360994f7661b79
-
- 29 Sep, 2016 1 commit
-
-
Yaowu Xu authored
Change-Id: I9152f898dfacdf3877ed719f193bb1e0dbee0a1a
-
- 27 Sep, 2016 2 commits
- 26 Sep, 2016 3 commits
- 24 Sep, 2016 1 commit
-
-
Alex Converse authored
-
- 23 Sep, 2016 3 commits
-
-
Yaowu Xu authored
Change-Id: Ia4a37d43a7110c84cda6ad317aa7f799e00bde82
-
Yaowu Xu authored
av1/common/allcommon.h doc.mk Change-Id: I7e08c9131ab1c0d7e7854f7e70b90397d041143a
-
Alex Converse authored
-
- 22 Sep, 2016 4 commits
-
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
Change-Id: I086b79462b0933cf9dc1101ff71cbc71c7da2738
-
Urvang Joshi authored
enums for BLOCK_SIZE, TX_SIZE and PREDICTION_MODE. Note: These were converted to #defines earlier to save on memory: https://chromium-review.googlesource.com/#/c/269854/ But we, instead, use attribute 'packed' (see here: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#Common-Type-Attributes) to ensure that these enums use the smallest possible integer type, and so use smallest memory when used in structs/arrays etc. Change-Id: If1fc136686b28847109c9f3a06f8728165e7e475
-
Angie Chiang authored
Move experimental config from debug_util.c/h to aom_util.mk to avoid empty object. Change-Id: Id7978ed6a342262bddaa4df8b53115e750fa1c2c
-
- 21 Sep, 2016 3 commits
-
-
Alex Converse authored
Change-Id: I73d46229f0feea43cbe933e51da997833cce032b
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
Streamilines the functions and data structures to make it easy to add new restore options. Change-Id: Ib00638a5749e6c38c2455f3e3142b1025e6e0624
-
- 20 Sep, 2016 3 commits
-
-
Sarah Parker authored
-
Alex Converse authored
* changes: Move ANS to aom_dsp. Move and wrap the old vpx boolcoder.
-
Sarah Parker authored
This was introduced in a cleanup in I1e07ccab18558dfdd996547a72a396abe02ed23d Change-Id: If6ac798d838a1ad392981f4e5970778207c3cb0b
-
- 19 Sep, 2016 3 commits
-
-
Change-Id: I186e90d99cd54e66d38159b7cb55a881226b1568
-
Alex Converse authored
-
Alex Converse authored
That's where it lives in aom/master. Change-Id: I38f405827d9c2d0b06ef5f3bfd7cadc35d5991ef
-
- 18 Sep, 2016 1 commit
-
-
Pascal Massimino authored
-
- 17 Sep, 2016 5 commits
-
-
Alex Converse authored
This makes room for typedefing some other struct to aom_writer. Change-Id: I1e82de1320da00b3e41c90b14f2df45e7628aa89 (cherry picked from commit d69161f8)
-
Alex Converse authored
This should make room for compile time pluggable replacements. Change-Id: Ib7afcffa93bf664b89a49da21a20138127443292 (cherry picked from commit 9dd0b898)
-
Alex Converse authored
Change-Id: I9e74bdb94c5640aca025b11b6676e8a8c008f47e
-
Debargha Mukherjee authored
-
Debargha Mukherjee authored
Includes a major refactoring/enhancement to support tile-adaptive switchable restoration. The framework can be readily extended to add more restoration schemes in the future. Also includes various cleanups and fixes. Specifically the framework allows restoration to be conducted on tiles such that each tile can be either left unrestored, or use bilateral or wiener filtering. There is a modest improvemnt in coding efficiency (0.1 - 0.2%). Further enhancements will be added subsequently to improve coding efficiency and complexity. Change-Id: I5ebedb04785ce1ef6f324abe209e925c2d6cbe8a
-
- 16 Sep, 2016 1 commit
-
-
Sarah Parker authored
These are in response to a post-commit review in Ib6664df44090e8cfa4db9f2f9e0556931ccfe5c8 Change-Id: I1e07ccab18558dfdd996547a72a396abe02ed23d
-
- 15 Sep, 2016 2 commits
-
-
Change-Id: If22018f8911d9d7ee99c2127bdfcc56e42b0e2d7
-
James Zern authored
based on --style=Google with the following differences: 3a4 > # Generated with clang-format 3.8.1 13c14 < AllowShortCaseLabelsOnASingleLine: false --- > AllowShortCaseLabelsOnASingleLine: true 41c42 < ConstructorInitializerAllOnOneLineOrOnePerLine: true --- > ConstructorInitializerAllOnOneLineOrOnePerLine: false 44,45c45,46 < Cpp11BracedListStyle: true < DerivePointerAlignment: true --- > Cpp11BracedListStyle: false > DerivePointerAlignment: false 73c74 < PointerAlignment: Left --- > PointerAlignment: Right 75c76 < SortIncludes: true --- > SortIncludes: false SortIncludes will like be enabled in a future commit Change-Id: I5c404f44081b65354e7f526411c91fbbe31ac5af (cherry picked from commit 6d84689870e1437b2ebb5df56c672b3249b975bb)
-
- 09 Sep, 2016 7 commits
-
-
Jingning Han authored
cherry-picked #ecd07473 from aom/master Change-Id: Id8f45d9c11406fc301b39801c5228ccd6aa2d5d6
-
Jim Bankoski authored
If test files don't already exist it calls aomenc to create them. cherry-picked #ee9ac321 from aom/master Change-Id: I0e0f33cb60b3492e9106d6c9e2c51f64f71ebb63
-
Jim Bankoski authored
Added a limit, resolving a todo and added a limit parameter so that we can do a very simple fast encode in 1 pass. Change-Id: I265cd912d970d560a0b00b86e6c7ec7b6fef1e7b
-
Jim Bankoski authored
Adding AV1 input files to the test set is not feasible because the bitstream is in constant flux. Add test input encoding and hook it up in simple_decoder.sh to start. cherry-picked #b591df89 from aom/master Change-Id: Ie4c06a7c458cdc2ab003d27fb92418c77c87fc88
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-