/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_data.c | 259 i32 tmp2, tmp3; local 265 tmp3 = pSlice->sliceBetaOffset; 269 pMb->filterOffsetB = tmp3;
|
h264bsd_image.c | 186 i32 tmp1, tmp2, tmp3, tmp4; local 251 tmp3 = tmp[1]; 255 tmp3 = clp[tmp3 + tmp4]; 258 imageBlock[1] = (u8)tmp3; 260 tmp3 = tmp[3]; 263 tmp3 = clp[tmp3 + tmp4]; 265 imageBlock[3] = (u8)tmp3; 323 tmp3 = tmp[1] [all...] |
h264bsd_transform.c | 99 i32 tmp0, tmp1, tmp2, tmp3; local 110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv; 125 data[15] = (d3 * tmp3); 132 data[5] = (d3 * tmp3); 144 data[7] = (d2 * tmp3); 151 data[13] = (d1 * tmp3); 161 tmp3 = ptr[1] + (ptr[3] >> 1); 162 ptr[0] = tmp0 + tmp3; 165 ptr[3] = tmp0 - tmp3; 175 tmp3 = data[4] + (data[12] >> 1) 257 i32 tmp0, tmp1, tmp2, tmp3; local 361 i32 tmp0, tmp1, tmp2, tmp3; local [all...] |
/bionic/libc/arch-arm64/denver64/bionic/ |
memcpy_base.S | 43 #define tmp3 x5 define
|
/bionic/libc/arch-arm64/generic/bionic/ |
string_copy.S | 89 #define tmp3 x9 define 123 sub tmp3, data2, zeroones 125 bic has_nul2, tmp3, tmp4
|
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/eigen/unsupported/test/ |
NumericalDiff.cpp | 39 double tmp1, tmp2, tmp3; local 47 tmp3 = (i>=8)? tmp2 : tmp1; 48 fvec[i] = y[i] - (x[0] + tmp1/(x[1]*tmp2 + x[2]*tmp3)); 55 double tmp1, tmp2, tmp3, tmp4; local 60 tmp3 = (i>=8)? tmp2 : tmp1; 61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4; 64 fjac(i,2) = tmp1*tmp3/tmp4;
|
/external/ipsec-tools/src/racoon/ |
isakmp_unity.c | 394 uint32_t tmp3; local 397 tmp3 = ntohl(netentry->network.mask4.s_addr); 398 for (cidrmask = 0; tmp3 != 0; cidrmask++) 399 tmp3 <<= 1;
|
/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;
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
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)
|
/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...] |
/external/webrtc/webrtc/common_audio/signal_processing/ |
complex_fft_mips.c | 32 int32_t tmp3 = 0; local 58 "sllv %[tmp3], %[m], %[k] \n\t" 59 "addiu %[tmp2], %[tmp3], 512 \n\t" 61 "lhx %[wi], %[tmp3](%[kSinTable1024]) \n\t" 64 "sllv %[tmp3], %[m], %[k] \n\t" 65 "addu %[ptr_j], %[tmp3], %[kSinTable1024] \n\t" 77 "lh %[tmp3], 0(%[ptr_j]) \n\t" 81 "mult %[wr], %[tmp3] \n\t" 84 "msub $ac1, %[wi], %[tmp3] \n\t" 101 "mul %[tmp1], %[wr], %[tmp3] \n\t 156 int32_t tmp1 = 0, tmp2 = 0, tmp3 = 0, tmp4 = 0; local [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_mips.c | 36 int32_t tmp2, tmp3; local 51 "mflo %[tmp3], $ac0 \n\t" 55 : [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3), [tmp32] "=&r" (tmp32), 67 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t" 71 : [tmp2] "r" (tmp2), [tmp3] "r" (tmp3) 84 "prepend %[tmp3], %[tmp2], 1 \n\t" 86 "addsc %[sum64_lo], %[sum64_lo], %[tmp3] \n\t" 89 : [tmp2] "+r" (tmp2), [tmp3] "+r" (tmp3) 119 int32_t tmp2, tmp3; local [all...] |
pitch_estimator_mips.c | 34 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 43 "lh %[tmp3], 4(%[tmp_in]) \n\t" 53 "mul %[tmp7], %[tmp3], %[tmp7] \n\t" 54 "mul %[tmp3], %[tmp3], %[tmp3] \n\t" 63 "srav %[tmp3], %[tmp3], %[scaling] \n\t" 70 "addu %[ysum32], %[ysum32], %[tmp3] \n\t" 78 : [tmp1] "=&r" (tmp1), [tmp2] "=&r" (tmp2), [tmp3] "=&r" (tmp3) 105 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 284 int16 tmp1, tmp2, tmp3, tmp4; local 290 tmp3 = *(pt_x++); 294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 298 tmp3 = *(pt_x++); 302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 306 tmp3 = *(pt_x++); 310 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 314 tmp3 = *(pt_x++); 318 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum); 322 tmp3 = *(pt_x++) [all...] |
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dct_9.cpp | 131 int32 tmp3 = vec[5] + vec[3]; local 134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]); 135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]); 145 vec[8] = fxp_mac32_Q32(vec[8], tmp3 << 1, cos_8pi_9); 146 vec[4] = fxp_mac32_Q32(vec[4], tmp3 << 1, cos_4pi_9); 147 vec[2] = fxp_mac32_Q32(vec[2], tmp3 << 1, cos_7pi_9);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_hor_half.s | 58 tmp3 RN 9 label 155 AND tmp3, count, #0x00F00000 ;// partWidth-1 159 ADD count, count, tmp3, LSL #8 169 SMLATB tmp3, x_2_0, mult_20_01, plus16 174 SMLATB tmp3, x_3_1, mult_20_m5, tmp3 180 SMLADX tmp3, x_6_4, mult_20_m5, tmp3 187 SMLADX tmp3, x_7_5, mult_20_01, tmp3 [all...] |
h264bsd_interpolate_hor_quarter.s | 58 tmp3 RN 9 label 157 AND tmp3, count, #0x00F00000 ;// partWidth-1 161 ADD count, count, tmp3, LSL #8 171 SMLATB tmp3, x_2_0, mult_20_01, plus16 176 SMLATB tmp3, x_3_1, mult_20_m5, tmp3 182 SMLADX tmp3, x_6_4, mult_20_m5, tmp3 189 SMLADX tmp3, x_7_5, mult_20_01, tmp3 [all...] |
h264bsd_interpolate_ver_half.s | 49 tmp3 RN 6 label 152 LDR tmp3, [ref], width ;// |g4|g3|g2|g1| 158 UXTB16 tmpa, tmp3 ;// |g3|g1| 173 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2| 196 ;// tmp3 = |c4|c3|c2|c1| 205 UXTB16 tmpb, tmp3 ;// |c3|c1| 222 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2| 239 ;// tmp3 = |a4|a3|a2|a1| 253 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+A 269 UXTAB16 tmpa, tmpa, tmp3, ROR #8 ;// 16+20(G+M)+ [all...] |
h264bsd_interpolate_ver_quarter.s | 48 tmp3 RN 6 label 153 LDR tmp3, [ref], width ;// |g4|g3|g2|g1| 159 UXTB16 tmpa, tmp3 ;// |g3|g1| 174 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2| 191 MVNEQ tmp1, tmp3 ;// select verOffset=0 205 ;// tmp3 = |c4|c3|c2|c1| 214 UXTB16 tmpb, tmp3 ;// |c3|c1| 231 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2| 253 ;// tmp3 = |a4|a3|a2|a1| 267 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+ [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
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)
|
/external/aac/libFDK/src/ |
dct.cpp | 170 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local 173 tmp3 = *--pTmp_1; 176 *pDat++ = tmp3;
|
/external/aac/libSBRenc/src/ |
code_env.cpp | 428 FIXP_DBL tmp1,tmp2,tmp3,dF_edge_1stEnv; local 452 tmp3 = (FIXP_DBL)(((INT)(LONG)h_sbrCodeEnvelope->dF_edge_incr*h_sbrCodeEnvelope->dF_edge_incr_fac) >> (DFRACT_BITS-16)); 454 dF_edge_1stEnv = tmp1 + tmp2 + tmp3;
|