Searched refs:s15 (Results 1 – 6 of 6) 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 959 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16() 968 x7 = dct_const_round_shift(s7 + s15); in iadst16() 976 x15 = dct_const_round_shift(s7 - s15); in iadst16() 994 s15 = x14 * cospi_20_64 + x15 * cospi_12_64; in iadst16() 1007 x11 = dct_const_round_shift(s11 + s15); in iadst16() 1011 x15 = dct_const_round_shift(s11 - s15); in iadst16() 1029 s15 = x14 * cospi_8_64 + x15 * cospi_24_64; in iadst16() 1044 x13 = dct_const_round_shift(s13 + s15); in iadst16() 1046 x15 = dct_const_round_shift(s13 - s15); 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 683 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in iadst16() 692 x7 = dct_const_round_shift(s7 + s15); in iadst16() 700 x15 = dct_const_round_shift(s7 - s15); in iadst16() 718 s15 = x14 * cospi_20_64 + x15 * cospi_12_64; in iadst16() 731 x11 = dct_const_round_shift(s11 + s15); in iadst16() 735 x15 = dct_const_round_shift(s11 - s15); in iadst16() 753 s15 = x14 * cospi_8_64 + x15 * cospi_24_64; in iadst16() 768 x13 = dct_const_round_shift(s13 + s15); in iadst16() 770 x15 = dct_const_round_shift(s13 - s15); 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 834 s15 = x14 * cospi_3_64 - x15 * cospi_29_64; in fadst16() 843 x7 = fdct_round_shift(s7 + s15); in fadst16() 851 x15 = fdct_round_shift(s7 - s15); in fadst16() 869 s15 = x14 * cospi_20_64 + x15 * cospi_12_64; in fadst16() 882 x11 = fdct_round_shift(s11 + s15); in fadst16() 886 x15 = fdct_round_shift(s11 - s15); in fadst16() 904 s15 = x14 * cospi_8_64 + x15 * cospi_24_64; in fadst16() 919 x13 = fdct_round_shift(s13 + s15); in fadst16() 921 x15 = fdct_round_shift(s13 - s15); in fadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 331 %define s15 [spp + 2 * stride7] 392 punpcklbw xmm6, s15 ; e0 f0 393 punpckhbw xmm7, s15 ; e8 f8 774 movdqa s15, xmm15
|
D | variance_impl_sse2.asm | 1274 movdqu xmm5, XMMWORD PTR [rsi] ; xmm5 = s0,s1,s2..s15
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_subpel_variance_impl_sse2.asm | 268 movdqu xmm5, XMMWORD PTR [rsi] ; xmm5 = s0,s1,s2..s15
|