Home | History | Annotate | Download | only in libspeex

Lines Matching defs:tmp1

74    spx_word16_t tmp1, tmp2;
78 tmp1 = qlsp[i];
80 tmp1 = qlsp[i]-qlsp[i-1];
85 if (tmp2<tmp1)
86 tmp1 = tmp2;
88 quant_weight[i] = DIV32_16(81920,ADD16(300,tmp1));
90 quant_weight[i] = 10/(.04+tmp1);
334 tmp1 = 10/(qlsp[i]-qlsp[i-1]);
336 quant_weight[i] = tmp1 > tmp2 ? tmp1 : tmp2;