summaryrefslogtreecommitdiff
path: root/aom_dsp/sad_av1.c
Commit message (Collapse)AuthorAge
* Remove CONFIG_AV1 preproc symbol.Tom Finegan2018-05-26
| | | | | | | Unconditinally enable all blocks it guarded, and remove blocks active only when it was disabled. Change-Id: Id39ac68829dfcee5f8d3766e5dc59de148f7c678
* cmake: generate rtcd headers in config subdir.Tom Finegan2018-05-23
| | | | | | | Move rtcd header outputs to config subdir of config dir, and update include sites. Change-Id: I25c5f1808a091f3727934adc274637ebdcdcb1cf
* cmake: Output aom_config in config sub dir.Tom Finegan2018-05-23
| | | | | | | | | | Does away with somewhat confusing usage of "./aom_config.h" in include statements while keeping linters silent. aom_config.asm, aom_config.c, and aom_config.h are now written to the config sub dir. Change-Id: I99e2422d6ca8b20b9cdf2feee83a866c273e47b0
* Remove funcs/arrays/enums related to 128X32 or 32X128 blockYue Chen2018-03-22
| | | | | | 128x32 and 32x128 is not longer supported Change-Id: I6878b834f8600ba75d00cc43c674cec9304c028d
* Remove CONFIG_EXT_PARTITION_TYPES config flagDebargha Mukherjee2018-02-28
| | | | | | This tool is fully adopted. Change-Id: I51a89d62c97dff0fd6bdbd5bd9c39aa04936b4fe
* Remove CONFIG_EXT_PARTITION config flagDebargha Mukherjee2018-02-28
| | | | | | This experiment is fully adopted. Change-Id: I87faae61532a5caf34616ed693857eae5330a340
* Remove the use of macro "CONFIG_HIGHBITDEPTH"Yaowu Xu2017-12-27
| | | | Change-Id: I523d9a89493895eb6a7af1df30a39f36ca9f159f
* Split big file into twoSebastien Alaiwan2017-11-25
The file sad.c alone takes 35 seconds to compile. This often happens to be on the build critical path. Split it into two source files so they can be compiled in parallel. Change-Id: I35636d8a3da9d67edb8dbf202fd5e7a687a6aaa9