Lines Matching defs:temp
2473 int block_size, start, end, data_size, tcount, temp, m = 0;
2615 temp = store_weight(type); \
2616 bytestream2_put_byte(&pb, temp); \
2617 type = restore_weight(temp); \
2648 temp = log2s(type); \
2649 type = wp_exp2(temp); \
2650 bytestream2_put_le16(&pb, temp); \
2686 temp = wp_log2(s->w.c[chan].median[i]); \
2687 bytestream2_put_le16(&pb, temp); \
2688 s->w.c[chan].median[i] = wp_exp2(temp); \