SIZEOF_COEF       209 tests/checkasm/h264dsp.c                             memset(subcoef0, 0, sz * sz * SIZEOF_COEF);
SIZEOF_COEF       210 tests/checkasm/h264dsp.c                             memcpy(subcoef0, coef, SIZEOF_COEF);
SIZEOF_COEF       212 tests/checkasm/h264dsp.c                             memcpy(subcoef0, coef, sz * sz * SIZEOF_COEF);
SIZEOF_COEF       216 tests/checkasm/h264dsp.c                         memcpy(subcoef1, subcoef0, sz * sz * SIZEOF_COEF);
SIZEOF_COEF       220 tests/checkasm/h264dsp.c                             memcmp(subcoef0, subcoef1, sz * sz * SIZEOF_COEF))
SIZEOF_COEF       267 tests/checkasm/h264dsp.c             memset(coef_full, 0, 16 * 16 * SIZEOF_COEF);
SIZEOF_COEF       290 tests/checkasm/h264dsp.c                 memcpy(&coef_full[i * SIZEOF_COEF/sizeof(coef[0])],
SIZEOF_COEF       291 tests/checkasm/h264dsp.c                        coef, nnz * SIZEOF_COEF);
SIZEOF_COEF       301 tests/checkasm/h264dsp.c                 memcpy(coef0, coef_full, 16 * 16 * SIZEOF_COEF);
SIZEOF_COEF       302 tests/checkasm/h264dsp.c                 memcpy(coef1, coef_full, 16 * 16 * SIZEOF_COEF);
SIZEOF_COEF       308 tests/checkasm/h264dsp.c                     memcmp(coef0, coef1, 16 * 16 * SIZEOF_COEF))
SIZEOF_COEF       355 tests/checkasm/vp9dsp.c                             memcpy(subcoef0, coef, sz * sz * SIZEOF_COEF);
SIZEOF_COEF       360 tests/checkasm/vp9dsp.c                         memcpy(subcoef1, subcoef0, sz * sz * SIZEOF_COEF);
SIZEOF_COEF       364 tests/checkasm/vp9dsp.c                             !iszero(subcoef0, sz * sz * SIZEOF_COEF) ||
SIZEOF_COEF       365 tests/checkasm/vp9dsp.c                             !iszero(subcoef1, sz * sz * SIZEOF_COEF))