lavutil/pixelutils: add sad_32x32 in pixelutils API.
add sad_32x32 in pixelutils API, and update the fate. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
This commit is contained in:
@@ -51,12 +51,14 @@ DECLARE_BLOCK_FUNCTIONS(2)
|
||||
DECLARE_BLOCK_FUNCTIONS(4)
|
||||
DECLARE_BLOCK_FUNCTIONS(8)
|
||||
DECLARE_BLOCK_FUNCTIONS(16)
|
||||
DECLARE_BLOCK_FUNCTIONS(32)
|
||||
|
||||
static const av_pixelutils_sad_fn sad_c[] = {
|
||||
block_sad_2x2_c,
|
||||
block_sad_4x4_c,
|
||||
block_sad_8x8_c,
|
||||
block_sad_16x16_c,
|
||||
block_sad_32x32_c,
|
||||
};
|
||||
|
||||
#endif /* CONFIG_PIXELUTILS */
|
||||
|
||||
@@ -115,7 +115,7 @@ int main(void)
|
||||
goto end;
|
||||
|
||||
/* Exact buffer sizes, to check for overreads */
|
||||
for (i = 1; i <= 4; i++) {
|
||||
for (i = 1; i <= 5; i++) {
|
||||
for (align = 0; align < 3; align++) {
|
||||
int size1, size2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user