- 21 Oct, 2016 2 commits
-
-
Yaowu Xu authored
In a previous commit: 5db9743f, two changes that appeared to be typos are breaking build when experiments are enabled: ../../libvpx/configure --enable-experimental --enable-ref-mv --enable-ext-intra --enable-ext-refs --enable-ext-interp --enable-supertx --enable-var-tx --enable-entropy --enable-ext-inter --enable-ext-tx --enable-motion-var --enable-dual-filter --enable-ext-partition --enable-ext-partition-types --enable-loop-restoration --enable-rect-tx --enable-palette --enable-aom-highbitdepth --enable-filter-intra --enable-internal-stats && make clean && make -j16 This commit fixes the issue. Change-Id: I9ce5bbc96df326214202868cb0669bd334c86851
-
Yaowu Xu authored
Change-Id: I6855e18d92f693a9789eda7c91a3430566469bdd
-
- 20 Oct, 2016 16 commits
-
-
Nathan E. Egge authored
The av1_token encodings must match the contents of the aom_tree_index structures so generate all encodings from the symbol trees. Change-Id: I37be9f12c86a02693ae3c3c1d24b00f2abb29bfb
-
Yaowu Xu authored
* changes: Define SIMD_INLINE using AOM_FORCE_INLINE AOM_FORCE_INLINE: fix always_inline attribute Free memory allocated by daala_ec encoder. Move clpf_sse4_1.c to clpf_sse4.c in agreement with convention sync avg_test.cc with aom/master
-
Yaowu Xu authored
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
Debargha Mukherjee authored
-
Hui Su authored
-
Hui Su authored
-
Hui Su authored
-
James Zern authored
-
Peter de Rivaz authored
The tell functions return an unsigned integer. This causes the AV1.TestTell test case to fail because -1 is greater than 20 when treated as an unsigned integer. Change-Id: I9dd1d7eb61260d30d1713a4917159fc6fe8eee42
-
hui su authored
Change-Id: Iff1786a92d164e6b9cfaf4a59ece79819494276f
-
hui su authored
Use a single header reconintra.h for all intra prediction related codes. Change-Id: Ib869447f8c482b534c890eab673e81ff830e8d85
-
hui su authored
Prepare for the av1/nextgenv2 merge. Coding gain (%): lowres midres ext-intra 0.69 0.97 filter-intra 0.67 0.83 both 1.05 1.48 Change-Id: Ia24d6fafb3e484c4f92192e0b7eee5e39f4f4ee6
-
- 19 Oct, 2016 22 commits
-
-
Yaowu Xu authored
-
Jingning Han authored
Change-Id: If201cbd4175842f68e6dcfb0414ff16ca07e0881
-
hui su authored
Change-Id: Iccb75d5204f0f52f2c7d6e18d1f8223ce10f68ba
-
Steinar Midtskogen authored
Change-Id: I7d6394e48e9b6093e5b523387ed250f371ee7fb9
-
Thomas authored
Change-Id: I01608dfd597cc1d2bd4e73918aa29cf9251edb08
-
Thomas Davies authored
Example performance: 1.8% bit rate savings using the AQ test mode aq-mode=4 : ./aomenc --codec=av1 --ivf --tile-columns=1 --tile-rows=1 \ --kf-max-dist=1000 --kf-min-dist=1000 --cpu-used=0 \ --passes=1 --threads=1 --lag-in-frames=0 \ --end-usage=q --limit=600 --cq-level=42 \ --aq-mode=4 --error-resilient=1 out.bits FourPeople_1280x720_60.y4m Change-Id: Iba01cf2732a57f3c27481ac2a3c8fc37bb9e5533
-
James Zern authored
Change-Id: Ia8ce146489713e137004ccf41faf35aa5645b8ae
-
Arild Fuldseth authored
Change-Id: I4128af44776d1f361bddc1fdffb75ed2224dbfa5
-
Nathan E. Egge authored
Free the two memory buffers allocated by the daala_ec encoder when calling od_ec_enc_clear() from aom_daala_stop_encode(). Change-Id: If20e86374ea29e51ee59111012905e56039dd4cc
-
Steinar Midtskogen authored
Change-Id: Ia9adc46b8a4d08c5b8e0089ea1a1526df4f1e1dc
-
Yaowu Xu authored
Change-Id: I651db25bee8f83a9fc6dcd35db5007a002f171c0
-
Yaowu Xu authored
-
Jingning Han authored
Change-Id: Iaa25269a15231dadeaba0f4836c864fc10e858df
-
Yaowu Xu authored
-
Jingning Han authored
Change-Id: I789fa11638f155f1092a1e9260d26c7855d18e37
-
Yaowu Xu authored
-
Yue Chen authored
-
Yaowu Xu authored
-
Jingning Han authored
Change-Id: I2228a3d1778917ac760582fbec3c868be5d9ba1c
-
Arild Fuldseth authored
This commit changes to send frame size explicitly when error_resilient_mode=1. Purpose is to allow parsing of bitstream after a packet loss. Change-Id: I7d1c010a465aa18914762cc1a3e61db377304c08
-
Yaowu Xu authored
Change-Id: I1a462675c06c4b2a5f8b4b347f23fec67feccdd0
-
Alex Converse authored
The (new) ans experiment replaces the bool coder with uABS bools. The 'rans' experiment adds multisymbol coding. This matches the setup in aom/master. Change-Id: Ida8372ccabf1e1e9afc45fe66362cda35a491222
-