Searched defs:x6 (Results 26 - 43 of 43) sorted by relevance

12

/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc391 double* x6) {
399 residual_parameters.push_back(x6);
407 double* x6, double* x7) {
415 residual_parameters.push_back(x6);
424 double* x6, double* x7, double* x8) {
432 residual_parameters.push_back(x6);
442 double* x6, double* x7, double* x8, double* x9) {
450 residual_parameters.push_back(x6);
387 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
403 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
420 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
438 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c923 int x6 = input[9]; local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
950 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
967 x6 = dct_const_round_shift(s6 + s14);
985 s6 = x6;
1002 x6 = s2 - s6;
1020 s6 = - x6 * cospi_24_64 + x7 * cospi_8_64;
1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
1037 x6
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c540 tran_high_t x6 = input[1]; local
550 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
551 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
559 x6 = fdct_round_shift(s2 - s6);
569 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
570 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
578 x6 = fdct_round_shift(s4 - s6);
584 s6 = cospi_16_64 * (x6 + x7);
585 s7 = cospi_16_64 * (x6 - x7);
589 x6
848 tran_high_t x6 = input[9]; local
[all...]
/external/clang/test/Analysis/
H A Ddead-stores.c561 int x6 = (getInt(), (y = getInt())); //expected-warning {{Value stored to 'x6' during its initialization is never read}} // expected-warning{{unused variable 'x6'}} local
/external/clang/test/FixIt/
H A Dfixit.cpp80 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
103 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} local
104 (void)x6;
127 if (int x6 /= 0) { (void)x6; } // expected-error {{invalid '/=' at end of declaration; did you mean '='?}}
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c923 int x6 = input[9]; local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
950 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
967 x6 = dct_const_round_shift(s6 + s14);
985 s6 = x6;
1002 x6 = s2 - s6;
1020 s6 = - x6 * cospi_24_64 + x7 * cospi_8_64;
1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
1037 x6
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c323 int x6 = input[1]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
339 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
348 x6 = dct_const_round_shift(s2 - s6);
358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
367 x6 = dct_const_round_shift(s4 - s6);
373 s6 = cospi_16_64 * (x6 + x7);
374 s7 = cospi_16_64 * (x6
647 int x6 = input[9]; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c501 int x6 = input[1]; local
511 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
512 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
520 x6 = fdct_round_shift(s2 - s6);
530 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
531 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
539 x6 = fdct_round_shift(s4 - s6);
545 s6 = cospi_16_64 * (x6 + x7);
546 s7 = cospi_16_64 * (x6 - x7);
550 x6
807 int x6 = input[9]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c357 tran_high_t x6 = input[1]; local
360 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
373 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
374 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
382 x6 = dct_const_round_shift(s2 - s6);
392 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
393 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
401 x6 = dct_const_round_shift(s4 - s6);
407 s6 = cospi_16_64 * (x6 + x7);
408 s7 = cospi_16_64 * (x6
683 tran_high_t x6 = input[9]; local
1772 tran_high_t x6 = input[1]; local
2102 tran_high_t x6 = input[9]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1331 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1347 x6 = _mm_loadl_epi64((__m128i *)(in0 + 6*in_p));
1355 x3 = _mm_unpacklo_epi8(x6, x7);
1367 x6 = _mm_unpacklo_epi32(x4, x5);
1373 _mm_storeu_si128((__m128i *)out, _mm_unpacklo_epi64(x6, x14));
1374 _mm_storeu_si128((__m128i *)(out + out_p), _mm_unpackhi_epi64(x6, x14));
1383 x6 = _mm_unpacklo_epi32(x4, x5);
1389 _mm_storeu_si128((__m128i *)(out + 4 * out_p), _mm_unpacklo_epi64(x6, x14));
1390 _mm_storeu_si128((__m128i *)(out + 5 * out_p), _mm_unpackhi_epi64(x6, x14));
1399 __m128i x0, x1, x2, x3, x4, x5, x6, x local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1485 x6 = _mm_loadl_epi64((__m128i *)(in0 + 6*in_p));
1493 x3 = _mm_unpacklo_epi8(x6, x7);
1505 x6 = _mm_unpacklo_epi32(x4, x5);
1511 _mm_storeu_si128((__m128i *)out, _mm_unpacklo_epi64(x6, x14));
1512 _mm_storeu_si128((__m128i *)(out + out_p), _mm_unpackhi_epi64(x6, x14));
1521 x6 = _mm_unpacklo_epi32(x4, x5);
1527 _mm_storeu_si128((__m128i *)(out + 4 * out_p), _mm_unpacklo_epi64(x6, x14));
1528 _mm_storeu_si128((__m128i *)(out + 5 * out_p), _mm_unpackhi_epi64(x6, x14));
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2146 milliseconds

12