HomeSort by relevance Sort by last modified time
    Searched refs:temp1 (Results 101 - 125 of 245) sorted by null

1 2 3 45 6 7 8 910

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 105 temp1 RN 3 label
287 LSL temp1,BlkCount,#2 ;// temp=BlkCount*4
290 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount]
303 STRH diffMVdx,[pDstMVCurMB,temp1]
307 ADD temp1,temp1,#2 ;// temp1=4*BlkCount+2
309 LDRSH temp,[pDstMVCurMB,temp1] ;// temp=pDstMVCurMB[BlkCount].diffMVdy
316 STRH diffMVdx,[pDstMVCurMB,temp1]
omxVCM4P2_PredictReconCoefIntra_s.s 94 temp1 RN 6 label
177 MOV temp1,absCoeffDC ;// Load the Prediction coeff to temp for comparision
178 CMP temp1,#0
179 RSBLT absCoeffDC,temp1,#0 ;// calculate absolute val of prediction coeff
193 CMP temp1,#0
202 SMULBB dcColBuffCoeff,temp,dcScaler ;// temp1=clipped(pSrcDst[0])*dcScaler
292 MOV temp1,temp2
302 VST4 {dtemp0,dtemp1,dtemp2,dtemp3},[temp1]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 29 int temp1, temp2; local
36 temp1 = (step[0] + step[1]) * cospi_16_64;
38 output[0] = fdct_round_shift(temp1);
40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
42 output[1] = fdct_round_shift(temp1);
62 /*needs32*/ int temp1, temp2; local
85 temp1 = (step[0] + step[1]) * cospi_16_64;
87 out[0] = fdct_round_shift(temp1);
89 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
91 out[1] = fdct_round_shift(temp1);
332 \/*needs32*\/ int temp1, temp2; local
662 \/*needs32*\/ int temp1, temp2; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 29 int temp1, temp2; local
36 temp1 = (step[0] + step[1]) * cospi_16_64;
38 output[0] = fdct_round_shift(temp1);
40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
42 output[1] = fdct_round_shift(temp1);
62 /*needs32*/ int temp1, temp2; local
85 temp1 = (step[0] + step[1]) * cospi_16_64;
87 out[0] = fdct_round_shift(temp1);
89 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
91 out[1] = fdct_round_shift(temp1);
332 \/*needs32*\/ int temp1, temp2; local
662 \/*needs32*\/ int temp1, temp2; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 29 int temp1, temp2; local
36 temp1 = (step[0] + step[1]) * cospi_16_64;
38 output[0] = fdct_round_shift(temp1);
40 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
42 output[1] = fdct_round_shift(temp1);
62 /*needs32*/ int temp1, temp2; local
85 temp1 = (step[0] + step[1]) * cospi_16_64;
87 out[0] = fdct_round_shift(temp1);
89 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
91 out[1] = fdct_round_shift(temp1);
332 \/*needs32*\/ int temp1, temp2; local
662 \/*needs32*\/ int temp1, temp2; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 59 ; q6: 4 * sinpi : c1/temp1
82 ; q4: 4 + 4 * cospi : d1/temp1
87 ; c1 = temp1 - temp2
88 ; d1 = temp1 + temp2
112 ; q8: 1 * sinpi : c1/temp1
128 ; q10: 1 + 1 * cospi : d1/temp1
133 ; q8: c1 = temp1 - temp2
134 ; q9: d1 = temp1 + temp2
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
filter.c 415 unsigned char temp1[16];
418 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
423 if (temp1[i] != temp2[i])
425 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
  /external/chromium_org/v8/src/x64/
codegen-x64.h 40 Register temp1,
  /external/clang/test/CodeGenCXX/
type_visibility.cpp 39 namespace temp1 { namespace
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMonestep.h 25 RealScalar temp, temp1,temp2;
117 temp1 = numext::abs2(m_wa3.stableNorm() / m_fnorm);
119 prered = temp1 + temp2 / Scalar(.5);
120 dirder = -(temp1 + temp2);
  /external/libvpx/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 57 ; q6: 4 * sinpi : c1/temp1
80 ; q4: 4 + 4 * cospi : d1/temp1
85 ; c1 = temp1 - temp2
86 ; d1 = temp1 + temp2
110 ; q8: 1 * sinpi : c1/temp1
126 ; q10: 1 + 1 * cospi : d1/temp1
131 ; q8: c1 = temp1 - temp2
132 ; q9: d1 = temp1 + temp2
  /external/libvpx/libvpx/vp8/common/
filter.c 415 unsigned char temp1[16];
418 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
423 if (temp1[i] != temp2[i])
425 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
  /external/opencv/cv/src/
cvkalman.cpp 99 CV_CALL( kalman->temp1 = cvCreateMat( DP, DP, CV_32FC1 ));
150 cvReleaseMat( &kalman->temp1 );
186 /* temp1 = A*P(k) */
187 CV_CALL( cvMatMulAdd( kalman->transition_matrix, kalman->error_cov_post, 0, kalman->temp1 ));
189 /* P'(k) = temp1*At + Q */
190 CV_CALL( cvGEMM( kalman->temp1, kalman->transition_matrix, 1, kalman->process_noise_cov, 1,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
idct_dequant_full_2x_neon.asm 57 ; q6: 4 * sinpi : c1/temp1
80 ; q4: 4 + 4 * cospi : d1/temp1
85 ; c1 = temp1 - temp2
86 ; d1 = temp1 + temp2
110 ; q8: 1 * sinpi : c1/temp1
126 ; q10: 1 + 1 * cospi : d1/temp1
131 ; q8: c1 = temp1 - temp2
132 ; q9: d1 = temp1 + temp2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
filter.c 415 unsigned char temp1[16];
418 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
423 if (temp1[i] != temp2[i])
425 bilinear_predict4x4_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, temp1, 4);
  /system/media/audio_utils/
channels.c 166 int32_t temp0, temp1; \
170 temp1 = *src_ptr++; \
175 *dst_ptr++ = (temp0 & temp1) + ((temp0 ^ temp1) >> 1); \
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 349 register int32 temp1; local
358 "=&r"(temp1)
368 register int32 temp1; local
382 "=&r"(temp1)
387 return temp1;
393 register int32 temp1; local
406 "=&r"(temp1)
fastquant_inline.h 452 register int32 temp1; local
461 "=&r"(temp1)
486 register int32 temp1; local
501 "=&r"(temp1)
570 register int32 temp1; local
588 "=&r"(temp1)
601 register int32 temp1; local
613 "=&r"(temp1)
  /external/opencv/cvaux/src/
cvhmmobs.cpp 127 work_t temp1[MAX_DCT_SIZE * 4]; local
198 temp1[j] = (work_t) t0;
211 s += temp1[k] * tab[k];
265 temp1[j] = (work_t) t0;
279 s += temp1[k] * tab[k];
322 work_t temp1[MAX_DCT_SIZE * 4]; local
395 temp1[j] = (work_t) t0;
408 s += temp1[k] * tab[k];
462 temp1[j] = (work_t) t0;
476 s += temp1[k] * tab[k]
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_sse42_intr.c 533 WORD32 temp1, temp2, temp3; local
567 temp1 = _mm_cvtsi128_si32(src_temp2);
569 *(WORD32 *)(&pu1_dst[0]) = temp1;
589 temp1 = _mm_cvtsi128_si32(src_temp2);
593 *(WORD32 *)(&pu1_dst[(1 * dst_strd)]) = temp1;
1063 int temp1, temp2, temp3; local
1214 __m128i temp1, temp2; local
1278 int temp1, temp2, temp3, temp4; local
2128 __m128i temp1, temp2, temp3, temp11, temp12; local
2346 __m128i temp1, temp2, temp11, src_values0; local
2551 __m128i temp1, temp2, temp11, src_values0; local
2806 __m128i temp1, temp2, temp3, temp4; local
3572 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 984 int temp1; local
1191 WORD32 temp1, temp2, temp3; local
1573 int temp1, temp2, temp3; local
1726 __m128i temp1, temp2; local
1780 int temp1; local
1903 int temp1, temp2, temp3, temp4; local
2052 int temp1, temp2, temp3, temp4; local
2171 int temp1, temp2, temp3, temp4; local
3054 __m128i temp1, temp2, temp3, temp11, temp12; local
3272 __m128i temp1, temp2, temp11, src_values0; local
3477 __m128i temp1, temp2, temp11, src_values0; local
3730 __m128i temp1, temp2, temp3, temp4; local
4499 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64
106 ; dct_const_round_shift(temp1)
131 ; temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64
139 ; dct_const_round_shift(temp1)
165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64
173 ; dct_const_round_shift(temp1)
194 ; temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64
202 ; dct_const_round_shift(temp1)
231 ; temp1 = (step2[6] - step2[5]) * cospi_16_64
239 ; dct_const_round_shift(temp1)
    [all...]
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64
106 ; dct_const_round_shift(temp1)
131 ; temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64
139 ; dct_const_round_shift(temp1)
165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64
173 ; dct_const_round_shift(temp1)
194 ; temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64
202 ; dct_const_round_shift(temp1)
231 ; temp1 = (step2[6] - step2[5]) * cospi_16_64
239 ; dct_const_round_shift(temp1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct16x16_add_neon.asm 95 ; temp1 = step2[4] * cospi_28_64 - step2[7] * cospi_4_64
106 ; dct_const_round_shift(temp1)
131 ; temp1 = input[5] * cospi_12_64 - input[3] * cospi_20_64
139 ; dct_const_round_shift(temp1)
165 ; temp1 = (step1[0] + step1[1]) * cospi_16_64
173 ; dct_const_round_shift(temp1)
194 ; temp1 = input[1] * cospi_24_64 - input[3] * cospi_8_64
202 ; dct_const_round_shift(temp1)
231 ; temp1 = (step2[6] - step2[5]) * cospi_16_64
239 ; dct_const_round_shift(temp1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0));
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
115 Word16 temp1, temp2; local
117 temp1 = vo_sub(*in1, vo_mult(COEFF3, *data));
118 temp2 = add1(*data, vo_mult(COEFF3, temp1));
119 *data = temp1;

Completed in 958 milliseconds

1 2 3 45 6 7 8 910