Home | History | Annotate | Download | only in src

Lines Matching refs:L_tmp

175     Word32 L_tmp;
184 L_tmp = L_mult (sub (table[ind + 1], table[ind]), offset);
185 lsp[i] = add (table[ind], extract_l (L_shr (L_tmp, 9)));
222 Word32 L_tmp;
231 L_tmp = ((Word32)(table[ind + 1] - table[ind]) * offset) >> 8;
232 lsp[i] = add(table[ind], (Word16) L_tmp, pOverflow);
298 Word32 L_tmp;
315 L_tmp = L_mult (sub (lsp[i], table[ind]), slope[ind]);
317 lsf[i] = pv_round (L_shl (L_tmp, 3));
356 Word32 L_tmp;
375 L_tmp = (Word32)(temp - table[ind]) * slope[ind];
378 L_tmp = (L_tmp + 0x00000800) >> 12;
380 *(p_lsf--) = (Word16)(L_tmp) + (ind << 8);