Searched refs:s11 (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 955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; in iadst16() 964 x3 = dct_const_round_shift(s3 + s11); in iadst16() 972 x11 = dct_const_round_shift(s3 - s11); in iadst16() 990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; in iadst16() 1007 x11 = dct_const_round_shift(s11 + s15); in iadst16() 1011 x15 = dct_const_round_shift(s11 - s15); in iadst16() 1025 s11 = x11; in iadst16() 1040 x9 = s9 + s11; in iadst16() 1042 x11 = s9 - s11; 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 679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; in iadst16() 688 x3 = dct_const_round_shift(s3 + s11); in iadst16() 696 x11 = dct_const_round_shift(s3 - s11); in iadst16() 714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; in iadst16() 731 x11 = dct_const_round_shift(s11 + s15); in iadst16() 735 x15 = dct_const_round_shift(s11 - s15); in iadst16() 749 s11 = x11; in iadst16() 764 x9 = s9 + s11; in iadst16() 766 x11 = s9 - s11; 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 830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; in fadst16() 839 x3 = fdct_round_shift(s3 + s11); in fadst16() 847 x11 = fdct_round_shift(s3 - s11); in fadst16() 865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; in fadst16() 882 x11 = fdct_round_shift(s11 + s15); in fadst16() 886 x15 = fdct_round_shift(s11 - s15); in fadst16() 900 s11 = x11; in fadst16() 915 x9 = s9 + s11; in fadst16() 917 x11 = s9 - s11; in fadst16() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 327 %define s11 [spp + 2 * stride5] 371 punpcklbw xmm2, s11 ; a0 b0 372 punpckhbw xmm3, s11 ; a8 b8 770 movdqa s11, xmm13
|