Lines Matching defs:wt_w
559 int wt_w, wt_h, wt_d;
720 wt_w = b + 4;
726 wt_w = b + 8;
732 wt_w = a + 2;
739 wt_w = a + 2;
744 wt_w = (b & 0x1) + 2;
775 wt_w = 12;
781 wt_w = a + 2;
788 wt_w = 6;
793 wt_w = 10;
801 wt_w = a + 6;
1268 int gs = (cs * (wt_w - 1) + 32) >> 6;
1292 int v0 = js + jt * wt_w;
1295 p10 = weights[(v0 + wt_w) * 2];
1296 p11 = weights[(v0 + wt_w + 1) * 2];
1300 p10 = weights[(v0 + wt_w) * 2 + 1];
1301 p11 = weights[(v0 + wt_w + 1) * 2 + 1];
1302 assert((v0 + wt_w + 1) * 2 + 1 < (int)ARRAY_SIZE(weights));
1309 int v0 = js + jt * wt_w;
1312 p10 = weights[v0 + wt_w];
1313 p11 = weights[v0 + wt_w + 1];
1314 assert(v0 + wt_w + 1 < (int)ARRAY_SIZE(weights));
1466 wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bits, weight_bits);
1468 if (wt_w > decoder.block_w || wt_h > decoder.block_h || wt_d > decoder.block_d)
1566 for (int s = 0; s < wt_w; ++s) {
1740 num_weights = wt_w * wt_h * wt_d;