Searched refs:temp2 (Results 26 - 38 of 38) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp275 int32 temp2 = fxp_mul32_Q32((ss - cb_begin) << 16, mp3_shortwindBandWidths[sfreq][cb_width]); local
276 temp2 = (temp2 + 1) >> 15;
279 global_gain -= gr_info->subblock_gain[temp2] << 3;
280 global_gain -= (1 + gr_info->scalefac_scale) * (scalefac->s[temp2][cb] << 1);
H A Dpvmp3_equalizer.cpp342 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
346 *(inData++) = temp2;
357 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
361 *(inData++) = temp2;
382 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
386 *(inData++) = fxp_mul32_Q32(temp2 << 1, *(pt_equalizer++));
399 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]); local
403 *(inData++) = fxp_mul32_Q32(temp2 << 1, *(pt_equalizer++));
H A Dpvmp3_dct_16.cpp317 int32 temp2; local
324 temp2 = vec[10];
340 vec[20] = temp2;
341 temp2 = vec[13];
355 vec[26] = temp2;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
H A DarmCOMM.c843 OMX_S32 temp1,temp2; local
852 temp2 = ( lo2* lo1 ) >> 16;
854 result = armSatAdd_S32(temp1,temp2);
880 OMX_S32 temp1,temp2,temp3; local
890 temp2 = ( hi1* lo2 ) >> 16;
893 result = armSatAdd_S32(temp1,temp2);
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c777 int32_t temp2; local
859 temp2 = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nCosWT_5KHz)
861 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, 2 Cos a1 %d", temp2);
862 temp = 32767 + temp - temp2;
911 temp2 = MULT_EG1_EG1(pReverb->m_nRvbLpfFbk, pReverb->m_nCosWT_5KHz)
913 temp = 32767 + temp - temp2;
917 temp2 = (pReverb->m_nRvbLpfFwd << 15) / (32767
921 temp2 = Effects_Linear16ToMillibels(temp2);
922 ALOGV("get REVERB_PARAM_DECAY_HF_RATIO, gain 5KHz %d mB, gain DC %d mB", temp, temp2);
1060 int32_t temp2; local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s94 temp2 RN 5 label
242 LSR temp2,Count,#3 ;// temp2=i>>3
246 LDRH absCoeffAC,[pPredBufCol,temp2] ;// absCoefAC=pPredBufCol[i>>3]
268 STRH temp,[pPredBufCol,temp2] ;// pPredBufCol[i>>3]=temp
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp486 uint32 temp1, temp2; local
496 temp2 = src[width-1]; /* top-right corner */
499 temp2 |= (temp2 << 8);
500 temp2 |= (temp2 << 16);
511 *((uint32*)(dst += width)) = temp2;
512 *((uint32*)(dst + 4)) = temp2;
513 *((uint32*)(dst + 8)) = temp2;
514 *((uint32*)(dst + 12)) = temp2;
[all...]
H A Dintra_est.cpp738 uint32 temp1, temp2; local
1171 temp2 = ((x0 + x1) >> 2);
1172 temp2 |= (((x1 + x2) >> 2) << 8);
1173 temp2 |= (((x2 + x3) >> 2) << 16);
1174 temp2 |= (((x3 + x4) >> 2) << 24);
1176 *((uint32*)(pred += 4)) = temp2;
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
1182 *((uint32*)(pred += 4)) = temp2;
H A Dmotion_comp.cpp129 int temp2[21][21]; /* for intermediate results */ local
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight);
167 eHorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx);
174 eHorzInterp3MC(ref, picpitch, &temp2[0][0], 21, blkwidth, blkheight + 5);
175 eVertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp1476 temp2 = *((ULong*)(src+4)); \
1478 *((ULong*)(dst+4)) = temp2; \
1480 *((ULong*)(dst+4)) = temp2; \
1482 *((ULong*)(dst+4)) = temp2; \
1484 *((ULong*)(dst+4)) = temp2; \
1486 *((ULong*)(dst+4)) = temp2; \
1488 *((ULong*)(dst+4)) = temp2; \
1490 *((ULong*)(dst+4)) = temp2; \
1492 *((ULong*)(dst+4)) = temp2; }
1525 ULong temp, temp2; local
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c697 M4OSA_Int32 loop, temp1, temp2; local
717 temp2 = temp1;
719 for ( loop = 0; loop < 16 && temp2 != 0; loop++ )
721 temp2 /= 2;
745 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1298 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
1532 temp2 = H264MCS_getBits(p_bs1, 8);
1535 if( temp1 != temp2 )
1546 temp2 = H264MCS_getBits(p_bs1, lEncoderPPSRemBits);
1548 if( temp1 == temp2 )
1748 M4OSA_UInt8 temp1, temp2, temp3, temp4; local
[all...]

Completed in 357 milliseconds

12