/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 953 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16() 962 x1 = dct_const_round_shift(s1 + s9); in iadst16() 970 x9 = dct_const_round_shift(s1 - s9); in iadst16() 988 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in iadst16() 1005 x9 = dct_const_round_shift(s9 + s13); in iadst16() 1009 x13 = dct_const_round_shift(s9 - s13); in iadst16() 1023 s9 = x9; in iadst16() 1040 x9 = s9 + s11; in iadst16() 1042 x11 = s9 - s11; in iadst16()
|
/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 677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in iadst16() 686 x1 = dct_const_round_shift(s1 + s9); in iadst16() 694 x9 = dct_const_round_shift(s1 - s9); in iadst16() 712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in iadst16() 729 x9 = dct_const_round_shift(s9 + s13); in iadst16() 733 x13 = dct_const_round_shift(s9 - s13); in iadst16() 747 s9 = x9; in iadst16() 764 x9 = s9 + s11; in iadst16() 766 x11 = s9 - s11; in iadst16()
|
/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 828 s9 = x8 * cospi_15_64 - x9 * cospi_17_64; in fadst16() 837 x1 = fdct_round_shift(s1 + s9); in fadst16() 845 x9 = fdct_round_shift(s1 - s9); in fadst16() 863 s9 = x8 * cospi_28_64 - x9 * cospi_4_64; in fadst16() 880 x9 = fdct_round_shift(s9 + s13); in fadst16() 884 x13 = fdct_round_shift(s9 - s13); in fadst16() 898 s9 = x9; in fadst16() 915 x9 = s9 + s11; in fadst16() 917 x11 = s9 - s11; in fadst16()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_block_sse2.asm | 325 %define s9 [spp + 8 * stride] 366 punpcklbw xmm0, s9 ; 80 90 367 punpckhbw xmm1, s9 ; 88 98 768 movdqa s9, xmm12
|
D | loopfilter_mmx.asm | 1272 pmulhw mm1, [GLOBAL(s9)] 1273 pmulhw mm2, [GLOBAL(s9)] 1749 s9: label
|
D | variance_impl_sse2.asm | 720 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9 958 movq xmm3, QWORD PTR [rsi+rax] ; xmm3 = s1,s2,s3..s9 1172 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9
|
D | loopfilter_sse2.asm | 424 movdqa xmm4, [GLOBAL(s9)] 1630 s9: label
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_sse2.asm | 438 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9 560 movq xmm3, QWORD PTR [rsi+rax] ; xmm3 = s1,s2,s3..s9 667 movq xmm3, QWORD PTR [rsi+1] ; xmm3 = s1,s2,s3..s9
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_mmx.asm | 622 s9: label
|