Searched defs:s15 (Results 1 - 8 of 8) 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
959 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
968 x7 = dct_const_round_shift(s7 + s15);
976 x15 = dct_const_round_shift(s7 - s15);
994 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1011 x15 = dct_const_round_shift(s11 - s15);
1029 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
1044 x13 = dct_const_round_shift(s13 + s15);
1046 x15 = dct_const_round_shift(s13 - s15);
[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
875 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
884 x7 = fdct_round_shift(s7 + s15);
892 x15 = fdct_round_shift(s7 - s15);
910 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
923 x11 = fdct_round_shift(s11 + s15);
927 x15 = fdct_round_shift(s11 - s15);
945 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
960 x13 = fdct_round_shift(s13 + s15);
962 x15 = fdct_round_shift(s13 - s15);
[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
959 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
968 x7 = dct_const_round_shift(s7 + s15);
976 x15 = dct_const_round_shift(s7 - s15);
994 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
1007 x11 = dct_const_round_shift(s11 + s15);
1011 x15 = dct_const_round_shift(s11 - s15);
1029 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
1044 x13 = dct_const_round_shift(s13 + s15);
1046 x15 = dct_const_round_shift(s13 - s15);
[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
683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
692 x7 = dct_const_round_shift(s7 + s15);
700 x15 = dct_const_round_shift(s7 - s15);
718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
731 x11 = dct_const_round_shift(s11 + s15);
735 x15 = dct_const_round_shift(s11 - s15);
753 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
768 x13 = dct_const_round_shift(s13 + s15);
770 x15 = dct_const_round_shift(s13 - s15);
[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
834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
843 x7 = fdct_round_shift(s7 + s15);
851 x15 = fdct_round_shift(s7 - s15);
869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
882 x11 = fdct_round_shift(s11 + s15);
886 x15 = fdct_round_shift(s11 - s15);
904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
919 x13 = fdct_round_shift(s13 + s15);
921 x15 = fdct_round_shift(s13 - s15);
[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
719 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
728 x7 = dct_const_round_shift(s7 + s15);
736 x15 = dct_const_round_shift(s7 - s15);
754 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
767 x11 = dct_const_round_shift(s11 + s15);
771 x15 = dct_const_round_shift(s11 - s15);
789 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
804 x13 = dct_const_round_shift(s13 + s15);
806 x15 = dct_const_round_shift(s13 - s15);
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.h344 const SwVfpRegister s15 = { 15 }; member in namespace:v8::internal

Completed in 225 milliseconds