Searched defs:temp (Results 51 - 75 of 152) sorted by relevance

1234567

/frameworks/rs/tests/latency/
H A Dlatency.cpp35 int temp = atoi(argv[3]); local
36 if (temp != 0)
41 int temp = atoi(argv[4]); local
42 if (temp != 0)
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_QPD_Process.c74 LVM_INT32 temp,temp2; local
125 MUL32x32INTO32((LVM_INT32)D0,Km,temp,31);
126 accu +=temp + Xg0;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dagc.cpp131 Word16 i, temp;
133 temp = shr (in[0], 2);
134 s = L_mult (temp, temp);
138 temp = shr (in[i], 2);
139 s = L_mac (s, temp, temp);
177 Word16 temp; local
181 temp = in[i] >> 2;
182 s = L_mac(s, temp, tem
756 Word16 temp; local
978 Word16 temp; local
[all...]
H A Dbgnscd.cpp240 Word16 temp;
362 temp = add(*voicedHangover, 1);
363 if (sub(temp, 10) > 0)
369 *voicedHangover = temp;
409 Word16 temp; local
576 temp = *voicedHangover + 1;
578 if (temp > 10)
584 *voicedHangover = temp;
H A Dd_plsf_3.cpp173 Word16 temp; local
186 temp =
201 temp,
210 /* temp = mean_lsf[i] + past_r2_q[i] * PRED_FAC; */
212 temp =
218 temp =
221 temp,
227 temp,
236 /* temp = mean_lsf[i] + past_r2_q[i]; */
238 temp
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dspstproc.cpp194 Word16 temp; local
293 * temp Q0 Q0
305 temp = (Word16)(L_temp >> 14);
308 temp += (Word16)(L_temp >> kShift);
310 mem_w0[j] = xn[i] - temp;
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/av/media/libstagefright/codecs/amrwb/src/
H A Dmime_io.cpp539 uint8 temp = 0; local
563 temp = *(unsorted_bits_ptr++);
567 switch (temp & 0xf0)
654 temp <<= 4;
660 temp <<= 1;
662 if (temp & 0x80)
693 if (temp & 0x80)
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dheader.cpp115 int temp; local
117 temp = vui->aspect_ratio_info_present_flag;
118 BitstreamWrite1Bit(stream, temp);
119 if (temp)
128 temp = vui->overscan_info_present_flag;
129 BitstreamWrite1Bit(stream, temp);
130 if (temp)
134 temp = vui->video_signal_type_present_flag;
135 BitstreamWrite1Bit(stream, temp);
136 if (temp)
233 uint temp; local
323 int slice_type, temp, i; local
[all...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp302 int32 temp = - global_gain; local
303 if (temp < 32)
305 is[ss] = (tmp >> temp);
H A Dpvmp3_imdct_synth.cpp284 int32 temp = history[i]; local
288 out[i] = temp;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s71 temp RN 14 label
193 M_MEDIAN3 CandMV1dx, CandMV2dx, CandMV3dx, temp
198 M_MEDIAN3 CandMV1dy, CandMV2dy, CandMV3dy, temp
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_FindMVpred_s.s71 temp RN 14 label
193 M_MEDIAN3 CandMV1dx, CandMV2dx, CandMV3dx, temp
198 M_MEDIAN3 CandMV1dy, CandMV2dy, CandMV3dy, temp
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock.c246 OMX_INT temp; local
252 temp = pSrc[x] + pSrcResidue[x];
253 pDst[x] = armClip(0,255,temp);
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h52 ForwardIterator temp = begin; local
54 delete *temp;
/frameworks/av/media/libstagefright/
H A DStagefrightMediaScanner.cpp68 EAS_I32 temp; local
86 result = EAS_ParseMetaData(easData, easHandle, &temp);
100 sprintf(buffer, "%ld", temp);
/frameworks/av/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/av/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/av/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/av/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...]

Completed in 791 milliseconds

1234567