Lines Matching defs:temp
1136 /* read temp vector */
1355 int temp, temp2;
1358 temp = get_vlc2(&vc->gb, codebook->vlc.table,
1361 ff_dlog(NULL, "Classword: %u\n", temp);
1363 av_assert0(temp < 65536);
1365 if (temp < 0) {
1378 temp2 = (((uint64_t)temp) * inverse_class) >> 32;
1381 vr->classifs[p + i] = temp - temp2 * vr->classifications;
1382 temp = temp2;
1593 float temp = ang[i];
1595 mag[i] += temp;
1601 float temp = ang[i];
1603 mag[i] -= temp;