HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 126 - 150 of 252) sorted by null

1 2 3 4 56 7 8 91011

  /external/libvpx/libvpx/test/
dct16x16_test.cc 54 double temp1, temp2; local
84 temp1 = step[8] * C7;
86 output[8] = temp1 + temp2;
88 temp1 = step[9] * C11;
90 output[9] = temp1 - temp2;
92 temp1 = step[10] * C3;
94 output[10] = temp1 + temp2;
96 temp1 = step[11] * C15;
98 output[11] = temp1 - temp2;
100 temp1 = step[11] * C1
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 135 tran_high_t temp1, temp2; local
138 temp1 = ((int16_t)input[0] + (int16_t)input[2]) * cospi_16_64;
140 step[0] = WRAPLOW(dct_const_round_shift(temp1));
142 temp1 = (int16_t)input[1] * cospi_24_64 - (int16_t)input[3] * cospi_8_64;
144 step[2] = WRAPLOW(dct_const_round_shift(temp1));
273 tran_high_t temp1, temp2; local
280 temp1 = (int16_t)input[1] * cospi_28_64 - (int16_t)input[7] * cospi_4_64;
282 step1[4] = WRAPLOW(dct_const_round_shift(temp1));
284 temp1 = (int16_t)input[5] * cospi_12_64 - (int16_t)input[3] * cospi_20_64;
286 step1[5] = WRAPLOW(dct_const_round_shift(temp1));
559 tran_high_t temp1, temp2; local
815 tran_high_t temp1, temp2; local
1424 tran_high_t temp1, temp2; local
1585 tran_high_t temp1, temp2; local
1887 tran_high_t temp1, temp2; local
2175 tran_high_t temp1, temp2; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
fwd_dct32x32_msa.c 62 v8i16 temp0, temp1; local
77 DOTP_CONST_PAIR(temp0, in4, cospi_16_64, cospi_16_64, temp1, temp0);
78 FDCT32_POSTPROC_2V_POS_H(temp0, temp1);
80 ST_SH(temp1, temp + 512);
82 DOTP_CONST_PAIR(in0, in1, cospi_24_64, cospi_8_64, temp1, temp0);
83 FDCT32_POSTPROC_2V_POS_H(temp0, temp1);
85 ST_SH(temp1, temp + 768);
90 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, temp1, temp0);
91 FDCT32_POSTPROC_2V_POS_H(temp0, temp1);
93 ST_SH(temp1, temp + 896)
394 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7, temp0, temp1; local
697 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7, temp0, temp1; local
    [all...]
itrans32_cols_dspr2.c 31 int temp0, temp1, temp2, temp3; local
79 "extp %[temp1], $ac2, 31 \n\t"
91 "sub %[load2], %[temp0], %[temp1] \n\t"
100 "add %[step1_16], %[temp0], %[temp1] \n\t"
104 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1),
139 "extp %[temp1], $ac2, 31 \n\t"
150 "sub %[load1], %[temp1], %[temp0] \n\t"
160 "add %[step1_19], %[temp0], %[temp1] \n\t"
164 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1)
    [all...]
itrans32_dspr2.c 35 int temp0, temp1, temp2, temp3; local
123 "extp %[temp1], $ac2, 31 \n\t"
135 "sub %[load2], %[temp0], %[temp1] \n\t"
144 "add %[step1_16], %[temp0], %[temp1] \n\t"
148 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1),
183 "extp %[temp1], $ac2, 31 \n\t"
194 "sub %[load1], %[temp1], %[temp0] \n\t"
204 "add %[step1_19], %[temp0], %[temp1] \n\t"
208 [load4] "=&r"(load4), [temp0] "=&r"(temp0), [temp1] "=&r"(temp1)
    [all...]
  /external/libxaac/decoder/
ixheaacd_arith_dec.c 1890 WORD32 temp1 = quant[1]; local
    [all...]
