HomeSort by relevance Sort by last modified time
    Searched defs:tmp3 (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/libjpeg-turbo/
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 144 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
163 tmp3 = dataptr[3] + dataptr[4];
170 tmp10 = tmp0 + tmp3;
171 tmp13 = tmp0 - tmp3;
228 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
235 tmp10 = tmp0 + tmp3;
236 tmp13 = tmp0 - tmp3;
jidctflt.c 75 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
130 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6] * _0_125);
135 tmp13 = tmp1 + tmp3; /* phases 5-3 */
136 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
139 tmp3 = tmp10 - tmp13;
172 wsptr[DCTSIZE*3] = tmp3 + tmp4;
173 wsptr[DCTSIZE*4] = tmp3 - tmp4;
202 tmp3 = tmp10 - tmp13;
232 outptr[3] = range_limit[((int) (tmp3 + tmp4)) & RANGE_MASK];
233 outptr[4] = range_limit[((int) (tmp3 - tmp4)) & RANGE_MASK]
    [all...]
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...]
  /external/libunwind/src/dwarf/
Gexpr.c 193 unw_word_t operand1 = 0, operand2 = 0, tmp1, tmp2, tmp3, end_addr; local
459 tmp3 = pop ();
461 push (tmp3);
  /external/libvpx/libvpx/vpx_dsp/mips/
idct8x8_msa.c 45 v4i32 tmp0, tmp1, tmp2, tmp3; local
58 DOTP_SH4_SW(s0, s0, s1, s1, k0, k1, k2, k3, tmp0, tmp1, tmp2, tmp3);
59 SRARI_W4_SW(tmp0, tmp1, tmp2, tmp3, DCT_CONST_BITS);
61 PCKEV_H2_SH(zero, tmp2, zero, tmp3, s2, s3);
70 DOTP_SH4_SW(s0, s0, s1, s1, k0, k1, k2, k3, tmp0, tmp1, tmp2, tmp3);
71 SRARI_W4_SW(tmp0, tmp1, tmp2, tmp3, DCT_CONST_BITS);
73 PCKEV_H2_SH(zero, tmp2, zero, tmp3, s2, s3);
intrapred16_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
22 "lb %[tmp3], 2(%[left]) \n\t"
39 "replv.qb %[tmp3], %[tmp3] \n\t"
66 "sw %[tmp3], (%[dst]) \n\t"
67 "sw %[tmp3], 4(%[dst]) \n\t"
68 "sw %[tmp3], 8(%[dst]) \n\t"
69 "sw %[tmp3], 12(%[dst]) \n\t"
150 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
    [all...]
intrapred8_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
21 "lb %[tmp3], 2(%[left]) \n\t"
30 "replv.qb %[tmp3], %[tmp3] \n\t"
43 "sw %[tmp3], (%[dst]) \n\t"
44 "sw %[tmp3], 4(%[dst]) \n\t"
62 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
    [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/opencv3/3rdparty/libjpeg/
jfdctfst.c 117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
138 tmp3 = GETJSAMPLE(elemptr[3]) + GETJSAMPLE(elemptr[4]);
143 tmp10 = tmp0 + tmp3; /* phase 2 */
144 tmp13 = tmp0 - tmp3;
189 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
194 tmp10 = tmp0 + tmp3; /* phase 2 */
195 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...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_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;
fpdfapi_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;
fpdfapi_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...]
fpdfapi_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/srtp/crypto/cipher/
aes.c 1714 uint32_t tmp0, tmp1, tmp2, tmp3; local
1749 uint32_t tmp0, tmp1, tmp2, tmp3; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 223 int32_t tmp1, tmp2, tmp3; local
226 tmp3 = (tmp1 + tmp2) >> 1; /* Low pass signal. */
227 LP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*low pass */
228 tmp3 = (tmp1 - tmp2) >> 1; /* High pass signal. */
229 HP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*high pass */
282 int32_t tmp1, tmp2, tmp3; local
285 tmp3 = (tmp1 + tmp2) >> 1; /* Low pass signal. */
286 LP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*low pass */
287 tmp3 = (tmp1 - tmp2) >> 1; /* High pass signal. */
288 HP16[k] = (int16_t)WebRtcSpl_SatW32ToW16(tmp3); /*high pass *
    [all...]
  /frameworks/av/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...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
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/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp3], 2(%[left]) \n\t"
42 "replv.qb %[tmp3], %[tmp3] \n\t"
69 "sw %[tmp3], (%[dst]) \n\t"
70 "sw %[tmp3], 4(%[dst]) \n\t"
71 "sw %[tmp3], 8(%[dst]) \n\t"
72 "sw %[tmp3], 12(%[dst]) \n\t"
153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
24 "lb %[tmp3], 2(%[left]) \n\t"
33 "replv.qb %[tmp3], %[tmp3] \n\t"
46 "sw %[tmp3], (%[dst]) \n\t"
47 "sw %[tmp3], 4(%[dst]) \n\t"
65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4),
    [all...]

Completed in 2796 milliseconds

1 23 4 5 6 7