SIZEOF_PIXEL 206 tests/checkasm/h264dsp.c for (align = 0; align < 16; align += sz * SIZEOF_PIXEL) { SIZEOF_PIXEL 222 tests/checkasm/h264dsp.c bench_new(dst1, subcoef1, sz * SIZEOF_PIXEL); SIZEOF_PIXEL 275 tests/checkasm/h264dsp.c int offset = (block_y * 16 + block_x) * SIZEOF_PIXEL; SIZEOF_PIXEL 285 tests/checkasm/h264dsp.c memcpy(&dst_full[offset + y * 16 * SIZEOF_PIXEL], SIZEOF_PIXEL 286 tests/checkasm/h264dsp.c &dst[PIXEL_STRIDE * y], sz * SIZEOF_PIXEL); SIZEOF_PIXEL 303 tests/checkasm/h264dsp.c memcpy(dst0, dst_full, 16 * 16 * SIZEOF_PIXEL); SIZEOF_PIXEL 304 tests/checkasm/h264dsp.c memcpy(dst1, dst_full, 16 * 16 * SIZEOF_PIXEL); SIZEOF_PIXEL 305 tests/checkasm/h264dsp.c call_ref(dst0, block_offset, coef0, 16 * SIZEOF_PIXEL, nnzc); SIZEOF_PIXEL 306 tests/checkasm/h264dsp.c call_new(dst1, block_offset, coef1, 16 * SIZEOF_PIXEL, nnzc); SIZEOF_PIXEL 307 tests/checkasm/h264dsp.c if (memcmp(dst0, dst1, 16 * 16 * SIZEOF_PIXEL) || SIZEOF_PIXEL 310 tests/checkasm/h264dsp.c bench_new(dst1, block_offset, coef1, 16 * SIZEOF_PIXEL, nnzc); SIZEOF_PIXEL 357 tests/checkasm/h264dsp.c if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \ SIZEOF_PIXEL 417 tests/checkasm/h264dsp.c if (memcmp(dst0, dst1, 32 * 16 * SIZEOF_PIXEL)) { \ SIZEOF_PIXEL 152 tests/checkasm/h264pred.c call_ref(src0, topright, 12*SIZEOF_PIXEL); SIZEOF_PIXEL 153 tests/checkasm/h264pred.c call_new(src1, topright, 12*SIZEOF_PIXEL); SIZEOF_PIXEL 156 tests/checkasm/h264pred.c bench_new(src1, topright, 12*SIZEOF_PIXEL); SIZEOF_PIXEL 172 tests/checkasm/h264pred.c call_ref(src0, 24*SIZEOF_PIXEL); SIZEOF_PIXEL 173 tests/checkasm/h264pred.c call_new(src1, 24*SIZEOF_PIXEL); SIZEOF_PIXEL 176 tests/checkasm/h264pred.c bench_new(src1, 24*SIZEOF_PIXEL); SIZEOF_PIXEL 219 tests/checkasm/h264pred.c call_ref(src0, has_topleft, has_topright, 24*SIZEOF_PIXEL); SIZEOF_PIXEL 220 tests/checkasm/h264pred.c call_new(src1, has_topleft, has_topright, 24*SIZEOF_PIXEL); SIZEOF_PIXEL 223 tests/checkasm/h264pred.c bench_new(src1, has_topleft, has_topright, 24*SIZEOF_PIXEL); SIZEOF_PIXEL 71 tests/checkasm/h264qpel.c call_ref(dst0, src0, size * SIZEOF_PIXEL); SIZEOF_PIXEL 72 tests/checkasm/h264qpel.c call_new(dst1, src1, size * SIZEOF_PIXEL); SIZEOF_PIXEL 75 tests/checkasm/h264qpel.c bench_new(dst1, src1, size * SIZEOF_PIXEL); SIZEOF_PIXEL 80 tests/checkasm/hevc_sao.c ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL; SIZEOF_PIXEL 111 tests/checkasm/hevc_sao.c ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL; SIZEOF_PIXEL 112 tests/checkasm/hevc_sao.c int offset = (AV_INPUT_BUFFER_PADDING_SIZE + PIXEL_STRIDE)*SIZEOF_PIXEL; SIZEOF_PIXEL 38 tests/checkasm/vp9dsp.c for (k = -4; k < SIZEOF_PIXEL * FFMAX(8, size); k += 4) { \ SIZEOF_PIXEL 42 tests/checkasm/vp9dsp.c for (k = 0; k < size * SIZEOF_PIXEL; k += 4) { \ SIZEOF_PIXEL 86 tests/checkasm/vp9dsp.c call_ref(dst0, size * SIZEOF_PIXEL, l, a); SIZEOF_PIXEL 87 tests/checkasm/vp9dsp.c call_new(dst1, size * SIZEOF_PIXEL, l, a); SIZEOF_PIXEL 88 tests/checkasm/vp9dsp.c if (memcmp(dst0, dst1, size * size * SIZEOF_PIXEL)) SIZEOF_PIXEL 90 tests/checkasm/vp9dsp.c bench_new(dst1, size * SIZEOF_PIXEL,l, a); SIZEOF_PIXEL 104 tests/checkasm/vp9dsp.c for (x = 0; x < sz * SIZEOF_PIXEL; x += 4) { \ SIZEOF_PIXEL 106 tests/checkasm/vp9dsp.c AV_WN32A(dst + y * sz * SIZEOF_PIXEL + x, r); \ SIZEOF_PIXEL 107 tests/checkasm/vp9dsp.c AV_WN32A(src + y * sz * SIZEOF_PIXEL + x, rnd() & mask); \ SIZEOF_PIXEL 358 tests/checkasm/vp9dsp.c memcpy(dst0, dst, sz * sz * SIZEOF_PIXEL); SIZEOF_PIXEL 359 tests/checkasm/vp9dsp.c memcpy(dst1, dst, sz * sz * SIZEOF_PIXEL); SIZEOF_PIXEL 361 tests/checkasm/vp9dsp.c call_ref(dst0, sz * SIZEOF_PIXEL, subcoef0, eob); SIZEOF_PIXEL 362 tests/checkasm/vp9dsp.c call_new(dst1, sz * SIZEOF_PIXEL, subcoef1, eob); SIZEOF_PIXEL 363 tests/checkasm/vp9dsp.c if (memcmp(dst0, dst1, sz * sz * SIZEOF_PIXEL) || SIZEOF_PIXEL 368 tests/checkasm/vp9dsp.c bench_new(dst, sz * SIZEOF_PIXEL, coef, eob); SIZEOF_PIXEL 381 tests/checkasm/vp9dsp.c if (SIZEOF_PIXEL == 1) { \ SIZEOF_PIXEL 465 tests/checkasm/vp9dsp.c int midoff = (dir ? 8 * 8 : 8) * SIZEOF_PIXEL; SIZEOF_PIXEL 466 tests/checkasm/vp9dsp.c int midoff_aligned = (dir ? 8 * 8 : 16) * SIZEOF_PIXEL; SIZEOF_PIXEL 477 tests/checkasm/vp9dsp.c 16 * 8 * SIZEOF_PIXEL); SIZEOF_PIXEL 478 tests/checkasm/vp9dsp.c call_ref(buf0, 16 * SIZEOF_PIXEL >> dir, E[0], I[0], H[0]); SIZEOF_PIXEL 479 tests/checkasm/vp9dsp.c call_new(buf1, 16 * SIZEOF_PIXEL >> dir, E[0], I[0], H[0]); SIZEOF_PIXEL 480 tests/checkasm/vp9dsp.c if (memcmp(buf0 - midoff, buf1 - midoff, 16 * 8 * SIZEOF_PIXEL)) SIZEOF_PIXEL 482 tests/checkasm/vp9dsp.c bench_new(buf1, 16 * SIZEOF_PIXEL >> dir, E[0], I[0], H[0]); SIZEOF_PIXEL 486 tests/checkasm/vp9dsp.c midoff = (dir ? 16 * 8 : 8) * SIZEOF_PIXEL; SIZEOF_PIXEL 487 tests/checkasm/vp9dsp.c midoff_aligned = (dir ? 16 * 8 : 16) * SIZEOF_PIXEL; SIZEOF_PIXEL 498 tests/checkasm/vp9dsp.c memcpy(buf1 - midoff, buf0 - midoff, 16 * 16 * SIZEOF_PIXEL); SIZEOF_PIXEL 499 tests/checkasm/vp9dsp.c call_ref(buf0, 16 * SIZEOF_PIXEL, E[0], I[0], H[0]); SIZEOF_PIXEL 500 tests/checkasm/vp9dsp.c call_new(buf1, 16 * SIZEOF_PIXEL, E[0], I[0], H[0]); SIZEOF_PIXEL 501 tests/checkasm/vp9dsp.c if (memcmp(buf0 - midoff, buf1 - midoff, 16 * 16 * SIZEOF_PIXEL)) SIZEOF_PIXEL 503 tests/checkasm/vp9dsp.c bench_new(buf1, 16 * SIZEOF_PIXEL, E[0], I[0], H[0]); SIZEOF_PIXEL 514 tests/checkasm/vp9dsp.c memcpy(buf1 - midoff, buf0 - midoff, 16 * 16 * SIZEOF_PIXEL); SIZEOF_PIXEL 516 tests/checkasm/vp9dsp.c call_ref(buf0, 16 * SIZEOF_PIXEL, M(E), M(I), M(H)); SIZEOF_PIXEL 517 tests/checkasm/vp9dsp.c call_new(buf1, 16 * SIZEOF_PIXEL, M(E), M(I), M(H)); SIZEOF_PIXEL 518 tests/checkasm/vp9dsp.c if (memcmp(buf0 - midoff, buf1 - midoff, 16 * 16 * SIZEOF_PIXEL)) SIZEOF_PIXEL 520 tests/checkasm/vp9dsp.c bench_new(buf1, 16 * SIZEOF_PIXEL, M(E), M(I), M(H)); SIZEOF_PIXEL 535 tests/checkasm/vp9dsp.c #define DST_BUF_SIZE (size * size * SIZEOF_PIXEL) SIZEOF_PIXEL 537 tests/checkasm/vp9dsp.c #define SRC_BUF_SIZE ((size + 7) * SRC_BUF_STRIDE * SIZEOF_PIXEL) SIZEOF_PIXEL 538 tests/checkasm/vp9dsp.c #define src (buf + 3 * SIZEOF_PIXEL * (SRC_BUF_STRIDE + 1)) SIZEOF_PIXEL 597 tests/checkasm/vp9dsp.c call_ref(dst0, size * SIZEOF_PIXEL, SIZEOF_PIXEL 598 tests/checkasm/vp9dsp.c src, SRC_BUF_STRIDE * SIZEOF_PIXEL, SIZEOF_PIXEL 600 tests/checkasm/vp9dsp.c call_new(dst1, size * SIZEOF_PIXEL, SIZEOF_PIXEL 601 tests/checkasm/vp9dsp.c src, SRC_BUF_STRIDE * SIZEOF_PIXEL, SIZEOF_PIXEL 612 tests/checkasm/vp9dsp.c bench_new(dst1, size * SIZEOF_PIXEL, SIZEOF_PIXEL 613 tests/checkasm/vp9dsp.c src, SRC_BUF_STRIDE * SIZEOF_PIXEL,