You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
tests/checkasm/vp9dsp: Revert first hunk of bddcf758d3
The change was wrong, also add a comment explaining it Found-by: BBB Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -102,7 +102,9 @@ static void check_ipred(void)
|
||||
((uint16_t *)buf0)[(a) + (b) * jstride] = c; \
|
||||
} \
|
||||
} while (0)
|
||||
#define setdx(a,b,c,d) setpx(a,b,(c)-(d)+(rnd()%((d)*2+1)))
|
||||
|
||||
// c can be an assignment and must not be put under ()
|
||||
#define setdx(a,b,c,d) setpx(a,b,c-(d)+(rnd()%((d)*2+1)))
|
||||
#define setsx(a,b,c,d) setdx(a,b,c,(d) << (bit_depth - 8))
|
||||
#define randomize_buffers(bidx, lineoff, str) \
|
||||
do { \
|
||||
|
||||
Reference in New Issue
Block a user