Searched defs:temp (Results 76 - 100 of 167) sorted by relevance

1234567

/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c53 Word32 temp; local
61 Word32 temp; local
98 temp = (pnlr + 1) / ((pnms >> 8) + 1);
100 temp = pnms - pnlr;
101 if( temp > 0 ){
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
H A Dbasic_op_arm_gcc_v5.h482 Word32 temp; local
488 : "=r"(temp)
495 : "r"(temp), "r"(temp)
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dc1035pf.cpp412 Word16 temp; local
454 temp = *p1;
456 if (temp < 0)
462 if (((index ^ temp) & 8) == 0)
467 if (temp <= index)
473 *(p1 + 5) = temp;
482 if ((temp & 7) <= (index & 7))
484 *(p1 + 5) = temp;
H A Dcl_ltp.cpp647 Word16 temp; local
751 temp = *gain_pit;
756 L_temp = ((Word32) * (p_yl++) * temp) >> 14;
759 L_temp = ((Word32) * (p_exc++) * temp) >> 14;
H A Ddtx_enc.cpp675 Word16 temp; local
700 temp = ~((~(st->log_en_hist[i])) >> 2);
704 temp = st->log_en_hist[i] >> 2;
706 log_en = add(log_en, temp, pOverflow);
H A Dgain_q.cpp502 Word16 temp; local
551 temp =
560 temp,
H A Dqua_gain.cpp217 Word16 temp; local
277 temp = shl(exp_code, 1, pOverflow);
278 temp = add(15, temp, pOverflow);
279 exp_max[2] = add(exp_coeff[2], temp, pOverflow);
283 temp = add(1, exp_code, pOverflow);
284 exp_max[4] = add(exp_coeff[4], temp, pOverflow);
394 temp = sub(10, exp_gcode0, pOverflow);
395 L_tmp = L_shr(L_tmp, temp, pOverflow);
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp450 int32 x0, x1, x2, x4, x5, temp; local
476 temp = ((x0 + x2) >> 14);
477 CLIP_RESULT(temp)
478 word = word | (temp << 8);
479 temp = ((x0 + x1) >> 14);
480 CLIP_RESULT(temp)
481 word = word | (temp << 16);
482 temp = ((x0 + x5) >> 14);
483 CLIP_RESULT(temp)
484 word = word | (temp << 2
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
[all...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Ddct.cpp1213 Int temp = 0; local
1220 temp += (*cur++ - *pred++);
1221 temp += (*cur++ - *pred++);
1222 temp += (*cur++ - *pred++);
1223 temp += (*cur++ - *pred++);
1224 temp += (*cur++ - *pred++);
1225 temp += (*cur++ - *pred++);
1226 temp += (*cur++ - *pred++);
1227 temp += (*cur++ - *pred++);
1234 out[0] = temp >>
1250 Int temp = 0; local
[all...]
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp275 int32 temp = pvmp3_get_main_data_size(info, pVars); local
291 fillMainDataBuf(pVars, temp);
312 pVars->frame_start += temp;
566 void fillMainDataBuf(void *pMem, int32 temp) argument
576 if ((offset + temp) < BUFSIZE)
585 if ((offset + temp) < BUFSIZE)
587 pv_memcpy((pVars->mainDataStream.pBuffer + offset), ptr, temp*sizeof(uint8));
588 pVars->mainDataStream.offset += temp;
593 for (int32 nBytes = temp >> 1; nBytes != 0; nBytes--) /* read main data. */
601 if (temp
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s79 temp RN 1 label
289 ADD temp, T2, #128
290 CMP temp, #256
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s65 temp RN 5 label
H A DomxVCM4P2_DecodePadMV_PVOP_s.s103 temp RN 1 label
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
210 LDR temp,=0xFFF
213 TEQ index,temp
223 SUB temp,fcodeForward,#1
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
240 LDR temp,=0xFFF
243 TEQ index,temp
[all...]
H A DomxVCM4P2_PredictReconCoefIntra_s.s111 temp RN 11 label
145 ;// Caulucate temp pred by performing Division
156 ADD temp,dcScaler,dcScaler
157 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
159 SMULBB tempPred,temp,absCoeffDC ;// tempPred=pPredBufRow(Col)[0]*32767/dcScaler
167 LDRH temp,[pPredBufCol]
174 STRH temp,[pPredBufRow,#-16]
176 LDRH temp,[pSrcDst] ;// temp
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s79 temp RN 1 label
289 ADD temp, T2, #128
290 CMP temp, #256
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s65 temp RN 5 label
H A DomxVCM4P2_DecodePadMV_PVOP_s.s103 temp RN 1 label
193 SUB temp,fcodeForward,#1 ;// temp=fcodeForward-1
196 LSL scaleFactor,one,temp ;// scaleFactor=1<<(fcodeForward-1)
210 LDR temp,=0xFFF
213 TEQ index,temp
223 SUB temp,fcodeForward,#1
224 M_BD_VREAD8 mvHorResidual,temp,T1,T2 ;// get mvHorResidual from bitstream if fcodeForward>1 and mvHorData!=0
240 LDR temp,=0xFFF
243 TEQ index,temp
[all...]
H A DomxVCM4P2_QuantInvIntra_I_s.s75 temp RN 14 label
136 LDRH temp,[pSrcDst]
137 SMULBB temp,temp,dcScaler ;// dcCoeff = dcScaler * Quantized DC coefficient(from memory)
138 SSAT temp,#12,temp ;// Saturating to 12 bits
199 STRH temp,[pSrcDst],#2
/frameworks/base/services/sensorservice/
H A Dtraits.h58 enum { temp = IndexOf<Tail, T>::value }; enumerator in enum:android::TL::IndexOf::__anon1200
60 enum { value = temp == -1 ? -1 : 1 + temp };
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorBGAudioProcessing.cpp163 M4OSA_Int32 temp; local
183 temp = -(*pBTMdata1) * 2; // bring to original Amplitude level
185 if (temp > 32767) {
188 *pBTMdata1 = (M4OSA_Int16)(-temp);
191 temp = (*pBTMdata1) * 2; // bring to original Amplitude level
192 if ( temp > 32768) {
195 *pBTMdata1 = (M4OSA_Int16)temp;
/frameworks/base/libs/rs/
H A DrsMatrix4x4.cpp121 float temp; local
124 temp = m[i*4 + j];
126 m[j*4 + i] = temp;
/frameworks/base/libs/utils/
H A DVectorImpl.cpp173 void* temp = 0; local
180 if (!temp) {
184 temp = malloc(mItemSize);
185 if (!temp) return NO_MEMORY;
189 _do_destroy(temp, 1);
192 _do_copy(temp, item, 1);
202 } while (j>=0 && (cmp(curr, temp, state) > 0));
205 _do_copy(next, temp, 1);
210 if (temp) {
211 _do_destroy(temp,
[all...]
/frameworks/base/media/libmedia/
H A DJetPlayer.cpp168 int temp; local
243 if ((temp = mAudioTrack->write(mAudioBuffer, num_output)) < 0) {
244 LOGE("JetPlayer::render(): Error in writing:%d",temp);
245 return temp;
/frameworks/base/media/libmediaplayerservice/
H A DMidiFile.cpp319 EAS_I32 temp; local
330 result = EAS_ParseMetaData(easData, easHandle, &temp);
344 mDuration = *duration = int(temp);
438 int temp; local
501 if ((temp = mAudioSink->write(mAudioBuffer, num_output)) < 0) {
502 LOGE("Error in writing:%d",temp);
503 return temp;
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dhuffspec_fxp.cpp348 UInt32 temp; local
595 temp = inverseQuantTable[(max >> ORDER) + 1];
600 temp += ROUND_UP;
603 temp >>= (QTABLE - 1);
606 temp *= max;
609 binaryDigits = 31 - pv_normalize(temp);

Completed in 616 milliseconds

1234567