- 17 Sep, 2016 3 commits
-
-
Alex Converse authored
This should make room for compile time pluggable replacements. Change-Id: Ib7afcffa93bf664b89a49da21a20138127443292 (cherry picked from commit 9dd0b898)
-
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
-
- 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 34 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
-
James Zern authored
-
Yaowu Xu authored
Change-Id: I8cd99f9807dbfe6f70147615d2fd6775a7d98c16
-
James Zern authored
this matches style guidelines and stabilizes successive runs of clang-format across the tree. remaining types should be address in successive commits. Change-Id: I6ad3f69cf0a22cb9a9b895b272195f891f71170f
-
- 08 Sep, 2016 1 commit
-
-
Debargha Mukherjee authored
A minor cleanup and an enhancement to return y_skip correctly from sub8x8 intra mode search. Change-Id: I87256d3cc5f57a2fd7b837d461cc1a7f06e01a1b
-