HomeSort by relevance Sort by last modified time
    Searched defs:tmp3 (Results 26 - 50 of 69) sorted by null

12 3

  /frameworks/base/media/libstagefright/codecs/aacdec/
dct16.cpp 109 Int32 tmp3; local
155 tmp3 = vec[ 3] + vec[12];
159 tmp1 = (tmp3 + tmp4);
160 tmp4 = fxp_mul32_Q31((tmp3 - tmp4) << 2, Qfmt_31(0.64072886193538F));
168 tmp3 = fxp_mul32_by_16((itmp_e1 - itmp_e2) << 1, Qfmt15(0.65328148243819F));
173 vec[12] = fxp_mul32_by_16((tmp1 - tmp3) << 1, Qfmt15(0.70710678118655F));
174 vec[ 4] = tmp1 + tmp3;
181 tmp3 = fxp_mul32_Q31((tmp6 - tmp5) << 2, Qfmt_31(0.65328148243819F));
187 vec[14] = fxp_mul32_by_16((tmp1 - tmp3) << 1, Qfmt15(0.70710678118655F));
189 tmp1 += tmp3 + vec[14]
    [all...]
dct64.cpp 155 Int32 tmp3; local
162 tmp3 = *(pt_cosTerms++);
164 *(pt_temp_o++) = fxp_mul32_Q26((tmp1 - tmp2), tmp3);
synthesis_sub_band.cpp 357 Int32 tmp3; local
371 tmp3 = *pt_Sr_1;
377 *(pt_Sr_1++) = fxp_mul32_Q31(tmp3, cosx);
378 tmp3 = *pt_Si_1;
382 *(pt_Si_2--) = fxp_mul32_Q31(tmp3, cosx);
384 tmp3 = *pt_Sr_1;
399 tmp3 = *(pt_Sr_1++);
406 *(pt_data_1++) = (Int16) fxp_mul32_Q31(-(tmp3 + tmp4), SCALE_DOWN_HQ);
408 *(pt_data_2--) = (Int16) fxp_mul32_Q31((tmp3 - tmp4), SCALE_DOWN_HQ);
411 tmp3 = *(pt_Sr_1++)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
oversamp_12k8_to_16k.cpp 284 int16 tmp1, tmp2, tmp3, tmp4; local
290 tmp3 = *(pt_x++);
294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
298 tmp3 = *(pt_x++);
302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
306 tmp3 = *(pt_x++);
310 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
314 tmp3 = *(pt_x++);
318 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
322 tmp3 = *(pt_x++)
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_9.cpp 131 int32 tmp3 = vec[5] + vec[3]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
145 vec[8] = fxp_mac32_Q32(vec[8], tmp3 << 1, cos_8pi_9);
146 vec[4] = fxp_mac32_Q32(vec[4], tmp3 << 1, cos_4pi_9);
147 vec[2] = fxp_mac32_Q32(vec[2], tmp3 << 1, cos_7pi_9);
pvmp3_dct_16.cpp 157 int32 tmp3; local
207 tmp3 = vec[ 3] + vec[12];
211 tmp1 = (tmp3 + tmp4);
212 tmp4 = fxp_mul32_Q32((tmp3 - tmp4) << 2, Qfmt_31(0.64072886193538F));
219 tmp3 = fxp_mul32_Q32((itmp_e1 - itmp_e2) << 1, Qfmt_31(0.65328148243819F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0;
233 tmp3 = fxp_mul32_Q32((tmp6 - tmp5) << 2, Qfmt_31(0.65328148243819F));
238 tmp7 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
240 tmp1 += tmp3 + tmp7
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 58 tmp3 RN 9 label
155 AND tmp3, count, #0x00F00000 ;// partWidth-1
159 ADD count, count, tmp3, LSL #8
169 SMLATB tmp3, x_2_0, mult_20_01, plus16
174 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
180 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
187 SMLADX tmp3, x_7_5, mult_20_01, tmp3
    [all...]
h264bsd_interpolate_hor_quarter.s 58 tmp3 RN 9 label
157 AND tmp3, count, #0x00F00000 ;// partWidth-1
161 ADD count, count, tmp3, LSL #8
171 SMLATB tmp3, x_2_0, mult_20_01, plus16
176 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
182 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
189 SMLADX tmp3, x_7_5, mult_20_01, tmp3
    [all...]
h264bsd_interpolate_ver_half.s 49 tmp3 RN 6 label
152 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
158 UXTB16 tmpa, tmp3 ;// |g3|g1|
173 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2|
196 ;// tmp3 = |c4|c3|c2|c1|
205 UXTB16 tmpb, tmp3 ;// |c3|c1|
222 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2|
239 ;// tmp3 = |a4|a3|a2|a1|
253 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+A
269 UXTAB16 tmpa, tmpa, tmp3, ROR #8 ;// 16+20(G+M)+
    [all...]
h264bsd_interpolate_ver_quarter.s 48 tmp3 RN 6 label
153 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
159 UXTB16 tmpa, tmp3 ;// |g3|g1|
174 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2|
191 MVNEQ tmp1, tmp3 ;// select verOffset=0
205 ;// tmp3 = |c4|c3|c2|c1|
214 UXTB16 tmpb, tmp3 ;// |c3|c1|
231 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2|
253 ;// tmp3 = |a4|a3|a2|a1|
267 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+
    [all...]
h264bsd_interpolate_chroma_hor.s 59 tmp3 RN 9 label
141 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp3, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
192 PKHBT tmp7, tmp3, tmp1, LSL #16
234 MLA tmp3, tmp1, width, tmp2
235 ADD ptrA, ref, tmp3
251 LDRB tmp3, [ptrA, width
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 56 tmp3 RN 8 label
117 ADD tmp3, chrPW, #1 ;// tmp3 = chromaPartWidth+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
145 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
181 LDRB tmp3, [ptrA, width]
184 PKHBT tmp1, tmp1, tmp3, LSL #16 ;// |t3|t1
    [all...]
h264bsd_interpolate_chroma_ver.s 57 tmp3 RN 9 label
139 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
185 PKHBT tmp2, tmp2, tmp3, LSL #16 ;// |C|B|
228 MLA tmp3, tmp1, width, tmp2
229 ADD ptrA, ref, tmp3
244 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
252 PKHBT tmp2, tmp2, tmp3, LSL #16 ;// |C|B
    [all...]
h264bsd_interpolate_hor_ver_quarter.s 55 tmp3 RN 6 label
317 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
323 UXTB16 tmpa, tmp3 ;// |g3|g1|
338 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2|
368 ;// tmp3 = |c4|c3|c2|c1|
377 UXTB16 tmpb, tmp3 ;// |c3|c1|
394 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2|
416 ;// tmp3 = |a4|a3|a2|a1|
430 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+A
446 UXTAB16 tmpa, tmpa, tmp3, ROR #8 ;// 16+20(G+M)+
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 186 i32 tmp1, tmp2, tmp3, tmp4; local
251 tmp3 = tmp[1];
255 tmp3 = clp[tmp3 + tmp4];
258 imageBlock[1] = (u8)tmp3;
260 tmp3 = tmp[3];
263 tmp3 = clp[tmp3 + tmp4];
265 imageBlock[3] = (u8)tmp3;
323 tmp3 = tmp[1]
    [all...]
h264bsd_transform.c 99 i32 tmp0, tmp1, tmp2, tmp3; local
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv;
125 data[15] = (d3 * tmp3);
132 data[5] = (d3 * tmp3);
144 data[7] = (d2 * tmp3);
151 data[13] = (d1 * tmp3);
161 tmp3 = ptr[1] + (ptr[3] >> 1);
162 ptr[0] = tmp0 + tmp3;
165 ptr[3] = tmp0 - tmp3;
175 tmp3 = data[4] + (data[12] >> 1)
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /external/jpeg/
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp3 = dataptr[3] + dataptr[4];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
183 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
188 tmp10 = tmp0 + tmp3; /* phase 2 */
189 tmp13 = tmp0 - tmp3;
jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
161 tmp3 = dataptr[3] + dataptr[4];
168 tmp10 = tmp0 + tmp3;
169 tmp13 = tmp0 - tmp3;
226 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
233 tmp10 = tmp0 + tmp3;
234 tmp13 = tmp0 - tmp3;
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
227 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
232 tmp13 = tmp1 + tmp3; /* phases 5-3 */
233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */
236 tmp3 = tmp10 - tmp13;
269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4);
270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4);
323 tmp3 = tmp10 - tmp13;
359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3)
361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3
    [all...]
