Searched defs:temp (Results 101 - 125 of 159) sorted by relevance

1234567

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dqpisf_2s.c66 Word32 i, k, temp, min_err, distance; local
87 temp = min_err;
89 temp = vo_L_add(temp, min_err);
91 temp = vo_L_add(temp, min_err);
93 if(temp < distance)
95 distance = temp;
117 temp = min_err;
119 temp
156 Word32 temp, min_err, distance; local
451 Word16 temp, *p_dico; local
498 Word16 temp, *p_dico; local
[all...]
H A Dwb_vad.c263 Word16 num, temp, stat_rat, exp, denom; local
303 temp = div_s(num >> 1, denom);
304 stat_rat = add1(stat_rat, shr(temp, (8 - exp)));
422 Word16 temp; local
423 temp = (st->old_level[i] - st->bckr_est[i]);
425 if (temp < 0)
427 st->bckr_est[i] = add1(-2, add(st->bckr_est[i],vo_mult_r(alpha_down, temp)));
435 st->bckr_est[i] = add1(bckr_add, add1(st->bckr_est[i],vo_mult_r(alpha_up, temp)));
468 Word16 vad_thr, temp, noise_level; local
482 temp
766 Word16 VAD_flag, temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp410 AVCPictureData *temp; local
418 temp = data[j];
420 data[i] = temp;
432 AVCPictureData *temp; local
440 temp = data[j];
442 data[i] = temp;
455 AVCFrameStore *temp; local
463 temp = data[j];
465 data[i] = temp;
477 AVCFrameStore *temp; local
499 AVCPictureData *temp; local
538 AVCPictureData *temp; local
560 AVCFrameStore *temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dsad_halfpel.cpp76 int temp; local
92 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
93 sad += AVC_ABS(temp);
117 int temp; local
131 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
132 sad += AVC_ABS(temp);
152 int temp; local
165 temp = ((p1[j] + p1[j+1] + 1) >> 1) - *kk++;
166 sad += AVC_ABS(temp);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
699 temp = ((x3 + x2) >> 14);
700 CLIP_RESULT(temp)
701 word = word | (temp << 8);
703 temp = ((x0 + x4) >> 14);
704 CLIP_RESULT(temp)
705 word = word | (temp << 16);
707 temp = ((x8 + x6) >> 14);
708 CLIP_RESULT(temp)
709 word = word | (temp << 2
[all...]
H A Dvlc_dequant.cpp77 int32 temp; local
148 temp = (int32)datablock[k] * qmat[k] * QP;
149 temp = (temp + (0x7 & (temp >> 31))) >> 3;
150 if (temp > 2047) temp = 2047;
151 else if (temp < -2048) temp = -2048;
152 datablock[k] = (int) temp;
402 int32 temp; local
507 int32 temp; local
809 int32 temp; local
1071 int32 temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp162 Int *temp; local
174 temp = (Int*) bitmapcol;
175 temp[0] = temp[1] = 0;
H A Dme_utils.cpp41 Int *pint = (Int *) cur, temp = 0; local
50 temp += (*pint++) & 0x00FF00FF;
51 temp += (*pint++) & 0x00FF00FF;
52 temp += (*pint++) & 0x00FF00FF;
53 temp += (*pint++) & 0x00FF00FF;
57 temp += (*pint++ >> 8) & 0x00FF00FF;
58 temp += (*pint++ >> 8) & 0x00FF00FF;
59 temp += (*pint++ >> 8) & 0x00FF00FF;
60 temp += (*pint++ >> 8) & 0x00FF00FF;
65 MB_mean = (((temp
[all...]
H A Dsad_halfpel.cpp69 Int temp; local
83 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
84 sad += PV_ABS(temp);
101 Int temp; local
114 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
115 sad += PV_ABS(temp);
143 Int temp; local
157 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
158 sad += PV_ABS(temp);
175 Int temp; local
227 Int temp; local
268 Int temp; local
304 Int temp; local
785 Int temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s34 temp RN 11 label
117 SUB temp, iWidth, #1
122 ORR iWidth, iWidth, temp, LSL #16
217 SUB temp, iWidth, #1
222 ORR iWidth, iWidth, temp, LSL #16
255 SUB temp, iWidth, #1
260 ORR iWidth, iWidth, temp, LSL #16
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s96 temp RN 14 label
177 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision
181 ADD temp,dcScaler,dcScaler
182 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
183 SMULBB tempPred,temp,absCoeffDC ;// tempped=pPredBufRow(Col)[0]*32767/dcScaler
199 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0]
200 ADD temp,temp,tempPre
[all...]
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java178 File temp = null;
206 temp = new File(mDropBoxDir, "drop" + Thread.currentThread().getId() + ".tmp");
210 FileOutputStream foutput = new FileOutputStream(temp);
235 long len = temp.length();
237 Slog.w(TAG, "Dropping: " + tag + " (" + temp.length() + " > " + max + " bytes)");
238 temp.delete();
239 temp = null; // Pass temp = null to createEntry() to leave a tombstone
244 long time = createEntry(temp, tag, flags);
245 temp
486 EntryFile(File temp, File dir, String tag,long timestampMillis, int flags, int blockSize) argument
642 createEntry(File temp, String tag, int flags) argument
[all...]
/frameworks/native/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/rs/
H A DrsMatrix4x4.cpp121 float temp; local
124 temp = m[i*4 + j];
126 m[j*4 + i] = temp;
/frameworks/support/renderscript/v8/rs_support/
H A DrsMatrix4x4.cpp121 float temp; local
124 temp = m[i*4 + j];
126 m[j*4 + i] = temp;
/frameworks/wilhelm/tools/permute/
H A Dpermute.c234 Segment temp = s.mSegmentArray[i]; local
236 s.mSegmentArray[j] = temp;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp691 sp<VideoEditorPlayer> temp = mVePlayer[playerInst]; local
692 temp->acquireLock();
696 temp->releaseLock();
849 int32_t temp = pFrameStr->uiFrameWidth; local
851 pFrameStr->uiFrameHeight = temp;
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_AudioMixing.c3519 M4OSA_Int32 temp; local
3534 temp = -( *pPCMdata1)
3537 if( temp > 32767 )
3543 *pPCMdata1 = (M4OSA_Int16)(-temp);
3548 temp = ( *pPCMdata1)
3551 if( temp > 32768 )
3557 *pPCMdata1 = (M4OSA_Int16)temp;
H A DM4VSS3GPP_Edit.c2243 M4SYS_StreamIDValue temp; local
2406 temp.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2407 temp.value = pC_ewc->uiVideoMaxAuSize;
2410 (M4OSA_DataOption) &temp);
2423 temp.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2424 temp.value = (M4OSA_UInt32)(pC_ewc->uiVideoMaxAuSize \
2430 (M4OSA_DataOption) &temp);
2543 temp.streamID = M4VSS3GPP_WRITER_AUDIO_STREAM_ID;
2544 temp.value = pC_ewc->uiAudioMaxAuSize;
2547 (M4OSA_DataOption) &temp);
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c124 Word32 center_freq, temp, bvalFFTLine; local
128 temp = atan_1000((center_freq << 2) / (3*10));
130 (26600 * atan_1000((center_freq*76) / 100) + 7*temp*temp) / (2*1000*1000 / BARC_SCALE);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dvad1.cpp757 Word16 temp; local
821 temp = shr(num, 1, pOverflow);
822 temp = div_s(temp, denom);
824 stat_rat = add(stat_rat, shr(temp, sub(8, exp, pOverflow), pOverflow), pOverflow);
858 temp = sub(level[i], st->ave_level[i], pOverflow);
859 temp = mult_r(alpha, temp, pOverflow);
864 temp,
1146 Word16 temp; local
1489 Word16 temp; local
2006 Word16 temp; local
2184 Word16 temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_fr.cpp337 Word16 temp; local
354 temp = *(p_excf++);
355 *(p_s_excf++) = temp >> 2;
356 s += (Word32) temp * temp;
357 temp = *(p_excf++);
358 *(p_s_excf++) = temp >> 2;
359 s += (Word32) temp * temp;
415 temp
730 Word16 temp; local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp63 uint32_t temp = *inyuv_4++; local
64 uint32_t tempU = temp & 0xFF;
65 tempU = tempU | ((temp >> 8) & 0xFF00);
67 uint32_t tempV = (temp >> 8) & 0xFF;
68 tempV = tempV | ((temp >> 16) & 0xFF00);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c412 OMX_U8 temp; local
417 temp = *(pBuf1 + i);
419 *(pBuf2 + i) = temp;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c412 OMX_U8 temp; local
417 temp = *(pBuf1 + i);
419 *(pBuf2 + i) = temp;

Completed in 5372 milliseconds

1234567