Searched defs:s15 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
383 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
392 x7 = fdct_round_shift(s7 + s15);
400 x15 = fdct_round_shift(s7 - s15);
418 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
431 x11 = fdct_round_shift(s11 + s15);
435 x15 = fdct_round_shift(s11 - s15);
453 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
468 x13 = fdct_round_shift(s13 + s15);
470 x15 = fdct_round_shift(s13 - s15);
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c572 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
616 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
625 x7 = WRAPLOW(dct_const_round_shift(s7 + s15), 8);
633 x15 = WRAPLOW(dct_const_round_shift(s7 - s15), 8);
651 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
664 x11 = WRAPLOW(dct_const_round_shift(s11 + s15), 8);
668 x15 = WRAPLOW(dct_const_round_shift(s11 - s15), 8);
686 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
701 x13 = WRAPLOW(dct_const_round_shift(s13 + s15), 8);
703 x15 = WRAPLOW(dct_const_round_shift(s13 - s15),
1811 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1056 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
1100 s15 = x14 * cospi_3_64 - x15 * cospi_29_64;
1109 x7 = dct_const_round_shift(s7 + s15);
1117 x15 = dct_const_round_shift(s7 - s15);
1135 s15 = x14 * cospi_20_64 + x15 * cospi_12_64;
1148 x11 = dct_const_round_shift(s11 + s15);
1152 x15 = dct_const_round_shift(s11 - s15);
1170 s15 = x14 * cospi_8_64 + x15 * cospi_24_64;
1185 x13 = dct_const_round_shift(s13 + s15);
1187 x15 = dct_const_round_shift(s13 - s15);
[all...]
/external/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 135 milliseconds