ixheaacd_block.c 109 UWORD32 temp1 = 0; local
132 temp1 = temp >> (32 - length);
133 if (temp1 <= code_word) {
134 ixheaacd_drc_offset = ixheaacd_drc_offset - (code_word - temp1);
1194 WORD32 temp1; local
1295 WORD32 temp1, temp2; local
    [all...]
ixheaacd_qmf_dec.c 233 WORD32 temp0, temp1, temp2, temp3; local
237 temp1 = *ptr_out_fwd--;
241 in1 = temp1 + temp3;
242 in2 = -temp1 + temp3;
244 temp1 = temp0 - temp2;
254 ixheaacd_mult32x16in32(temp1, twid_im);
255 val2 = ixheaacd_mult32x16in32(temp1, twid_re) +
297 WORD32 temp1, temp2; local
303 temp1 = ixheaacd_mult32x16in32(inp_re, twid_re);
308 out_re = ixheaacd_sub32(temp1, ixheaacd_mult32x16in32(inp_re, twid_im))
    [all...]
ixheaacd_env_extr.c 75 UWORD32 temp1 = 0; local
97 temp1 = temp >> (32 - length);
98 if (temp1 <= cwrd) {
99 ixheaacd_drc_offset = ixheaacd_drc_offset - (cwrd - temp1);
    [all...]
ixheaacd_lpp_tran.c 182 WORD32 temp1, temp2, temp3, temp4; local
193 temp1 = ixheaacd_shl32_dir(*sub_sign_xlow, factor);
204 t_phi_02 += ixheaacd_mult32x16hin32(temp3, temp1);
207 temp1 = ixheaacd_shl32_dir(*sub_sign_xlow, factor);
210 t_phi_01 += ixheaacd_mult32x16hin32(temp1, temp3);
211 t_phi_02 += ixheaacd_mult32x16hin32(temp1, temp2);
217 t_phi_01 += ixheaacd_mult32x16hin32(temp2, temp1);
219 t_phi_11 += ixheaacd_mult32x16hin32(temp1, temp1);
226 t_phi_02 += ixheaacd_mult32x16hin32(temp3, temp1);
    [all...]
ixheaacd_ps_dec.c 113 WORD16 temp1, temp2; local
116 temp1 = *array++;
119 max_val = max_val | ixheaacd_abs32_nrm(temp1);
    [all...]
  /external/opencv/cv/src/
cvemd.cpp 790 float temp1 = loop[i + 1]->val - min_val; local
793 loop[i + 1]->val = temp1;
    [all...]
  /external/pdfium/core/fdrm/crypto/
fx_crypt_sha.cpp 37 temp1 = h + SHA384_S3(e) + SHA384_F1(e, f, g) + K + x; \
39 d += temp1; \
40 h = temp1 + temp2; \
75 temp1 = h + S3(e) + F1(e, f, g) + K + x; \
77 d += temp1; \
78 h = temp1 + temp2; \
166 uint32_t temp1; local
295 uint64_t temp1, temp2; local
  /external/webp/src/dsp/
enc_mips_dsp_r2.c 50 // dpa.w.ph $ac0 temp0 ,temp1
51 // $ac += temp0[31..16] * temp1[31..16] + temp0[15..0] * temp1[15..0]
52 // dpax.w.ph $ac0 temp0 ,temp1
53 // $ac += temp0[31..16] * temp1[15..0] + temp0[15..0] * temp1[31..16]
79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \
81 "lw %[" #TEMP1 "], 4(%[args]) \n\t" \
83 "lw %[" #TEMP3 "], " XSTR(BPS) "*" #A "(%[" #TEMP1 "]) \n\t" \
85 "preceu.ph.qbl %[" #TEMP1 "], %[" #TEMP3 "] \n\t"
148 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
176 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
252 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
486 int temp0, temp1, temp2, temp3; local
549 int temp0, temp1, temp2, temp3; local
592 int temp0, temp1; local
613 int a10, a32, temp0, temp1, temp2, temp3, temp4, temp5; local
668 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
699 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
735 int temp0, temp1, temp2, temp3, temp4, temp5; local
784 int temp0, temp1, temp2, temp3, temp4; local
834 int temp0, temp1, temp2, temp3, temp4, temp5; local
881 int temp0, temp1, temp2, temp3, temp4; local
930 int temp0, temp1, temp2, temp3, temp4; local
978 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
1084 int temp0, temp1, temp2, temp3; local
1114 int temp0, temp1, temp2, temp3; local
1136 int temp0, temp1, temp2, temp3; local
1154 int temp0, temp1, temp2, temp3; local
1277 int temp0, temp1, temp2, temp3, temp4, temp5,temp6; local
1364 int temp0, temp1, temp2, temp3, temp4; local
1463 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...]
  /art/runtime/interpreter/
interpreter_common.cc 1344 std::string temp1, temp2; local
    [all...]
  /art/runtime/mirror/
class.cc 435 std::string temp1, temp2; local
436 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FilesTest.java 224 File temp1 = createTempFile(); local
225 File temp2 = file(temp1.getPath());
226 assertEquals(temp1, temp2);
227 Files.write(ASCII, temp1, Charsets.UTF_8);
229 Files.copy(temp1, temp2);
233 assertEquals(ASCII, Files.toString(temp1, Charsets.UTF_8));
248 File temp1 = createTempFile(); local
249 Files.write(ASCII, temp1, Charsets.UTF_8);
252 Files.copy(temp1, temp2);
253 assertEquals(ASCII, Files.toString(temp1, Charsets.UTF_8))
425 File temp1 = createTempFile(); local
435 File temp1 = createTempFile(); local
444 File temp1 = createTempFile(); local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 143 uint32_t temp1; local
168 temp1 = (uint32_t)crc>>8;
170 crc = temp1^temp2;
    [all...]
  /external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c 1091 __m128i temp1, temp2; local
1190 __m128i temp1, temp2; local
1292 __m128i temp1, temp2; local
1409 __m128i temp1, temp2, temp3, temp4; local
1513 __m128i temp1, temp2; local
1609 __m128i temp1, temp2; local
    [all...]
  /external/libcups/cups/
http.c 402 http_credential_t *temp1, *temp2; /* Temporary credentials */ local
405 for (temp1 = (http_credential_t *)cupsArrayFirst(cred1), temp2 = (http_credential_t *)cupsArrayFirst(cred2); temp1 && temp2; temp1 = (http_credential_t *)cupsArrayNext(cred1), temp2 = (http_credential_t *)cupsArrayNext(cred2))
406 if (temp1->datalen != temp2->datalen)
408 else if (memcmp(temp1->data, temp2->data, temp1->datalen))
411 return (temp1 == temp2);
    [all...]
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
570 temp1 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 0)]);
579 temp2 = _mm_unpacklo_epi8(temp1, temp2);
595 temp1 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 0)]);
607 temp2 = _mm_unpacklo_epi8(temp1, temp2);
629 temp1 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * 0]);
641 temp2 = _mm_unpacklo_epi8(temp1, temp2);
720 __m128i temp1, temp2; local
722 temp1 = _mm_loadu_si128((__m128i *)(pu1_ref + (4 * nt) + 2 + 0));
726 _mm_storeu_si128((__m128i *)(pu1_dst + ((0) * dst_strd)), temp1);
2148 WORD32 ref_main_idx1, fract1, temp, temp1; local
2477 WORD32 ref_main_idx1, fract1, temp, temp1; local
    [all...]
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...]
  /external/libjpeg-turbo/java/
TJBench.java 755 int temp1 = 0, temp2 = 0; local
759 temp1 = scanner.nextInt();
763 if (temp1 > 0) {
766 if ((double)temp1 / (double)temp2 ==
    [all...]
TJUnitTest.java 705 int temp1, temp2, imgType = pf; local
723 temp1 = scaledWidth;
725 temp1 = tjd.getScaledWidth(temp1, temp2);
726 temp2 = tjd.getScaledHeight(temp1, temp2);
727 if (temp1 != scaledWidth || temp2 != scaledHeight)
    [all...]

Completed in 733 milliseconds

1 2 3 4 56 7 8 91011