Searched refs:temp4 (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
34 temp4 = kUToB * u[0]; \
39 temp4 += kBCst; \
42 b = VP8Clip8(temp0 + temp4); \
50 b = VP8Clip8(temp0 + temp4); \
64 temp4 = kUToB * u[0]; \
69 temp4 += kBCst; \
72 b = VP8Clip8(temp0 + temp4); \
H A Denc_mips32.c121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
133 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp4, temp8, temp12)
139 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5),
174 "slt %[temp4], %[temp2], %[coeff] \n\t" \
177 "beqz %[temp4], 2f \n\t" \
184 "slt %[temp4], %[max_level], %[level] \n\t" \
185 "movn %[level], %[max_level], %[temp4] \
195 int temp0, temp1, temp2, temp3, temp4, temp5; local
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
651 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
685 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
711 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
733 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
H A Ddec_mips32.c212 int temp0, temp1, temp2, temp3, temp4; local
224 "lh %[temp4], 8(%[in]) \n\t"
228 "mul %[temp8], %[temp4], %[kC2] \n\t"
230 "mul %[temp4], %[temp4], %[kC1] \n\t"
238 "sra %[temp4], %[temp4], 16 \n\t"
245 "addu %[temp4], %[temp4], %[temp12] \n\t"
246 "addu %[temp8], %[temp16], %[temp4] \
[all...]
H A Dlossless_mips32.c292 "ulw %[temp4], "#A"(%["#P1"]) \n\t" \
296 "addu %[temp4], %[temp4], %[temp0] \n\t" \
304 "usw %[temp4], "#A"(%["#P2"]) \n\t" \
315 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
/external/webp/src/dsp/
H A Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
34 temp4 = kUToB * u[0]; \
39 temp4 += kBCst; \
42 b = VP8Clip8(temp0 + temp4); \
50 b = VP8Clip8(temp0 + temp4); \
64 temp4 = kUToB * u[0]; \
69 temp4 += kBCst; \
72 b = VP8Clip8(temp0 + temp4); \
H A Denc_mips32.c121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
129 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7)
133 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp4, temp8, temp12)
139 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5),
174 "slt %[temp4], %[temp2], %[coeff] \n\t" \
177 "beqz %[temp4], 2f \n\t" \
184 "slt %[temp4], %[max_level], %[level] \n\t" \
185 "movn %[level], %[max_level], %[temp4] \
195 int temp0, temp1, temp2, temp3, temp4, temp5; local
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
651 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
685 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
711 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
733 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
[all...]
H A Ddec_mips32.c212 int temp0, temp1, temp2, temp3, temp4; local
224 "lh %[temp4], 8(%[in]) \n\t"
228 "mul %[temp8], %[temp4], %[kC2] \n\t"
230 "mul %[temp4], %[temp4], %[kC1] \n\t"
238 "sra %[temp4], %[temp4], 16 \n\t"
245 "addu %[temp4], %[temp4], %[temp12] \n\t"
246 "addu %[temp8], %[temp16], %[temp4] \
[all...]
H A Dlossless_mips32.c292 "ulw %[temp4], "#A"(%["#P1"]) \n\t" \
296 "addu %[temp4], %[temp4], %[temp0] \n\t" \
304 "usw %[temp4], "#A"(%["#P2"]) \n\t" \
315 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4
[all...]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c55 int temp3, temp4; local
74 temp4 = ip[13] + ((ip[13] * cospi8sqrt2minus1) >> 16);
75 c2 = temp3 - temp4;
78 temp4 = (ip[13] * sinpi8sqrt2) >> 16;
79 d2 = temp3 + temp4;
106 temp4 = ip[15] + ((ip[15] * cospi8sqrt2minus1) >> 16);
107 c2 = temp3 - temp4;
110 temp4 = (ip[15] * sinpi8sqrt2) >> 16;
111 d2 = temp3 + temp4;
144 temp4
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp8_fdct4x4_test.cc40 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
41 const int d1 = temp3 + temp4;
58 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
59 const int d1 = temp3 + temp4;
/external/libvpx/libvpx/test/
H A Dvp8_fdct4x4_test.cc40 const int temp4 = (ip[12] * sinpi8sqrt2) >> 16; local
41 const int d1 = temp3 + temp4;
58 const int temp4 = (ip[3] * sinpi8sqrt2) >> 16; local
59 const int d1 = temp3 + temp4;
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
H A Dmatrix.cc22 float temp, temp2, temp3, temp4; local
26 temp4 = zfar - znear;
37 mat[10] = (-zfar - znear) / temp4;
41 mat[14] = (-temp * zfar) / temp4;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
H A Dmatrix.cc22 float temp, temp2, temp3, temp4; local
26 temp4 = zfar - znear;
37 mat[10] = (-zfar - znear) / temp4;
41 mat[14] = (-temp * zfar) / temp4;
/external/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp90 namespace temp4 { namespace
/external/opencv/cv/src/
H A Dcvkalman.cpp102 CV_CALL( kalman->temp4 = cvCreateMat( MP, DP, CV_32FC1 ));
153 cvReleaseMat( &kalman->temp4 );
220 /* temp4 = inv(temp3)*temp2 = Kt(k) */
221 CV_CALL( cvSolve( kalman->temp3, kalman->temp2, kalman->temp4, CV_SVD ));
224 CV_CALL( cvTranspose( kalman->temp4, kalman->gain ));
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_mips.c530 int32_t temp0, temp2, temp3, temp4, temp5, temp6; local
543 "ulw %[temp4], 4(%[temp8]) \n\t"
547 "muleq_s.w.phl %[temp6], %[temp5], %[temp4] \n\t"
548 "muleq_s.w.phr %[temp4], %[temp5], %[temp4] \n\t"
555 "sra %[temp4], %[temp4], 1 \n\t"
559 "usw %[temp4], -8(%[temp7]) \n\t"
561 [temp4] "=&r" (temp4), [temp
575 int32_t temp1, temp2, temp4, temp5; local
844 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c156 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
171 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X), ureg_src(temp1));
172 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y), ureg_src(temp2));
176 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0));
189 ureg_release_temporary(ureg, temp4);
207 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
234 ureg_MAD(ureg, temp4,
237 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c134 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
150 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_X),
152 ureg_MOV(ureg, ureg_writemask(temp4, TGSI_WRITEMASK_Y),
157 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_Y));
160 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X),
174 ureg_release_temporary(ureg, temp4);
194 struct ureg_dst temp4 = ureg_DECL_temporary(ureg); local
227 ureg_MAD(ureg, temp4,
231 ureg_MOV(ureg, temp4, ureg_negate(ureg_src(temp4)));
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_mips.c646 float temp1, temp2, temp3, temp4; local
663 "sub.s %[temp4], %[one], %[temp2] \n\t"
665 "mul.s %[temp1], %[temp1], %[temp4] \n\t"
668 "madd.s %[temp1], %[temp3], %[temp1], %[temp4] \n\t"
675 [temp4] "=&f" (temp4), [p_wC] "+r" (p_WebRtcAec_wC)
691 "neg.s %[temp4], %[temp3] \n\t"
693 "swc1 %[temp4], -4(%[p_efw1]) \n\t"
695 [temp4] "=&f" (temp4), [p_efw
[all...]
/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.c202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
213 "li %[temp4], 0x8000 \n\t"
217 "mult %[temp3], %[temp4] \n\t"
226 "mult %[temp3], %[temp4] \n\t"
241 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6),
/external/webp/src/utils/
H A Drescaler.c202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; local
213 "li %[temp4], 0x8000 \n\t"
217 "mult %[temp3], %[temp4] \n\t"
226 "mult %[temp3], %[temp4] \n\t"
241 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6),
/external/opencv/cv/include/
H A Dcvtypes.h311 CvMat* temp4; member in struct:CvKalman

Completed in 1170 milliseconds

12