Lines Matching defs:weight
209 int16_t weight[2]; /* [DIRAC_STD] REF1_WT and REF2_WT */
1208 /* [DIRAC_STD] 11.2.8 Reference picture weight. reference_picture_weights()
1209 just data read, weight calculation will be done later on. */
1211 s->weight[0] = 1;
1212 s->weight[1] = 1;
1221 s->weight[0] = dirac_get_se_golomb(gb);
1223 s->weight[1] = dirac_get_se_golomb(gb);
1562 static int weight(int i, int blen, int offset)
1581 obmc_weight[x] = wy*weight(x, p->xblen, p->xoffset);
1597 int wy = weight(y, p->yblen, p->yoffset);
1776 s->weight[0] + s->weight[1], p->yblen);
1786 s->weight[0], s->weight[1], p->yblen);
1821 if (s->weight_log2denom > 1 || s->weight[0] != 1 || s->weight[1] != 1) {