47 SRC_ROWS = SRC_ROWS_ABOVE + BLOCK_SIZE_1D + SRC_ROWS_BELOW,
48 SRC_ROW_SIZE = SRC_COLS_LEFT + BLOCK_SIZE_1D + SRC_COLS_RIGHT,
58 const int16_t *h_weights,
const int16_t *v_weights);
67 memcpy(dstbuf_new, dstbuf_ref,
sizeof(dstbuf_new));
70 const uint8_t *
src = srcbuf + SRC_COLS_LEFT +
rnd() % 8U;
71 uint8_t *dst_new = dstbuf_new, *dst_ref = dstbuf_ref;
74 dst_new += (BLOCK_SIZE_1D - 1) *
stride;
75 dst_ref += (BLOCK_SIZE_1D - 1) *
stride;
89 if (memcmp(dstbuf_new, dstbuf_ref,
sizeof(dstbuf_new)))
void(* vp6_filter_diag4)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride, const int16_t *h_weights, const int16_t *v_weights)