Searched defs:temp4 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_polyphase_filter_window.cpp140 int32 temp4 = pt_1[ SUBBANDS_NUMBER*14 ]; local
147 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 2]);
149 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 3]);
154 temp4 = pt_1[ SUBBANDS_NUMBER*12];
161 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 6]);
163 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 7]);
168 temp4 = pt_1[ SUBBANDS_NUMBER*10 ];
175 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[10]);
177 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[11]);
182 temp4
[all...]
H A Dpvmp3_equalizer.cpp344 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
348 *(inData++) = temp4;
359 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
363 *(inData++) = temp4;
384 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
388 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
401 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local
405 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.s140 temp4 RN 1 label
368 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
373 PKHBT out02, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
380 SMLATB temp4, colOp12, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
385 PKHBT out12, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
391 SMLATB temp4, colOp22, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
396 PKHBT out22, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |
402 SMLATB temp4, colOp32, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round
408 PKHBT out32, temp3, temp4, LSL #14 ;// c1w0 = | Temp2 | Temp1 |

Completed in 1166 milliseconds