HomeSort by relevance Sort by last modified time
    Searched refs:tmp1 (Results 76 - 100 of 290) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
23 "lb %[tmp1], (%[left]) \n\t"
40 "replv.qb %[tmp1], %[tmp1] \n\t"
57 "sw %[tmp1], (%[dst]) \n\t"
58 "sw %[tmp1], 4(%[dst]) \n\t"
59 "sw %[tmp1], 8(%[dst]) \n\t"
60 "sw %[tmp1], 12(%[dst]) \n\t"
152 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2)
    [all...]
vp9_intrapred4_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4; local
22 "lb %[tmp1], (%[left]) \n\t"
26 "replv.qb %[tmp1], %[tmp1] \n\t"
30 "sw %[tmp1], (%[dst]) \n\t"
38 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2),
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 46 tmp1 .req r5 label
86 LDR tmp1, [pWTFrame, #m_gainTarget]
94 SMULBB gainIncLeft, tmp1, gainIncLeft
102 SMULBB gainIncRight, tmp1, gainIncRight
110 LDR tmp1, [pMixBuffer]
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
120 STR tmp1, [pMixBuffer], #4
148 LDR tmp1, [pMixBuffer] @ get left channel output sample
153 ADD tmp1, tmp0, tmp1
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 46 tmp1 .req r5 label
86 LDR tmp1, [pWTFrame, #m_gainTarget]
94 SMULBB gainIncLeft, tmp1, gainIncLeft
102 SMULBB gainIncRight, tmp1, gainIncRight
110 LDR tmp1, [pMixBuffer]
114 SMLAWB tmp1, gainLeft, tmp0, tmp1
120 STR tmp1, [pMixBuffer], #4
148 LDR tmp1, [pMixBuffer] @ get left channel output sample
153 ADD tmp1, tmp0, tmp1
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mdct_6.cpp 126 int32 tmp1; local
136 tmp1 = *(pt_vec++);
139 *(pt_vec_o++) = fxp_mul32_Q29(tmp1, *(pt_cos++));
pvmp3_get_scale_factors.cpp 196 int32 tmp1 = slen[(i>>1)][gr_info->scalefac_compress]; local
198 if (tmp1)
200 int32 tmp2 = tmp1 * tmp4;
202 tmp4 = 32 - tmp1;
203 for (; tmp2 > 0; tmp2 -= tmp1)
pvmp3_dct_9.cpp 127 int32 tmp1 = vec[7] + vec[1]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
136 vec[2] = (tmp1 >> 1) - vec[4];
  /external/jpeg/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
73 tmp1 = dataptr[1] + dataptr[6];
84 tmp11 = tmp1 + tmp2;
85 tmp12 = tmp1 - tmp2;
123 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
134 tmp11 = tmp1 + tmp2;
135 tmp12 = tmp1 - tmp2;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
129 tmp1 = dataptr[1] + dataptr[6];
140 tmp11 = tmp1 + tmp2;
141 tmp12 = tmp1 - tmp2;
179 tmp1 = dataptr[DCTSIZE*1] + dataptr[DCTSIZE*6];
190 tmp11 = tmp1 + tmp2;
191 tmp12 = tmp1 - tmp2;
jidctflt.c 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
124 tmp1 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
136 tmp1 = tmp11 + tmp12;
164 wsptr[DCTSIZE*1] = tmp1 + tmp6;
165 wsptr[DCTSIZE*6] = tmp1 - tmp6;
198 tmp1 = tmp11 + tmp12;
225 outptr[1] = range_limit[(int) DESCALE((INT32) (tmp1 + tmp6), 3)
227 outptr[6] = range_limit[(int) DESCALE((INT32) (tmp1 - tmp6), 3
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 454 Word16 tmp1;
488 tmp1 = pv_round(L_shl(L_mult(state->prevCbGain, ONFACTPLUS1), 2));
489 if (sub(cbGain, tmp1) > 0)
600 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
601 inno[i] = add(inno[i], tmp1);
607 tmp1 = mult(inno_sav[ppos], ph_imp[j++]);
608 inno[i] = add(inno[i], tmp1);
671 register Word16 tmp1; local
740 tmp1 = pv_round(L_temp, pOverflow);
742 if (cbGain > tmp1)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cpu/arm/filters/
FEBlendNEON.h 50 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
51 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB);
59 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
60 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB);
70 uint16x8_t tmp1 = vaddq_u16(pixelA, pixelB); local
73 return vsubq_u16(tmp1, tmp3);
79 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
80 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB);
95 uint16x8_t tmp1 = vsubq_u16(sixteenConst255, alphaA); local
96 uint16x8_t tmp2 = vmulq_u16(tmp1, pixelB)
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample_fractional.c 153 WebRtc_Word32 tmp1 = 16384; local
158 tmp1 += coef * in1[0];
162 tmp1 += coef * in1[1];
166 tmp1 += coef * in1[2];
170 tmp1 += coef * in1[3];
174 tmp1 += coef * in1[4];
178 tmp1 += coef * in1[5];
182 tmp1 += coef * in1[6];
186 tmp1 += coef * in1[7];
190 *out1 = tmp1 + coef * in1[8]
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ecp_oct.c 74 BIGNUM *tmp1, *tmp2, *x, *y; local
90 tmp1 = BN_CTX_get(ctx);
101 /* tmp1 := x^3 */
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
115 /* tmp1 := tmp1 + a*x */
120 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
135 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err
    [all...]
  /external/openssl/crypto/ec/
ecp_oct.c 74 BIGNUM *tmp1, *tmp2, *x, *y; local
90 tmp1 = BN_CTX_get(ctx);
101 /* tmp1 := x^3 */
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
115 /* tmp1 := tmp1 + a*x */
120 if (!BN_mod_sub_quick(tmp1, tmp1, tmp2, &group->field)) goto err;
135 if (!BN_mod_add_quick(tmp1, tmp1, tmp2, &group->field)) goto err
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 54 tmp1 RN 7 label
157 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
160 ADD count, count, tmp1, LSL #20 ;// chromaPartWidth-1
176 LDRB tmp1, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
186 LDRB tmp1, [ptrA, width]
192 PKHBT tmp7, tmp3, tmp1, LSL #16
229 LDR tmp1, [sp, #0xd0] ;// y0
233 ADD tmp1, height, tmp1
    [all...]
h264bsd_interpolate_ver_half.s 44 tmp1 RN 4 label
143 AND tmp1, count, #0x000000FF ;// partWidth
147 ADD count, count, tmp1, LSL #24 ;// partWidth-1 to top byte
150 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
165 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A
181 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A
188 LDR tmp1, [ref], width
200 ;// tmp1 = |t4|t3|t2|t1|
210 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A+T
226 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A+
    [all...]
h264bsd_interpolate_ver_quarter.s 43 tmp1 RN 4 label
144 AND tmp1, count, #0x0000FF00 ;// partWidth
148 ADD count, count, tmp1, LSL #16 ;// partWidth-1 to top byte
151 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
166 UXTAB16 tmpa, tmpa, tmp1 ;// 16+20(G+M)+A
182 UXTAB16 tmpa, tmpa, tmp1, ROR #8 ;// 16+20(G+M)+A
189 MOVS tmp1, count, LSL #31 ;// update flags (verOffset)
191 MVNEQ tmp1, tmp3 ;// select verOffset=0
192 MVNNE tmp1, tmp4 ;// select verOffset=1
197 UHSUB8 res, res, tmp1 ;// bilinear interpolatio
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_gain2_amr_wb.cpp 188 int16 tmp1, g_code; local
258 tmp1 = past_qua_en[2];
260 L_tmp += tmp1;
263 tmp1 = past_qua_en[0];
265 L_tmp += tmp1;
268 past_qua_en[1] = tmp1;
360 tmp1 = pbuf[1];
365 pbuf[i - 1] = tmp1;
368 tmp1 = pbuf[i];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.c 333 i32 tmp1, tmp2; local
336 tmp1 = mb1->totalCoeff[ind1];
343 if (tmp1 || tmp2)
368 i32 tmp1, tmp2, tmp3, tmp4; local
370 tmp1 = mb1->mv[ind1].hor;
375 if ( (ABS(tmp1 - tmp2) >= 4) || (ABS(tmp3 - tmp4) >= 4) ||
427 u32 tmp1, tmp2, tmp3, tmp4; local
429 tmp1 = mb1->totalCoeff[0];
433 if (tmp1 || tmp2)
443 tmp1 = mb1->totalCoeff[4]
494 u32 tmp1, tmp2, tmp3, tmp4; local
1891 u32 tmp1, tmp2, isIntraMb; local
    [all...]
  /external/chromium_org/third_party/opus/src/silk/fixed/
prefilter_FIX.c 58 opus_int32 acc_Q11, tmp1, tmp2; local
68 tmp1 = silk_SMLAWB( state[ 1 ], state[ 2 ] - tmp2, lambda_Q16 );
75 tmp2 = silk_SMLAWB( state[ i ], state[ i + 1 ] - tmp1, lambda_Q16 );
76 state[ i ] = tmp1;
77 acc_Q11 = silk_SMLAWB( acc_Q11, tmp1, coef_Q13[ i - 1 ] );
79 tmp1 = silk_SMLAWB( state[ i + 1 ], state[ i + 2 ] - tmp2, lambda_Q16 );
83 state[ order ] = tmp1;
84 acc_Q11 = silk_SMLAWB( acc_Q11, tmp1, coef_Q13[ order - 1 ] );
  /external/chromium_org/third_party/opus/src/silk/float/
prefilter_FLP.c 61 silk_float acc, tmp1, tmp2; local
71 tmp1 = state[ 1 ] + lambda * ( state[ 2 ] - tmp2 );
77 tmp2 = state[ i ] + lambda * ( state[ i + 1 ] - tmp1 );
78 state[ i ] = tmp1;
79 acc += coef[ i - 1 ] * tmp1;
81 tmp1 = state[ i + 1 ] + lambda * ( state[ i + 2 ] - tmp2 );
85 state[ order ] = tmp1;
86 acc += coef[ order - 1 ] * tmp1;

Completed in 552 milliseconds

1 2 34 5 6 7 8 91011>>