diff options
author | Ganesh Ajjanagadde <[email protected]> | 2015-12-29 13:16:08 -0800 |
---|---|---|
committer | Ganesh Ajjanagadde <[email protected]> | 2016-01-01 12:12:10 -0800 |
commit | 9dba3f8f09834b68f4671de37ee67a95c09c4378 (patch) | |
tree | 687a7c47938a82cd87f4a7f31f3c1287dc99f103 /tests/checkasm | |
parent | 77eeaa2c3dec9d0e374ea5597d002527306261ec (diff) |
lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz
ff_clz is faster, and uses an intrinsic (at the moment on GCC). exp2 is
a wasteful function for a simple integer exponentiation.
Untested.
Reviewed-by: Paul B Mahol <[email protected]>
Signed-off-by: Ganesh Ajjanagadde <[email protected]>
Diffstat (limited to 'tests/checkasm')
0 files changed, 0 insertions, 0 deletions