Home
last modified time | relevance | path

Searched refs:ltemp (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_smoothing.c165 int ltemp, rtemp, tmp; in ixheaacd_mps_smoothing_opd() local
167 ltemp = self->phase_l_fix[ps][pb] >> 1; in ixheaacd_mps_smoothing_opd()
170 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
171 ltemp -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
172 while (ltemp < self->opd_smooth.smooth_l_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
173 ltemp += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
180 (ixheaacd_mult32_shl(delta, ltemp) + in ixheaacd_mps_smoothing_opd()
190 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
196 self->opd_smooth.smooth_l_phase[pb] = ltemp; in ixheaacd_mps_smoothing_opd()
/external/libjpeg-turbo/
Djmemmgr.c442 long ltemp; in alloc_sarray() local
457 ltemp = (MAX_ALLOC_CHUNK - sizeof(large_pool_hdr)) / in alloc_sarray()
459 if (ltemp <= 0) in alloc_sarray()
461 if (ltemp < (long)numrows) in alloc_sarray()
462 rowsperchunk = (JDIMENSION)ltemp; in alloc_sarray()
502 long ltemp; in alloc_barray() local
509 ltemp = (MAX_ALLOC_CHUNK - sizeof(large_pool_hdr)) / in alloc_barray()
511 if (ltemp <= 0) in alloc_barray()
513 if (ltemp < (long)numrows) in alloc_barray()
514 rowsperchunk = (JDIMENSION)ltemp; in alloc_barray()
[all …]
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1094 EAS_U32 ltemp; in Parse_wsmp() local
1130 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1134 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1138 if (ltemp) in Parse_wsmp()
1141 if (ltemp > 1) in Parse_wsmp()
1149 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1153 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1194 EAS_U32 ltemp; in Parse_fmt() local
1223 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_fmt()