/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dct_6.cpp | 121 Int32 tmp4; local 130 tmp4 = vec[4] - vec[1]; 140 tmp0 = fxp_mac32_Q30(tmp4, -cos_3_pi_12, tmp0); 143 vec[3] = fxp_mul32_Q30((tmp3 + tmp4 - tmp5), cos_3_pi_12); 145 tmp0 = fxp_mac32_Q30(tmp4, cos_3_pi_12, tmp0);
|
pvmp3_get_scale_factors.cpp | 192 int32 tmp4 = long_sfbtable[i]; local 200 int32 tmp2 = tmp1 * tmp4; 202 tmp4 = 32 - tmp1; 205 *(ptr++) = (tmp3 << (32 - tmp2)) >> tmp4; 210 for (sfb = tmp4; sfb != 0; sfb--) 219 ptr += tmp4;
|
pvmp3_mdct_18.cpp | 139 int32 tmp4; local 167 tmp4 = vec[14]; // 181 vec[ 9] = vec[13] - tmp4; 182 vec[11] = vec[15] - tmp4; 195 tmp4 = vec[i+10]; 196 vec[i+10] = tmp3 + tmp4; 199 tmp3 = tmp4; 205 tmp4 = vec[16]; 206 vec[16] = tmp3 + tmp4; 214 tmp4 = vec[17] + tmp4 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
h264bsd_interpolate_mid_hor.s | 47 tmp4 RN 11
label 96 SMULTB tmp4, x_3_1, mult_20_01
102 SMLAD tmp4, x_6_4, mult_20_m5, tmp4
107 SMLADX tmp4, x_7_5, mult_20_m5, tmp4
113 SMLABB tmp4, x_2_0, mult_20_01, tmp4
119 STR tmp4, [mb], #4
127 SMULTB tmp4, x_7_5, mult_20_01 [all...] |
h264bsd_interpolate_hor_half.s | 60 tmp4 RN 10 label 94 ADD tmp4, x0, partW ;// (x0+partWidth) 95 ADD tmp4, tmp4, #5 ;// (y0+partW+5) 97 CMP tmp4, width 113 ADD tmp4, partW, #5 ;// tmp4 = partW + 5; 114 STMIB sp, {height, tmp4} ;// sp+4 = height, sp+8 = partWidth+5 116 STR tmp4, [sp,#0x10] ;// sp+10 = partWidth+5 126 STR tmp4, [sp,#0x218] ;// width = partWidth+ [all...] |
h264bsd_interpolate_hor_quarter.s | 60 tmp4 RN 10 label 96 ADD tmp4, x0, partW ;// (x0+partWidth) 97 ADD tmp4, tmp4, #5 ;// (y0+partW+5) 99 CMP tmp4, width 115 ADD tmp4, partW, #5 ;// tmp4 = partW + 5; 116 STMIB sp, {height, tmp4} ;// sp+4 = height, sp+8 = partWidth+5 118 STR tmp4, [sp,#0x10] ;// sp+10 = partWidth+5 128 STR tmp4, [sp,#0x218] ;// width = partWidth+ [all...] |
h264bsd_interpolate_ver_half.s | 52 tmp4 RN 7 label 153 LDR tmp4, [ref], width ;// |m4|m3|m2|m1| 159 UXTAB16 tmpa, tmpa, tmp4 ;// |g3+m3|g1+m1| 174 UXTAB16 tmpa, tmpa, tmp4, ROR #8 ;// |g4+m4|g2+m2| 197 ;// tmp4 = |g4|g3|g2|g1| 203 UXTB16 tmpa, tmp4 ;// |g3|g1| 217 UXTB16 tmpa, tmp4, ROR #8 ;// |g4|g2| 240 ;// tmp4 = |c4|c3|c2|c1| 249 UXTB16 tmpb, tmp4 ;// |c3|c1| 266 UXTB16 tmpb, tmp4, ROR #8 ;// |c4|c2 [all...] |
h264bsd_interpolate_ver_quarter.s | 51 tmp4 RN 7 label 154 LDR tmp4, [ref], width ;// |m4|m3|m2|m1| 160 UXTAB16 tmpa, tmpa, tmp4 ;// |g3+m3|g1+m1| 175 UXTAB16 tmpa, tmpa, tmp4, ROR #8 ;// |g4+m4|g2+m2| 192 MVNNE tmp1, tmp4 ;// select verOffset=1 206 ;// tmp4 = |g4|g3|g2|g1| 212 UXTB16 tmpa, tmp4 ;// |g3|g1| 226 UXTB16 tmpa, tmp4, ROR #8 ;// |g4|g2| 242 MVNEQ tmp2, tmp4 ;// select verOffset=0 254 ;// tmp4 = |c4|c3|c2|c1 [all...] |
/external/eigen/unsupported/test/ |
NumericalDiff.cpp | 55 double tmp1, tmp2, tmp3, tmp4; local 61 tmp4 = (x[1]*tmp2 + x[2]*tmp3); tmp4 = tmp4*tmp4; 63 fjac(i,1) = tmp1*tmp2/tmp4; 64 fjac(i,2) = tmp1*tmp3/tmp4;
|
/external/jpeg/ |
jfdctflt.c | 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 78 tmp4 = dataptr[3] - dataptr[4]; 96 tmp10 = tmp4 + tmp5; /* phase 2 */ 128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]; 146 tmp10 = tmp4 + tmp5; /* phase 2 */
|
jidctflt.c | 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]); 148 z11 = tmp4 + tmp7; 149 z12 = tmp4 - tmp7; 160 tmp4 = tmp10 + tmp5; 168 wsptr[DCTSIZE*4] = tmp3 + tmp4; 169 wsptr[DCTSIZE*3] = tmp3 - tmp4; 217 tmp4 = tmp10 + tmp5; 233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3) 235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4), 3 [all...] |
jfdctfst.c | 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 134 tmp4 = dataptr[3] - dataptr[4]; 152 tmp10 = tmp4 + tmp5; /* phase 2 */ 184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]; 202 tmp10 = tmp4 + tmp5; /* phase 2 */
|
jfdctint.c | 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 162 tmp4 = dataptr[3] - dataptr[4]; 184 * i0..i3 in the paper are tmp4..tmp7 here. 187 z1 = tmp4 + tmp7; 189 z3 = tmp4 + tmp6; 193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]; 249 * i0..i3 in the paper are tmp4..tmp7 here [all...] |
jidctfst.c | 172 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 242 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]); 249 z11 = tmp4 + tmp7; 250 z12 = tmp4 - tmp7; 261 tmp4 = tmp10 + tmp5; 269 wsptr[DCTSIZE*4] = (int) (tmp3 + tmp4); 270 wsptr[DCTSIZE*3] = (int) (tmp3 - tmp4); 343 tmp4 = tmp10 + tmp5; 359 outptr[4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3) 361 outptr[3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3 [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred4_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4; local 25 "lb %[tmp4], 3(%[left]) \n\t" 29 "replv.qb %[tmp4], %[tmp4] \n\t" 36 "sw %[tmp4], (%[dst]) \n\t" 39 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4)
|
vp9_intrapred16_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 26 "lb %[tmp4], 3(%[left]) \n\t" 43 "replv.qb %[tmp4], %[tmp4] \n\t" 75 "sw %[tmp4], (%[dst]) \n\t" 76 "sw %[tmp4], 4(%[dst]) \n\t" 77 "sw %[tmp4], 8(%[dst]) \n\t" 78 "sw %[tmp4], 12(%[dst]) \n\t" 153 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4), [all...] |
vp9_intrapred8_dspr2.c | 19 int32_t tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7, tmp8; local 25 "lb %[tmp4], 3(%[left]) \n\t" 34 "replv.qb %[tmp4], %[tmp4] \n\t" 49 "sw %[tmp4], (%[dst]) \n\t" 50 "sw %[tmp4], 4(%[dst]) \n\t" 65 [tmp3] "=&r" (tmp3), [tmp4] "=&r" (tmp4), [all...] |
/external/qemu/distrib/jpeg-6b/ |
jfdctflt.c | 61 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 78 tmp4 = dataptr[3] - dataptr[4]; 96 tmp10 = tmp4 + tmp5; /* phase 2 */ 128 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]; 146 tmp10 = tmp4 + tmp5; /* phase 2 */
|
jidctflt.c | 72 FAST_FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 141 tmp4 = DEQUANTIZE(inptr[DCTSIZE*1], quantptr[DCTSIZE*1]); 148 z11 = tmp4 + tmp7; 149 z12 = tmp4 - tmp7; 160 tmp4 = tmp10 + tmp5; 168 wsptr[DCTSIZE*4] = tmp3 + tmp4; 169 wsptr[DCTSIZE*3] = tmp3 - tmp4; 217 tmp4 = tmp10 + tmp5; 233 outptr[4] = range_limit[(int) DESCALE((INT32) (tmp3 + tmp4), 3) 235 outptr[3] = range_limit[(int) DESCALE((INT32) (tmp3 - tmp4), 3 [all...] |
jfdctfst.c | 116 DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 134 tmp4 = dataptr[3] - dataptr[4]; 152 tmp10 = tmp4 + tmp5; /* phase 2 */ 184 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]; 202 tmp10 = tmp4 + tmp5; /* phase 2 */
|
jfdctint.c | 142 INT32 tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local 162 tmp4 = dataptr[3] - dataptr[4]; 184 * i0..i3 in the paper are tmp4..tmp7 here. 187 z1 = tmp4 + tmp7; 189 z3 = tmp4 + tmp6; 193 tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */ 205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 227 tmp4 = dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]; 249 * i0..i3 in the paper are tmp4..tmp7 here [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
oversamp_12k8_to_16k.cpp | 284 int16 tmp1, tmp2, tmp3, tmp4; local 291 tmp4 = *(pt_x++); 295 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); 299 tmp4 = *(pt_x++); 303 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); 307 tmp4 = *(pt_x++); 311 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); 315 tmp4 = *(pt_x++); 319 L_sum = fxp_mac_16by16(tmp4, *(pt_fir++), L_sum); 323 tmp4 = *(pt_x++) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.c | 186 i32 tmp1, tmp2, tmp3, tmp4; local 253 tmp4 = *pRes++; 255 tmp3 = clp[tmp3 + tmp4]; 261 tmp4 = *pRes++; 263 tmp3 = clp[tmp3 + tmp4]; 325 tmp4 = *pRes++; 327 tmp3 = clp[tmp3 + tmp4]; 333 tmp4 = *pRes++; 335 tmp3 = clp[tmp3 + tmp4];
|
/external/aac/libFDK/src/ |
dct.cpp | 170 FIXP_DBL tmp1, tmp2, tmp3, tmp4; local 174 tmp4 = *--pTmp_1; 178 *pDat++ = tmp4;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/ |
FEBlendNEON.h | 62 uint16x8_t tmp4 = vmulq_u16(tmp3, pixelA); local 63 uint16x8_t tmp5 = vaddq_u16(tmp2, tmp4); 82 uint16x8_t tmp4 = vaddq_u16(tmp3, pixelA); local 89 return vminq_u16(tmp4, tmp8); 98 uint16x8_t tmp4 = vaddq_u16(tmp3, pixelA); local 105 return vmaxq_u16(tmp4, tmp8);
|