HomeSort by relevance Sort by last modified time
    Searched defs:temp4 (Results 26 - 38 of 38) sorted by null

12

  /external/webp/src/dsp/
enc_mips_dsp_r2.c 115 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp elements
116 #define VERTICAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \
119 "addu %[temp17], %[" #TEMP4 "], %[" #TEMP8 "] \n\t" \
120 "subu %[temp18], %[" #TEMP4 "], %[" #TEMP8 "] \n\t" \
123 "mul %[" #TEMP4 "], %[temp19], %[c5352] \n\t" \
128 "addu %[" #TEMP12 "], %[" #TEMP12 "], %[" #TEMP4 "] \n\t" \
129 "subu %[" #TEMP4 "], %[temp16], %[temp17] \n\t" \
130 "sra %[" #TEMP4 "], %[" #TEMP4 "], 4 \n\t" \
140 "sh %[" #TEMP4 "], " #C "(%[temp20]) \n\t"
147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
251 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
611 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
666 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
697 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
733 int temp0, temp1, temp2, temp3, temp4, temp5; local
782 int temp0, temp1, temp2, temp3, temp4; local
832 int temp0, temp1, temp2, temp3, temp4, temp5; local
879 int temp0, temp1, temp2, temp3, temp4; local
928 int temp0, temp1, temp2, temp3, temp4; local
976 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1275 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1362 int temp0, temp1, temp2, temp3, temp4; local
1461 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 656 float temp1, temp2, temp3, temp4; local
    [all...]
  /external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c 1409 __m128i temp1, temp2, temp3, temp4; local
    [all...]
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
573 temp4 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 1)]);
580 temp4 = _mm_unpacklo_epi8(temp3, temp4);
585 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 1) * dst_strd)), temp4);
599 temp4 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 1)]);
608 temp4 = _mm_unpacklo_epi8(temp3, temp4);
615 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 1) * dst_strd) + 0), temp4);
616 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 1) * dst_strd) + 16), temp4);
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 1278 int temp1, temp2, temp3, temp4; local
2806 __m128i temp1, temp2, temp3, temp4; local
3572 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 1903 int temp1, temp2, temp3, temp4; local
2052 int temp1, temp2, temp3, temp4; local
2171 int temp1, temp2, temp3, temp4; local
3730 __m128i temp1, temp2, temp3, temp4; local
4499 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_mips.c 530 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"
575 int32_t temp1, temp2, temp4, temp5; local
842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
  /external/opencv/cv/include/
cvtypes.h 311 CvMat* temp4; member in struct:CvKalman
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
emmintrin.h 2062 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
emmintrin.h 2062 __m128i temp, temp2, temp3, temp4; local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 1339 Register temp4 = scratch_scope.AcquireX(); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 138456 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3); local
    [all...]
  /external/sqlite/dist/
sqlite3.c 138456 Expr *temp4 = sqlite3PExpr(pParse, TK_DOT, temp2, temp3); local
    [all...]

Completed in 940 milliseconds

12