Home
last modified time | relevance | path

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

/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/libxaac/decoder/
Dixheaacd_mps_smoothing.c169 WORD32 ltemp, rtemp, tmp; in ixheaacd_mps_smoothing_opd() local
170 ltemp = ((WORD32)(self->phase_l[ps][pb] * Q28_FLOAT_VAL)) >> 1; in ixheaacd_mps_smoothing_opd()
173 while (ltemp > self->opd_smooth.smooth_l_phase[pb] + PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
174 ltemp -= 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
175 while (ltemp < self->opd_smooth.smooth_l_phase[pb] - PI_IN_Q27) in ixheaacd_mps_smoothing_opd()
176 ltemp += 2 * PI_IN_Q27; in ixheaacd_mps_smoothing_opd()
183 (ixheaacd_mult32_shl(delta, ltemp) + in ixheaacd_mps_smoothing_opd()
193 tmp = (ltemp - rtemp) - (self->opd_smooth.smooth_l_phase[pb] - in ixheaacd_mps_smoothing_opd()
199 self->opd_smooth.smooth_l_phase[pb] = ltemp; in ixheaacd_mps_smoothing_opd()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1095 EAS_U32 ltemp; in Parse_wsmp() local
1131 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1135 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1139 if (ltemp) in Parse_wsmp()
1142 if (ltemp > 1) in Parse_wsmp()
1150 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1154 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_wsmp()
1195 EAS_U32 ltemp; in Parse_fmt() local
1224 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &ltemp, EAS_FALSE)) != EA… in Parse_fmt()