Searched defs:s14 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
967 x6 = dct_const_round_shift(s6 + s14);
975 x14 = dct_const_round_shift(s6 - s14);
993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
1006 x10 = dct_const_round_shift(s10 + s14);
1010 x14 = dct_const_round_shift(s10 - s14);
1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
1043 x12 = dct_const_round_shift(s12 + s14);
1045 x14 = dct_const_round_shift(s12 - s14);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c840 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
874 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
883 x6 = fdct_round_shift(s6 + s14);
891 x14 = fdct_round_shift(s6 - s14);
909 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
922 x10 = fdct_round_shift(s10 + s14);
926 x14 = fdct_round_shift(s10 - s14);
944 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
959 x12 = fdct_round_shift(s12 + s14);
961 x14 = fdct_round_shift(s12 - s14);
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
967 x6 = dct_const_round_shift(s6 + s14);
975 x14 = dct_const_round_shift(s6 - s14);
993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
1006 x10 = dct_const_round_shift(s10 + s14);
1010 x14 = dct_const_round_shift(s10 - s14);
1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
1043 x12 = dct_const_round_shift(s12 + s14);
1045 x14 = dct_const_round_shift(s12 - s14);
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
682 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
691 x6 = dct_const_round_shift(s6 + s14);
699 x14 = dct_const_round_shift(s6 - s14);
717 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
730 x10 = dct_const_round_shift(s10 + s14);
734 x14 = dct_const_round_shift(s10 - s14);
752 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
767 x12 = dct_const_round_shift(s12 + s14);
769 x14 = dct_const_round_shift(s12 - s14);
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
833 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
842 x6 = fdct_round_shift(s6 + s14);
850 x14 = fdct_round_shift(s6 - s14);
868 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
881 x10 = fdct_round_shift(s10 + s14);
885 x14 = fdct_round_shift(s10 - s14);
903 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
918 x12 = fdct_round_shift(s12 + s14);
920 x14 = fdct_round_shift(s12 - s14);
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c675 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
718 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
727 x6 = dct_const_round_shift(s6 + s14);
735 x14 = dct_const_round_shift(s6 - s14);
753 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
766 x10 = dct_const_round_shift(s10 + s14);
770 x14 = dct_const_round_shift(s10 - s14);
788 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
803 x12 = dct_const_round_shift(s12 + s14);
805 x14 = dct_const_round_shift(s12 - s14);
2094 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h113 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h343 const SwVfpRegister s14 = { 14 }; member in namespace:v8::internal
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp429 template<typename T> struct s14 {}; struct
430 template<typename T> using a14 = s14<T>;

Completed in 740 milliseconds