mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Merge commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba'
* commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba': checkasm: hevc: Add a hevc_ prefix to the add_residual functions Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
f568d9d0ba
@ -61,7 +61,7 @@ static void check_add_res(HEVCDSPContext h, int bit_depth)
|
||||
memcpy(res1, res0, sizeof(*res0) * size);
|
||||
memcpy(dst1, dst0, sizeof(int16_t) * size);
|
||||
|
||||
if (check_func(h.add_residual[i - 2], "add_res_%dx%d_%d", block_size, block_size, bit_depth)) {
|
||||
if (check_func(h.add_residual[i - 2], "hevc_add_res_%dx%d_%d", block_size, block_size, bit_depth)) {
|
||||
call_ref(dst0, res0, stride);
|
||||
call_new(dst1, res1, stride);
|
||||
if (memcmp(dst0, dst1, size))
|
||||
|
Loading…
Reference in New Issue
Block a user