Home
last modified time | relevance | path

Searched refs:x11 (Results 1 – 19 of 19) sorted by relevance

/hardware/intel/common/libva/va/
DMakefile.am28 -I$(top_srcdir)/va/x11 \
100 SUBDIRS += x11 subdir
101 lib_LTLIBRARIES += libva-x11.la
105 libva_x11_la_DEPENDENCIES = libva.la x11/libva_x11.la
106 libva_x11_la_LIBADD = libva.la x11/libva_x11.la \
115 libva_glx_la_DEPENDENCIES = libva.la glx/libva_glx.la libva-x11.la
116 libva_glx_la_LIBADD = libva.la glx/libva_glx.la libva-x11.la \
141 DIST_SUBDIRS = x11 glx egl drm wayland
/hardware/intel/img/psb_video/src/
DMakefile.am28 pvr_drv_video_la_LIBADD = -ldrm -lX11 -lXrandr -lva-x11 -lXv -lm -lXext -lpvr2d
41 x11/psb_x11.c x11/psb_coverlay.c x11/psb_xrandr.c x11/psb_xvva.c x11/psb_ctexture.c \
DREADME149 | |-- x11 (display on FPGA, etc.)
/hardware/intel/img/psb_video/
Dpsb-video.spec20 Requires: xorg-x11-server-Xorg
28 BuildRequires: pkgconfig(x11)
41 mrst/mfld video x11 drivers
Dconfigure.ac37 PKG_CHECK_MODULES([X11], [x11])
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c928 int x11 = input[10]; in iadst16() local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16()
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; in iadst16()
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; in iadst16()
972 x11 = dct_const_round_shift(s3 - s11); in iadst16()
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; in iadst16()
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; in iadst16()
1007 x11 = dct_const_round_shift(s11 + s15); in iadst16()
1025 s11 = x11; in iadst16()
1042 x11 = s9 - s11; in iadst16()
[all …]
/hardware/intel/common/libva/
Dlibva.spec15 Requires: xorg-x11-server-Xorg
22 BuildRequires: pkgconfig(x11)
78 %{_libdir}/libva-x11.so.1
79 %{_libdir}/libva-x11.so.%{libversion}
98 %{_libdir}/libva-x11.so
103 %{_libdir}/pkgconfig/libva-x11.pc
Dconfigure.ac127 AC_ARG_ENABLE(x11, optenable
128 [AC_HELP_STRING([--enable-x11],
213 PKG_CHECK_MODULES([X11], [x11], [:], [USE_X11="no"])
225 PKG_CHECK_MODULES([GLX], [gl x11], [USE_GLX="yes"], [:])
300 pkgconfig/libva-x11.pc
317 va/x11/Makefile
322 AS_IF([test x$USE_X11 = xyes], [BACKENDS="x11 $BACKENDS"])
/hardware/intel/common/libva/pkgconfig/
DMakefile.am29 pcfiles += libva-x11.pc
44 all_pcfiles_in += libva-x11.pc.in
Dlibva-x11.pc.in5 display=x11
/hardware/intel/common/libva/test/transcode/
DMakefile.am31 $(top_builddir)/va/libva-x11.la \
/hardware/intel/common/libva/va/glx/
DMakefile.am27 -I$(top_srcdir)/va/x11 \
/hardware/intel/common/libva/test/putsurface/
DMakefile.am42 $(top_builddir)/va/libva-x11.la \
/hardware/intel/common/libva/test/common/
DMakefile.am42 libva_display_libs += $(top_builddir)/va/libva-x11.la $(X11_LIBS)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.c652 int x11 = input[10]; in iadst16() local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { in iadst16()
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; in iadst16()
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; in iadst16()
696 x11 = dct_const_round_shift(s3 - s11); in iadst16()
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; in iadst16()
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; in iadst16()
731 x11 = dct_const_round_shift(s11 + s15); in iadst16()
749 s11 = x11; in iadst16()
766 x11 = s9 - s11; in iadst16()
[all …]
/hardware/intel/common/libva/test/basic/
DMakefile.am45 $(top_builddir)/va/libva-x11.la \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c812 int x11 = input[10]; in fadst16() local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; in fadst16()
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; in fadst16()
847 x11 = fdct_round_shift(s3 - s11); in fadst16()
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; in fadst16()
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; in fadst16()
882 x11 = fdct_round_shift(s11 + s15); in fadst16()
900 s11 = x11; in fadst16()
917 x11 = s9 - s11; in fadst16()
928 s10 = cospi_16_64 * (x10 + x11); in fadst16()
[all …]
/hardware/intel/img/psb_video/fw/topazhp/
DPrimary_VRL.txt115 0xa6,0xfa,0x08,0x11,
117 0x4d,0x8e,0xac,0x11,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; in transpose8x16() local
1480 x11 = _mm_loadl_epi64((__m128i *)(in1 + 3*in_p)); in transpose8x16()
1496 x9 = _mm_unpacklo_epi8(x10, x11); in transpose8x16()
1498 x11 = _mm_unpacklo_epi8(x14, x15); in transpose8x16()
1503 x13 = _mm_unpacklo_epi16(x10, x11); in transpose8x16()
1519 x13 = _mm_unpackhi_epi16(x10, x11); in transpose8x16()