Lines Matching defs:coeff
67 int32_t coeff[MAX_MATRICES][MAX_CHANNELS+2]; ///< decoding coefficients
251 if (prev_cp->coeff[filter][i] != cp->coeff[filter][i])
279 if (prev->coeff[mat][channel] != mp->coeff[mat][channel])
357 dst_cp->coeff[filter][order] = src_cp->coeff[filter][order];
371 dst->coeff[count][channel] = src->coeff[count][channel];
808 int32_t coeff = mp->coeff[mat][channel];
810 if (coeff) {
813 coeff >>= 14 - mp->fbits[mat];
815 put_sbits(pb, mp->fbits[mat] + 2, coeff);
832 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter];
1279 int coeff = fcoeff[order];
1281 if (coeff < min)
1282 min = coeff;
1283 if (coeff > max)
1284 max = coeff;
1286 coeff_mask |= coeff;
1319 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter];
1406 int32_t coeff = mp->coeff[mat][channel];
1407 coeff_mask |= coeff;
1440 mp->coeff[0][0] = 1 << 14; mp->coeff[0][1] = -(1 << 14);
1441 mp->coeff[0][2] = 0 << 14; mp->coeff[0][2] = 0 << 14;
1448 mp->coeff[0][0] = 1 << 14; mp->coeff[0][1] = 1 << 14;
1449 mp->coeff[0][2] = 0 << 14; mp->coeff[0][2] = 0 << 14;
1739 int32_t *fcoeff = ctx->cur_channel_params[channel].coeff[filter];