Searched refs:ii_weights1d (Results 1 – 1 of 1) sorted by relevance
562 static const uint8_t ii_weights1d[MAX_SB_SIZE] = { variable589 memset(mask, ii_weights1d[i * size_scale], bw * sizeof(mask[0])); in build_smooth_interintra_mask()596 for (j = 0; j < bw; ++j) mask[j] = ii_weights1d[j * size_scale]; in build_smooth_interintra_mask()604 mask[j] = ii_weights1d[(i < j ? i : j) * size_scale]; in build_smooth_interintra_mask()