- 19 Sep, 2016 2 commits
-
-
clang-format authored
Change-Id: I186e90d99cd54e66d38159b7cb55a881226b1568
-
Alex Converse authored
-
- 18 Sep, 2016 1 commit
-
-
Pascal Massimino authored
-
- 17 Sep, 2016 4 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
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
-
-
clang-format authored
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 30 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
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Debargha Mukherjee authored
-
Jim Bankoski authored
Added a limit function and removed a todo and fixed script so that it can actually be run on av1. cherry-picked #1801d35d from aom/master Change-Id: Ib8d1d1b5c7dbe0169e4e6c7d89d28801d7699c37
-
Jim Bankoski authored
cherry-picked #a5c5f856 from aom/master Change-Id: Ie50a81063b5e14f4b5f3b5adcb822dba6b3ee93d
-
Jim Bankoski authored
The app this script called was removed in this patch. 50cbe24c remove more vp8 and vp9 only code cherry-picked #1c17dd6f from aom/master Change-Id: Ib622eff6a3a35c5dab26908b094ace969f128c11
-
Thomas Daede authored
Backwards compatible with old API. cherry-picked #02ae3dd3 from aom/master. Change-Id: I65aa43f84bb9491e8cca73fe444094c2622b0187
-
Thomas Daede authored
cherry-picked #14ed7a61 from aom/master Change-Id: I077b0e97186bdd292f925e08966a2ca3cf8c250d
-
Yaowu Xu authored
This commit changes to use int instead of unsigned for a variable used in inverse quantization. Change-Id: I8f0ff5f80c9e68d52425265ef177357c65ead1e2
-
Jim Bankoski authored
Change-Id: I9379eedd577c8bfb7b82f1c996e4ee4c62ce686b
-
Yaowu Xu authored
Change-Id: I3be6480b98cdde4c24b6cdfbebf362072153bcca
-
Yaowu Xu authored
renaming should not have been applied to third_party. Change-Id: I95be7ec4b7558298cd49ec4c5d1ed15a17ad222b
-
Yaowu Xu authored
-
Geza Lore authored
Encoder speedup ~2% with ext-tx + rect-tx Change-Id: Id56ddf102a887de31d181bde6d8ef8c4f03da945
-
Debargha Mukherjee authored
-
Sarah Parker authored
-
Yaowu Xu authored
Change-Id: Ib5491fb8f5dd7edf27c74abdd21b1f0a42aafd1f
-
Debargha Mukherjee authored
-