mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 23:04:54 +00:00
Merge commit '80fbb7becae530167373fe5178966b7d7604306e'
* commit '80fbb7becae530167373fe5178966b7d7604306e':
checkasm: vp8.mc: initialize the full src buffer after ec32574209
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
c0af1ee90d
@ -247,7 +247,7 @@ static void check_luma_dc_wht(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define SRC_BUF_STRIDE 32
|
#define SRC_BUF_STRIDE 32
|
||||||
#define SRC_BUF_SIZE ((size + 5) * SRC_BUF_STRIDE)
|
#define SRC_BUF_SIZE (((size << (size < 16)) + 5) * SRC_BUF_STRIDE)
|
||||||
// The mc subpixel interpolation filter needs the 2 previous pixels in either
|
// The mc subpixel interpolation filter needs the 2 previous pixels in either
|
||||||
// direction, the +1 is to make sure the actual load addresses always are
|
// direction, the +1 is to make sure the actual load addresses always are
|
||||||
// unaligned.
|
// unaligned.
|
||||||
|
Loading…
Reference in New Issue
Block a user