Skip to content
Snippets Groups Projects
Commit 02ef9a4e authored by Yaowu Xu's avatar Yaowu Xu Committed by James Zern
Browse files

fdct4x4_test: fix unsigned overflow

The difference between src and dst will be signed, the error will be
unsigned. The change quiets -fsanitize=integer:
    unsigned integer overflow: 4294967295 * 4294967295

Change-Id: Ide662f26fae682309a3474243f8a5b5ccea2049e
parent 215c1649
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment