HomeSort by relevance Sort by last modified time
    Searched refs:tmp7 (Results 1 - 25 of 57) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c 503 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
541 tmp7 = tmp4 + tmp1;
542 tmp2 -= (tmp7 << 2);
543 tmp2 -= tmp7;
545 tmp7 = tmp5 + tmp6;
547 tmp2 += (tmp7 << 4);
548 tmp2 += (tmp7 << 2);
554 tmp7 = tmp3 + tmp6;
555 tmp1 -= (tmp7 << 2);
556 tmp1 -= tmp7;
622 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
756 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
880 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1019 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1222 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1409 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1613 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_16.cpp 161 int32 tmp7; local
180 tmp7 = vec[ 7] + vec[ 8];
182 itmp_e0 = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.50979557910416F));
183 tmp7 = (tmp0 + tmp7);
216 tmp0 = (tmp7 + tmp1);
217 tmp1 = fxp_mul32_Q32((tmp7 - tmp1), Qfmt_31(0.54119610014620F));
220 tmp7 = (itmp_e1 + itmp_e2);
222 vec[ 0] = (tmp0 + tmp7) >> 1;
223 vec[ 8] = fxp_mul32_Q32((tmp0 - tmp7), Qfmt_31(0.70710678118655F))
    [all...]
pvmp3_dct_9.cpp 128 int32 tmp7 = vec[7] - vec[1]; local
151 vec[1] = fxp_mac32_Q32(vec[1], tmp7 << 1, cos_5pi_6);
156 vec[5] = fxp_mac32_Q32(vec[5], tmp7 << 1, cos_pi_6);
160 vec[7] = fxp_mac32_Q32(vec[7], tmp7 << 1, cos_pi_6);
  /external/libjpeg-turbo/
jfdctflt.c 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
72 tmp7 = dataptr[0] - dataptr[7];
98 tmp12 = tmp6 + tmp7;
106 z11 = tmp7 + z3; /* phase 5 */
107 z13 = tmp7 - z3;
122 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
148 tmp12 = tmp6 + tmp7;
156 z11 = tmp7 + z3; /* phase 5 */
157 z13 = tmp7 - z3;
jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
128 tmp7 = dataptr[0] - dataptr[7];
154 tmp12 = tmp6 + tmp7;
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
204 tmp12 = tmp6 + tmp7;
212 z11 = tmp7 + z3; /* phase 5 */
213 z13 = tmp7 - z3;
jfdctint.c 144 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
158 tmp7 = dataptr[0] - dataptr[7];
186 * i0..i3 in the paper are tmp4..tmp7 here.
189 z1 = tmp4 + tmp7;
192 z4 = tmp5 + tmp7;
198 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
210 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
223 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
251 * i0..i3 in the paper are tmp4..tmp7 here
    [all...]
jidctflt.c 75 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
148 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7] * _0_125);
152 z11 = tmp4 + tmp7;
153 z12 = tmp4 - tmp7;
155 tmp7 = z11 + z13; /* phase 5 */
162 tmp6 = tmp12 - tmp7; /* phase 2 */
166 wsptr[DCTSIZE*0] = tmp0 + tmp7;
167 wsptr[DCTSIZE*7] = tmp0 - tmp7;
213 tmp7 = z11 + z13;
220 tmp6 = tmp12 - tmp7;
    [all...]
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
252 tmp7 = z11 + z13; /* phase 5 */
259 tmp6 = tmp12 - tmp7; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
334 tmp7 = z11 + z13; /* phase 5 */
341 tmp6 = tmp12 - tmp7; /* phase 2 *
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jfdctflt.c 62 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
77 tmp7 = (FAST_FLOAT) (GETJSAMPLE(elemptr[0]) - GETJSAMPLE(elemptr[7]));
104 tmp12 = tmp6 + tmp7;
112 z11 = tmp7 + z3; /* phase 5 */
113 z13 = tmp7 - z3;
128 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
154 tmp12 = tmp6 + tmp7;
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
jidctflt.c 73 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
144 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
148 z11 = tmp4 + tmp7;
149 z12 = tmp4 - tmp7;
151 tmp7 = z11 + z13; /* phase 5 */
158 tmp6 = tmp12 - tmp7; /* phase 2 */
162 wsptr[DCTSIZE*0] = tmp0 + tmp7;
163 wsptr[DCTSIZE*7] = tmp0 - tmp7;
209 tmp7 = z11 + z13;
216 tmp6 = tmp12 - tmp7;
    [all...]
jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
252 tmp7 = z11 + z13; /* phase 5 */
259 tmp6 = tmp12 - tmp7; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
334 tmp7 = z11 + z13; /* phase 5 */
341 tmp6 = tmp12 - tmp7; /* phase 2 *
    [all...]
jfdctfst.c 117 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
133 tmp7 = GETJSAMPLE(elemptr[0]) - GETJSAMPLE(elemptr[7]);
160 tmp12 = tmp6 + tmp7;
168 z11 = tmp7 + z3; /* phase 5 */
169 z13 = tmp7 - z3;
184 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
210 tmp12 = tmp6 + tmp7;
218 z11 = tmp7 + z3; /* phase 5 */
219 z13 = tmp7 - z3;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jfdctfst.c 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
128 tmp7 = dataptr[0] - dataptr[7];
154 tmp12 = tmp6 + tmp7;
162 z11 = tmp7 + z3; /* phase 5 */
163 z13 = tmp7 - z3;
178 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
204 tmp12 = tmp6 + tmp7;
212 z11 = tmp7 + z3; /* phase 5 */
213 z13 = tmp7 - z3;
fpdfapi_jfdctint.c 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
156 tmp7 = dataptr[0] - dataptr[7];
184 * i0..i3 in the paper are tmp4..tmp7 here.
187 z1 = tmp4 + tmp7;
190 z4 = tmp5 + tmp7;
196 tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
221 tmp7 = dataptr[DCTSIZE*0] - dataptr[DCTSIZE*7];
249 * i0..i3 in the paper are tmp4..tmp7 here
    [all...]
