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

/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.c787 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
821 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
830 x6 = dct_const_round_shift(s6 + s14);
838 x14 = dct_const_round_shift(s6 - s14);
856 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64;
869 x10 = dct_const_round_shift(s10 + s14);
873 x14 = dct_const_round_shift(s10 - s14);
891 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64;
906 x12 = dct_const_round_shift(s12 + s14);
908 x14 = dct_const_round_shift(s12 - s14);
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.h139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h289 const SwVfpRegister s14 = { 14 }; member in namespace:v8::internal
/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.h139 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
H A Dassembler-arm.h378 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 215 milliseconds