/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_polyphase_filter_window.cpp | 140 int32 temp4 = pt_1[ SUBBANDS_NUMBER*14 ]; local 147 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 2]); 149 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 3]); 154 temp4 = pt_1[ SUBBANDS_NUMBER*12]; 161 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[ 6]); 163 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[ 7]); 168 temp4 = pt_1[ SUBBANDS_NUMBER*10 ]; 175 sum2 = fxp_msb32_Q32(sum2, temp4, winPtr[10]); 177 sum1 = fxp_mac32_Q32(sum1, temp4, winPtr[11]); 182 temp4 = pt_1[ SUBBANDS_NUMBER*8 ] [all...] |
pvmp3_equalizer.cpp | 344 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local 348 *(inData++) = temp4; 359 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local 363 *(inData++) = temp4; 384 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local 388 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++)); 401 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]); local 405 *(inData++) = fxp_mul32_Q32(temp4 << 1, *(pt_equalizer++));
|
/external/clang/test/CodeGenCXX/ |
type_visibility.cpp | 90 namespace temp4 { namespace
|
/external/libvpx/libvpx/test/ |
vp8_fdct4x4_test.cc | 40 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/opencv3/modules/video/include/opencv2/video/ |
tracking.hpp | 380 Mat temp4; member in class:cv::KalmanFilter
|
tracking_c.h | 203 CvMat* temp4; member in struct:CvKalman
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp8_fdct4x4_test.cc | 40 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/libavc/common/x86/ |
ih264_iquant_itrans_recon_dc_ssse3.c | 120 __m128i temp4, temp5, temp6, temp7; local 148 temp4 = _mm_add_epi16(value_add, pred_r0); 152 sign_reg = _mm_cmpgt_epi16(temp4, zero_8x16b); // sign check 153 temp4 = _mm_and_si128(temp4, sign_reg); 157 temp4 = _mm_packus_epi16(temp4,temp5); 158 temp5 = _mm_srli_si128(temp4,4); 162 *pu4_out = _mm_cvtsi128_si32(temp4); 245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8 local [all...] |
ih264_iquant_itrans_recon_sse42.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 139 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long 149 temp4 = _mm_madd_epi16(src_r0, temp4); //a00*b00*q00 a10*b10*q10 a20*b20*q20 a30*b30 q30 -- 32 bits long 155 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4); 160 temp4 = _mm_add_epi32(temp4, add_rshift); 164 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6); 186 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3 189 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d 368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local [all...] |
ih264_deblk_chroma_ssse3.c | 105 __m128i temp1, temp2, temp3, temp4; local 127 temp4 = _mm_unpacklo_epi16(lineg, lineh); 130 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4); 132 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4); 221 temp4 = _mm_unpackhi_epi16(q0_uv_16x8, q1_uv_16x8); 227 linee = _mm_unpacklo_epi32(temp2, temp4); 229 lineg = _mm_unpackhi_epi32(temp2, temp4); 442 __m128i temp1, temp2, temp3, temp4; local 476 temp4 = _mm_unpacklo_epi16(lineg, lineh); 479 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4); [all...] |
ih264_iquant_itrans_recon_ssse3.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 140 temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bit long 150 temp4 = _mm_madd_epi16(src_r0, temp4); //a00*b00*q00 a10*b10*q10 a20*b20*q20 a30*b30 q30 -- 32 bits long 156 resq_r0 = _mm_slli_epi32(temp4, u4_qp_div_6 - 4); 161 temp4 = _mm_add_epi32(temp4, add_rshift); 165 resq_r0 = _mm_srai_epi32(temp4, 4 - u4_qp_div_6); 193 temp4 = _mm_unpackhi_epi32(resq_r2, resq_r3); //c2 d2 c3 d3 196 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d 395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local [all...] |
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
idctllm_dspr2.c | 55 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 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16) [all...] |
/external/opencv3/modules/viz/src/ |
types.cpp | 190 double temp4 = 1.0 / (clip_[0] - clip_[1]); local 197 proj(2,2) = (clip_[1]+clip_[0]) * temp4; 199 proj(2,3) = (temp1 * clip_[1]) * temp4;
|
/external/webp/src/dsp/ |
lossless_enc_mips_dsp_r2.c | 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 36 "ext %[temp4], %[temp0], 8, 8 \n\t" 41 "replv.ph %[temp4], %[temp4] \n\t" 45 "subu.qb %[temp0], %[temp0], %[temp4] \n\t" 60 "ext %[temp4], %[temp0], 8, 8 \n\t" 61 "replv.ph %[temp4], %[temp4] \n\t" 62 "subu.qb %[temp0], %[temp0], %[temp4] \n\t" 69 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6) 83 int temp0, temp1, temp2, temp3, temp4, temp5; local 186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local 234 int temp0, temp1, temp2, temp3, temp4; local [all...] |
rescaler_mips32.c | 97 int temp1, temp2, temp3, temp4; local 116 "mul %[temp4], %[temp1], %[x_add] \n\t" 117 "addu %[temp3], %[temp4], %[temp3] \n\t" 133 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), 152 int temp0, temp1, temp3, temp4, temp5, loop_end; local 162 "li %[temp4], 0x8000 \n\t" 168 "mult %[temp3], %[temp4] \n\t" 174 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow) 216 int temp0, temp1, temp3, temp4, temp5, loop_end; local [all...] |
rescaler_mips_dsp_r2.c | 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local 46 "li %[temp4], 0x8000 \n\t" 53 "mult $ac0, %[temp3], %[temp4] \n\t" 55 "mult $ac1, %[temp3], %[temp4] \n\t" 57 "mult $ac2, %[temp3], %[temp4] \n\t" 59 "mult $ac3, %[temp3], %[temp4] \n\t" 76 "mult $ac0, %[temp3], %[temp4] \n\t" 78 "mult $ac1, %[temp3], %[temp4] \n\t" 80 "mult $ac2, %[temp3], %[temp4] \n\t" 82 "mult $ac3, %[temp3], %[temp4] \n\t 171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; local [all...] |
dec_mips32.c | 219 int temp0, temp1, temp2, temp3, temp4; local 231 "lh %[temp4], 8(%[in]) \n\t" 235 "mul %[temp8], %[temp4], %[kC2] \n\t" 237 "mul %[temp4], %[temp4], %[kC1] \n\t" 245 "sra %[temp4], %[temp4], 16 \n\t" 252 "addu %[temp4], %[temp4], %[temp12] \n\t" 253 "addu %[temp8], %[temp16], %[temp4] \n\t [all...] |
enc_mips32.c | 32 // TEMP4..TEMP5 - temporary registers 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \ 38 "addu %[" #TEMP4 "], %[temp16], %[temp18] \n\t" \ 50 "addu %[" #TEMP0 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" \ 53 "subu %[" #TEMP3 "], %[" #TEMP4 "], %[" #TEMP3 "] \n\t" 60 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp elements 61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \ 65 "mul %[" #TEMP0 "], %[" #TEMP4 "], %[kC2] \n\t" \ 67 "mul %[" #TEMP4 "], %[" #TEMP4 "], %[kC1] \n\t" 118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local 192 int temp0, temp1, temp2, temp3, temp4, temp5; local 367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local 482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local 544 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 578 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 604 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 626 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local [all...] |
lossless_enc_mips32.c | 261 "ulw %[temp4], " #A "(%[" #P1 "]) \n\t" \ 265 "addu %[temp4], %[temp4], %[temp0] \n\t" \ 273 "usw %[temp4], " #A "(%[" #P2 "]) \n\t" \ 284 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \ 336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
|
lossless_mips_dsp_r2.c | 95 int temp0, temp1, temp2, temp3, temp4, temp5; local 100 "preceu.ph.qbl %[temp4], %[c1] \n\t" 104 "subq.ph %[temp4], %[temp4], %[temp0] \n\t" 106 "addq.ph %[temp2], %[temp2], %[temp4] \n\t" 111 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5) 120 int temp0, temp1, temp2, temp3, temp4, temp5; local 126 "preceu.ph.qbl %[temp4], %[c2] \n\t" 128 "subq.ph %[temp4], %[temp2], %[temp4] \n\t 149 int temp0, temp1, temp2, temp3, temp4, temp5; local 231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local 285 int temp0, temp1, temp2, temp3, temp4, temp5; local 454 int temp0, temp1, temp2, temp3, temp4, temp5; local 528 int temp0, temp1, temp2, temp3, temp4, temp5; local [all...] |
dec_mips_dsp_r2.c | 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local 30 LOAD_WITH_OFFSET_X4(temp1, temp2, temp3, temp4, dst, 39 temp3, temp1, temp2, temp3, temp4) 56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local 62 "replv.ph %[temp4], %[d1] \n\t" 65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4, 66 temp2, temp2, temp3, temp3, temp4, temp5, temp4, temp5) 74 temp4, temp7, temp6, temp10, temp9) 76 temp17, temp12, temp18, temp1, temp8, temp2, temp4, 87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local 164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local 302 int step1, step2, temp1, temp2, temp3, temp4; local 490 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local 559 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local 631 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local 660 int temp0, temp1, temp2, temp3, temp4; local 682 int temp0, temp1, temp2, temp3, temp4; local 732 int temp0, temp1, temp2, temp3, temp4; local 779 int temp0, temp1, temp2, temp3, temp4; local 839 int temp0, temp1, temp2, temp3, temp4; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
idctllm_dspr2.c | 55 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 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16) [all...] |
/external/libavc/encoder/x86/ |
ime_distortion_metrics_sse42.c | 1730 __m128i temp0, temp1, temp2, temp3, temp4; local [all...] |
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_tgsi.c | 156 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/ |
xorg_exa_tgsi.c | 134 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...] |