fpdfapi_jidctfst.c 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
245 tmp7 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
249 z11 = tmp4 + tmp7;
250 z12 = tmp4 - tmp7;
252 tmp7 = z11 + z13; /* phase 5 */
259 tmp6 = tmp12 - tmp7; /* phase 2 */
263 wsptr[DCTSIZE*0] = (int) (tmp0 + tmp7);
264 wsptr[DCTSIZE*7] = (int) (tmp0 - tmp7);
334 tmp7 = z11 + z13; /* phase 5 */
341 tmp6 = tmp12 - tmp7; /* phase 2 *
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator_mips.c 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
47 "lh %[tmp7], 4(%[tmp_x]) \n\t"
53 "mul %[tmp7], %[tmp3], %[tmp7] \n\t"
62 "srav %[tmp7], %[tmp7], %[scaling] \n\t"
71 "addu %[csum32], %[csum32], %[tmp7] \n\t"
80 [tmp7] "=&r" (tmp7), [tmp8] "=&r" (tmp8), [tmp_in] "+r" (tmp_in),
105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8 local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred16_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
26 "lb %[tmp7], 6(%[left]) \n\t"
43 "replv.qb %[tmp7], %[tmp7] \n\t"
90 "sw %[tmp7], (%[dst]) \n\t"
91 "sw %[tmp7], 4(%[dst]) \n\t"
92 "sw %[tmp7], 8(%[dst]) \n\t"
93 "sw %[tmp7], 12(%[dst]) \n\t"
151 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7),
    [all...]
intrapred8_dspr2.c 16 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
25 "lb %[tmp7], 6(%[left]) \n\t"
34 "replv.qb %[tmp7], %[tmp7] \n\t"
55 "sw %[tmp7], (%[dst]) \n\t"
56 "sw %[tmp7], 4(%[dst]) \n\t"
63 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7),
    [all...]
fwd_txfm_msa.c 15 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
36 ADD4(in4, in11, in5, in10, in6, in9, in7, in8, tmp4, tmp5, tmp6, tmp7);
37 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7,
38 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
39 ST_SH8(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp_ptr, 32);
134 v8i16 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
154 tmp6, tmp7, in8, in9, in10, in11, in12, in13, in14, in15);
156 FDCT8x16_EVEN(tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7,
157 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7);
164 TRANSPOSE8x8_SH_SH(tmp4, in4, tmp5, in5, tmp6, in6, tmp7, in7
    [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
29 "lb %[tmp7], 6(%[left]) \n\t"
46 "replv.qb %[tmp7], %[tmp7] \n\t"
93 "sw %[tmp7], (%[dst]) \n\t"
94 "sw %[tmp7], 4(%[dst]) \n\t"
95 "sw %[tmp7], 8(%[dst]) \n\t"
96 "sw %[tmp7], 12(%[dst]) \n\t"
154 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7),
    [all...]
vp9_intrapred8_dspr2.c 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local
28 "lb %[tmp7], 6(%[left]) \n\t"
37 "replv.qb %[tmp7], %[tmp7] \n\t"
58 "sw %[tmp7], (%[dst]) \n\t"
59 "sw %[tmp7], 4(%[dst]) \n\t"
66 [tmp5] "=&r" (tmp5), [tmp7] "=&r" (tmp7),
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 49 tmp7 RN 5 label
192 PKHBT tmp7, tmp3, tmp1, LSL #16
195 SMLAD tmp7, tmp7, valX, c32 ;// multiply
204 MOV tmp7, tmp7, LSR #6 ;// scale down
205 STRB tmp7, [mb,#8] ;// store row 2 col 2
263 PKHBT tmp7, tmp3, tmp1, LSL #16
266 SMLAD tmp7, tmp7, valX, c32 ;// multipl
    [all...]
h264bsd_interpolate_chroma_ver.s 48 tmp7 RN 5 label
188 SMLAD tmp7, tmp2, valY, c32 ;// multiply
194 MOV tmp7, tmp7, LSR #6 ;// scale down
195 STRB tmp7, [mb,#8] ;// store row 2 col 1
255 SMLAD tmp7, tmp2, valY, c32 ;// multiply
261 MOV tmp7, tmp7, LSR #6 ;// scale down
262 STRB tmp7, [mb,#8] ;// store row 2 col 1
  /external/llvm/test/MC/Mips/
mips_directives.s 53 .set $tmp7, $BB0_4-$BB0_2
56 # CHECK: lui $1, %hi($tmp7) # encoding: [0x3c,0x01,A,A]
57 # CHECK: # fixup A - offset: 0, value: ($tmp7)@ABS_HI, kind: fixup_Mips_HI16
59 lui $1, %hi($tmp7)
  /external/libjpeg-turbo/simd/
jfdctint-mmx.asm 172 psubw mm6,mm3 ; mm6=data0-data7=tmp7
179 movq MMWORD [wk(1)], mm6 ; wk(1)=tmp7
252 movq mm7, MMWORD [wk(1)] ; mm7=tmp7
283 ; z1 = tmp4 + tmp7; z2 = tmp5 + tmp6;
285 ; tmp6 = tmp6 * 3.072711026; tmp7 = tmp7 * 1.501321110;
288 ; data3 = tmp6 + z2 + z3; data1 = tmp7 + z1 + z4;
291 ; tmp4 = tmp4 * (0.298631336 - 0.899976223) + tmp7 * -0.899976223;
294 ; tmp7 = tmp4 * -0.899976223 + tmp7 * (1.501321110 - 0.899976223)
    [all...]

Completed in 1666 milliseconds

1 2 3