• Home
  • Raw
  • Download

Lines Matching refs:wt_w

565    int wt_w, wt_h, wt_d;  member
726 wt_w = b + 4; in decode_block_mode()
732 wt_w = b + 8; in decode_block_mode()
738 wt_w = a + 2; in decode_block_mode()
745 wt_w = a + 2; in decode_block_mode()
750 wt_w = (b & 0x1) + 2; in decode_block_mode()
781 wt_w = 12; in decode_block_mode()
787 wt_w = a + 2; in decode_block_mode()
794 wt_w = 6; in decode_block_mode()
799 wt_w = 10; in decode_block_mode()
807 wt_w = a + 6; in decode_block_mode()
1274 int gs = (cs * (wt_w - 1) + 32) >> 6; in compute_infill_weights()
1298 int v0 = js + jt * wt_w; in compute_infill_weights()
1301 p10 = weights[(v0 + wt_w) * 2]; in compute_infill_weights()
1302 p11 = weights[(v0 + wt_w + 1) * 2]; in compute_infill_weights()
1306 p10 = weights[(v0 + wt_w) * 2 + 1]; in compute_infill_weights()
1307 p11 = weights[(v0 + wt_w + 1) * 2 + 1]; in compute_infill_weights()
1308 assert((v0 + wt_w + 1) * 2 + 1 < (int)ARRAY_SIZE(weights)); in compute_infill_weights()
1315 int v0 = js + jt * wt_w; in compute_infill_weights()
1318 p10 = weights[v0 + wt_w]; in compute_infill_weights()
1319 p11 = weights[v0 + wt_w + 1]; in compute_infill_weights()
1320 assert(v0 + wt_w + 1 < (int)ARRAY_SIZE(weights)); in compute_infill_weights()
1472wt_w, wt_h, wt_d, dual_plane, num_weights, high_prec, wt_range, wt_max, wt_trits, wt_quints, wt_bi… in decode()
1474 if (wt_w > decoder.block_w || wt_h > decoder.block_h || wt_d > decoder.block_d) in decode()
1572 for (int s = 0; s < wt_w; ++s) { in decode()
1758 num_weights = wt_w * wt_h * wt_d; in calculate_from_weights()