summaryrefslogtreecommitdiffstats
path: root/config/x86/config
Commit message (Collapse)AuthorAgeFilesLines
* libaom: Pull from upstreamRay Essick2019-05-035-69/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current HEAD: 978ab9e6cd19904cdd54b69a4c30b10c747eb55a git log from upstream: 978ab9e6c AV1 levels: add min frame width and height 62133bf3e AV1 levels: add max superres tile width dee839cea AV1 levels: add max tile rate 1ca3b2652 Correct ref frame buffer in scaled subpixel simple_motion_search ceb16a2e6 Introduce early exit for partition none 5bdd95475 Implement av1_get_seq_level_idx() d06d2d5d3 Refactor check_level_constraints() 352263271 Move some data from AV1LevelSpec to AV1LevelStats bfe92612d AV1 levels: add check for min compression ratio 87a8394ac FIRSTPASS_STATS: Add comments for struct members. a1cf38d09 Disable two pass partition search on lowres and midres ecf5a3c12 Level test: add testcase for target level index 19 37fa0e848 AV1 levels: add header, display and decode rate eff7d3079 Remove unused parameters in tpl experiment 13cccf2db Update border for ref buffer to allow scaled pred fa946afbf Temp fix for ctrl based resize setting 81a59f162 Add data structure to store frame info. 98bb9d649 GF length reduction: respect min_gf_interval. 42f22cce2 Speed feature for adaptive-tx-search 987055e30 Update level info when show_existing_frame is ture <...> Bug: 124137416 Test: video playback Change-Id: I710b863d81cc663c8e286732f32e9b56ab35a5a0
* libaom: enable PIC for x86 buildsJohann2019-01-145-326/+650
| | | | | | | Test: none BUG=122391143 Change-Id: I7977c3a4f021bc59eb4f04e443c3ec99c048f41d
* libaom: temporarily disable x86 optimizationsJohann2019-01-105-648/+324
| | | | | | | | | Work around PIC link errors in the dc predictors. Test: none BUG=122391143 Change-Id: Iad6aa040d1d7722405c65f692cecf7760f0daf85
* libaom: use chromium config scriptJohann2019-01-106-680/+495
| | | | | | | | | | | | | | | | | | | | | Modify chromium/src/third_party/libaom/cmake_update.sh and use the file list it generates. Keep update_libaom.sh as close to update_libvpx.sh as possible. Use config options from chromium for security and performance. Rename files to avoid object file collision. Will be upstreamed. Disable RTCD because Android mandates NEON and SSSE3. Enables stripping unused functions. If SSE4 or higher is desired, this will need to be revisited. Test: none BUG=122391143 Change-Id: Ia397022c0ef6f93901daa95da84de6a6f4702c7e
* Fix link errors for AV1 on x86/x86-64Ray Essick2019-01-052-212/+11
| | | | | | | | | | | | | | | Manual modification of generated header files. This changes #defines so that x86_64 uses C instead of not-compiled SSE routines; removes code that references not-compiled SSE2 routines on x86; for both, fixes references to MMX state reseting. Since these changes are within generated files as part of pulling from upstream, we expect to overwrite them the next time we re-generate those files. Bug: 122391143 Test: build for x86 and x86_64 Change-Id: I96bc34032d26e7172b01ff5e72723c00b0c7fdfb
* libaom: Pull from upstreamRay Essick2018-12-067-0/+2715
Prev HEAD: New HEAD: 250bc3a61c501344523eec07fec35f304767260b git log from upstream: 250bc3a61 Improve skip decision after final txfm search 903118636 Fix frame_id numbers with forward keyframes bc132fa5c Do not acquire extra fb references. c3ad76b75 Refactors motion search in full_pixel_based_split. acd9b7db2 Determine denom automatically in superes mode 3 9333b31e7 Revert "Fix overflow in clamp_mv_to_umv_border_sb" 936235c34 Fix/cleanup encoder frame_id_numbers_present_flag 2cc9159b9 Optimize highbd inv_txfm modules ddb80600b De-duplicate references to current frame buffer 38a956221 Fix minor formatting issues 8c76f9c79 Add ransac interfaces for floating point correspondences 81d087e7e Add upscale functions for floating point input 2ce099ef9 Improve temporal filtering 4a400ac20 Add invalid file tests for three oss-fuzz bugs. ab58f52c2 Correct exit logic for finding valid partition e82f8c74a Optimize highbd inv_txfm modules fe996504f AVX2 ver of highb dr prediction - Z1 bug fixed f48b0d22e Misc adjustements to superres qthresh mode c1642b131 Update conditions for disabling wedge search 2ff32c1c6 ext-tile: add back the 1D tile output format <...> Bug: 111936705 Test: build Change-Id: If6385b32ae2e0ff9f8431a35195a1368ddb47463