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

12 3 4 5 6 7 8 9

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 157 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
161 Scratch_mem[freq+2] = tmp3;
178 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
182 Scratch_mem[freq+2] = tmp3;
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...]
  /external/libvpx/libvpx/vpx_dsp/mips/
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...]
vpx_convolve8_vert_msa.c 129 v16u8 tmp0, tmp1, tmp2, tmp3; local
177 tmp0, tmp1, tmp2, tmp3);
178 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3);
179 ST_UB4(tmp0, tmp1, tmp2, tmp3, dst, dst_stride);
210 v16u8 tmp0, tmp1, tmp2, tmp3; local
261 out3_r, tmp0, tmp1, tmp2, tmp3);
262 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3);
263 ST_UB4(tmp0, tmp1, tmp2, tmp3, dst_tmp, dst_stride);
330 v8u16 tmp0, tmp1, tmp2, tmp3; local
350 tmp0, tmp1, tmp2, tmp3);
372 v8u16 tmp0, tmp1, tmp2, tmp3; local
396 v8u16 tmp0, tmp1, tmp2, tmp3; local
448 v8u16 tmp0, tmp1, tmp2, tmp3; local
496 v8u16 tmp0, tmp1, tmp2, tmp3; local
564 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
intrapred4_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4; local
21 "lb %[tmp3], 2(%[left]) \n\t"
25 "replv.qb %[tmp3], %[tmp3] \n\t"
31 "sw %[tmp3], (%[dst]) \n\t"
36 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
vpx_convolve8_avg_vert_msa.c 148 v16u8 dst0, dst1, dst2, dst3, tmp0, tmp1, tmp2, tmp3; local
202 out3_r, tmp0, tmp1, tmp2, tmp3);
203 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3);
204 AVER_UB4_UB(tmp0, dst0, tmp1, dst1, tmp2, dst2, tmp3, dst3, dst0, dst1,
303 v8u16 tmp0, tmp1, tmp2, tmp3; local
324 tmp0, tmp1, tmp2, tmp3);
325 SRARI_H4_UH(tmp0, tmp1, tmp2, tmp3, FILTER_BITS);
326 PCKEV_B2_UB(tmp1, tmp0, tmp3, tmp2, src2110, src4332);
353 v8u16 tmp0, tmp1, tmp2, tmp3; local
365 tmp2, tmp3);
381 v8u16 tmp0, tmp1, tmp2, tmp3; local
441 v8u16 tmp0, tmp1, tmp2, tmp3, filt; local
493 v8u16 tmp0, tmp1, tmp2, tmp3, filt; local
567 v8u16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
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);
  /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_intrapred4_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4; local
24 "lb %[tmp3], 2(%[left]) \n\t"
28 "replv.qb %[tmp3], %[tmp3] \n\t"
34 "sw %[tmp3], (%[dst]) \n\t"
39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
9s12x-exg-sex-tfr.s 29 ; exg tmp3,ccr
37 ; exg tmp3,tmp2
53 ; exg tmp3,x
61 ; exg tmp3,y
69 ; exg tmp3,sp
100 ; tfr tmp3,ccrw
108 ; tfr tmp3,tmp2
124 ; tfr tmp3,x
132 ; tfr tmp3,y
140 ; tfr tmp3,s
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
strncmp.S 55 #define tmp3 x10 define
150 rev tmp3, data1
151 sub tmp1, tmp3, zeroones
152 orr tmp2, tmp3, #REP8_7f
179 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
185 lsl tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
188 lsr tmp2, tmp2, tmp3 /* Shift (tmp1 & 63). */
190 and tmp3, limit_wd, #7
194 add tmp3, tmp3, tmp
    [all...]
strnlen.S 49 #define tmp3 x10 define
95 sub tmp3, data2, zeroones
98 bic has_nul2, tmp3, tmp4
151 and tmp3, limit_wd, #15
157 add tmp3, tmp3, tmp1
166 add limit_wd, limit_wd, tmp3, lsr #4
  /external/libjpeg-turbo/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
77 tmp3 = dataptr[3] + dataptr[4];
82 tmp10 = tmp0 + tmp3; /* phase 2 */
83 tmp13 = tmp0 - tmp3;
127 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
132 tmp10 = tmp0 + tmp3; /* phase 2 */
133 tmp13 = tmp0 - tmp3;
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;
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...]
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;
  /external/opencv3/3rdparty/libjpeg/
jfdctflt.c 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
82 tmp3 = (FAST_FLOAT) (GETJSAMPLE(elemptr[3]) + GETJSAMPLE(elemptr[4]));
87 tmp10 = tmp0 + tmp3; /* phase 2 */
88 tmp13 = tmp0 - tmp3;
133 tmp3 = dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4];
138 tmp10 = tmp0 + tmp3; /* phase 2 */
139 tmp13 = tmp0 - tmp3;
jidctflt.c 73 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
126 tmp3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]);
131 tmp13 = tmp1 + tmp3; /* phases 5-3 */
132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */
135 tmp3 = tmp10 - tmp13;
168 wsptr[DCTSIZE*3] = tmp3 + tmp4;
169 wsptr[DCTSIZE*4] = tmp3 - tmp4;
198 tmp3 = tmp10 - tmp13;
228 outptr[3] = range_limit[((int) (tmp3 + tmp4)) & RANGE_MASK];
229 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/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_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/wpa_supplicant_8/src/crypto/
milenage.c 39 u8 tmp1[16], tmp2[16], tmp3[16]; local
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
60 tmp3[i] ^= tmp1[i];
63 /* f1 || f1* = E_K(tmp3) XOR OP_c */
64 if (aes_128_encrypt_block(k, tmp3, tmp1))
91 u8 tmp1[16], tmp2[16], tmp3[16]; local
111 if (aes_128_encrypt_block(k, tmp1, tmp3))
114 tmp3[i] ^= opc[i];
116 os_memcpy(res, tmp3 + 8, 8); /* f2 */
118 os_memcpy(ak, tmp3, 6); /* f5 *
    [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/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 361 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset
362 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
366 STRD tmp3, tmp4, [pDst], dstStep
367 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset
368 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
396 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4
399 M_EXT_XINT $offset, tmp1, tmp2, tmp3, tmp4
400 M_UHADD8R tmp5, tmp1, tmp3, (1-$rndVal), mask
403 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4
431 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offse
600 tmp3 RN 6 label
    [all...]

Completed in 1168 milliseconds

12 3 4 5 6 7 8 9