jidctint.c 152 INT32 tmp0, tmp1, tmp2, tmp3; local
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
219 tmp10 = tmp0 + tmp3;
220 tmp13 = tmp0 - tmp3;
231 tmp3 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]);
233 z1 = tmp0 + tmp3;
236 z4 = tmp1 + tmp3;
242 tmp3 = MULTIPLY(tmp3, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
254 tmp3 += z1 + z4
    [all...]
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 134 double tmp3 = 1/(piX[2]*piX[2]); local
136 double tmp1 = -piX[0]*tmp3;
137 double tmp2 = -piX[1]*tmp3;
144 (p[j*4+i]*piX[2]-p[8+i]*piX[j]) * tmp3 );
  /external/skia/samplecode/
SampleRegion.cpp 150 SkRegion tmp3; local
151 size2 = tmp3.unflatten(buffer);
154 SkASSERT(tmp3 == tmp);
  /external/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 321 Int tmp, tmp2, tmp3, mask = 0xFF; local
330 tmp3 = kk[1];
332 tmp2 = (UInt)tmp3 >> 24;
335 tmp2 = (tmp3 >> 16) & mask;
338 tmp2 = (tmp3 >> 8) & mask;
341 tmp2 = tmp3 & mask;
343 tmp3 = *kk;
346 tmp2 = (UInt)tmp3 >> 24;
349 tmp2 = (tmp3 >> 16) & mask;
352 tmp2 = (tmp3 >> 8) & mask
    [all...]
  /system/core/nexus/
NetworkManager.cpp 154 char *tmp3; local
155 asprintf(&tmp3,
163 tmp3,
165 free(tmp3);

Completed in 586 milliseconds

12 3