Searched defs:x15 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstrtst.c744 static const UChar x15[] = { 0x78, 0x31, 0x35, 0 }; local
769 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
/external/clang/test/CodeGen/
H A Doverride-layout.c159 struct X15 x15; local
160 x15.x = sizeof(struct X15);
/external/icu4c/test/iotest/
H A Dstrtst.c744 static const UChar x15[] = { 0x78, 0x31, 0x35, 0 }; local
769 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c932 int x15 = input[14]; local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
959 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
976 x15 = dct_const_round_shift(s7 - s15);
993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
994 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
1011 x15 = dct_const_round_shift(s11 - s15);
1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
1029 s15 = x14 * cospi_8_64 + x15 * cospi_24_6
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c656 int x15 = input[14]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
700 x15 = dct_const_round_shift(s7 - s15);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
735 x15 = dct_const_round_shift(s11 - s15);
752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
753 s15 = x14 * cospi_8_64 + x15 * cospi_24_6
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c804 int x15 = input[14]; local
821 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
822 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
839 x15 = dct_const_round_shift(s7 - s15);
856 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
857 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
874 x15 = dct_const_round_shift(s11 - s15);
891 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
892 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
909 x15
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1099 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1117 x15 = _mm_loadl_epi64((__m128i *)(in1 + 7*in_p));
1127 x11 = _mm_unpacklo_epi8(x14, x15);
1137 x15 = _mm_unpackhi_epi32(x12, x13);
1142 _mm_storeu_si128((__m128i *)(out + 2 * out_p), _mm_unpacklo_epi64(x7, x15));
1143 _mm_storeu_si128((__m128i *)(out + 3 * out_p), _mm_unpackhi_epi64(x7, x15));
1153 x15 = _mm_unpackhi_epi32(x12, x13);
1158 _mm_storeu_si128((__m128i *)(out + 6 * out_p), _mm_unpacklo_epi64(x7, x15));
1159 _mm_storeu_si128((__m128i *)(out + 7 * out_p), _mm_unpackhi_epi64(x7, x15));

Completed in 149 milliseconds