Searched refs:s10 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans16_dspr2.c | 915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local 954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; in iadst16() 963 x2 = dct_const_round_shift(s2 + s10); in iadst16() 971 x10 = dct_const_round_shift(s2 - s10); in iadst16() 989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; in iadst16() 1006 x10 = dct_const_round_shift(s10 + s14); in iadst16() 1010 x14 = dct_const_round_shift(s10 - s14); in iadst16() 1024 s10 = x10; in iadst16() 1039 x8 = s8 + s10; in iadst16() 1041 x10 = s8 - s10; in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 639 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local 678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; in iadst16() 687 x2 = dct_const_round_shift(s2 + s10); in iadst16() 695 x10 = dct_const_round_shift(s2 - s10); in iadst16() 713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; in iadst16() 730 x10 = dct_const_round_shift(s10 + s14); in iadst16() 734 x14 = dct_const_round_shift(s10 - s14); in iadst16() 748 s10 = x10; in iadst16() 763 x8 = s8 + s10; in iadst16() 765 x10 = s8 - s10; in iadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 799 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in fadst16() local 829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; in fadst16() 838 x2 = fdct_round_shift(s2 + s10); in fadst16() 846 x10 = fdct_round_shift(s2 - s10); in fadst16() 864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; in fadst16() 881 x10 = fdct_round_shift(s10 + s14); in fadst16() 885 x14 = fdct_round_shift(s10 - s14); in fadst16() 899 s10 = x10; in fadst16() 914 x8 = s8 + s10; in fadst16() 916 x10 = s8 - s10; in fadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 326 %define s10 [src + 2 * stride5] 369 movdqa xmm2, s10 769 movdqa s10, xmm8
|