Lines Matching defs:tmp
224 int i, tmp, partition, method_type, rice_order;
257 tmp = get_bits(&gb, rice_bits);
258 if (tmp == rice_esc) {
259 tmp = get_bits(&gb, 5);
261 *decoded++ = get_sbits_long(&gb, tmp);
263 int real_limit = (tmp > 1) ? (INT_MAX >> (tmp - 1)) + 2 : INT_MAX;
265 int v = get_sr_golomb_flac(&gb, tmp, real_limit, 1);
410 int i, tmp, ret;
446 tmp = get_sbits_long(&s->gb, bps);
448 decoded[i] = tmp;