Lines Matching defs:SIZEOF_COEF
36 #define SIZEOF_COEF (2 * ((bit_depth + 7) / 8))
211 memset(subcoef0, 0, sz * sz * SIZEOF_COEF);
212 memcpy(subcoef0, coef, SIZEOF_COEF);
214 memcpy(subcoef0, coef, sz * sz * SIZEOF_COEF);
218 memcpy(subcoef1, subcoef0, sz * sz * SIZEOF_COEF);
222 memcmp(subcoef0, subcoef1, sz * sz * SIZEOF_COEF))
269 memset(coef_full, 0, 16 * 16 * SIZEOF_COEF);
292 memcpy(&coef_full[i * SIZEOF_COEF/sizeof(coef[0])],
293 coef, nnz * SIZEOF_COEF);
303 memcpy(coef0, coef_full, 16 * 16 * SIZEOF_COEF);
304 memcpy(coef1, coef_full, 16 * 16 * SIZEOF_COEF);
310 memcmp(coef0, coef1, 16 * 16 * SIZEOF_COEF))