Home
last modified time | relevance | path

Searched refs:PFX (Results 1 – 25 of 56) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dh264qpel.c54 #define dspfunc2(PFX, IDX, NUM, depth) \ in ff_h264qpel_init() argument
55 c->PFX ## _pixels_tab[IDX][ 0] = FUNCC(PFX ## NUM ## _mc00, depth); \ in ff_h264qpel_init()
56 c->PFX ## _pixels_tab[IDX][ 1] = FUNCC(PFX ## NUM ## _mc10, depth); \ in ff_h264qpel_init()
57 c->PFX ## _pixels_tab[IDX][ 2] = FUNCC(PFX ## NUM ## _mc20, depth); \ in ff_h264qpel_init()
58 c->PFX ## _pixels_tab[IDX][ 3] = FUNCC(PFX ## NUM ## _mc30, depth); \ in ff_h264qpel_init()
59 c->PFX ## _pixels_tab[IDX][ 4] = FUNCC(PFX ## NUM ## _mc01, depth); \ in ff_h264qpel_init()
60 c->PFX ## _pixels_tab[IDX][ 5] = FUNCC(PFX ## NUM ## _mc11, depth); \ in ff_h264qpel_init()
61 c->PFX ## _pixels_tab[IDX][ 6] = FUNCC(PFX ## NUM ## _mc21, depth); \ in ff_h264qpel_init()
62 c->PFX ## _pixels_tab[IDX][ 7] = FUNCC(PFX ## NUM ## _mc31, depth); \ in ff_h264qpel_init()
63 c->PFX ## _pixels_tab[IDX][ 8] = FUNCC(PFX ## NUM ## _mc02, depth); \ in ff_h264qpel_init()
[all …]
Dcavsdsp.c552 #define dspfunc(PFX, IDX, NUM) \ in ff_cavsdsp_init() argument
553 c->PFX ## _pixels_tab[IDX][ 0] = PFX ## NUM ## _mc00_c; \ in ff_cavsdsp_init()
554 c->PFX ## _pixels_tab[IDX][ 1] = PFX ## NUM ## _mc10_c; \ in ff_cavsdsp_init()
555 c->PFX ## _pixels_tab[IDX][ 2] = PFX ## NUM ## _mc20_c; \ in ff_cavsdsp_init()
556 c->PFX ## _pixels_tab[IDX][ 3] = PFX ## NUM ## _mc30_c; \ in ff_cavsdsp_init()
557 c->PFX ## _pixels_tab[IDX][ 4] = PFX ## NUM ## _mc01_c; \ in ff_cavsdsp_init()
558 c->PFX ## _pixels_tab[IDX][ 5] = PFX ## NUM ## _mc11_c; \ in ff_cavsdsp_init()
559 c->PFX ## _pixels_tab[IDX][ 6] = PFX ## NUM ## _mc21_c; \ in ff_cavsdsp_init()
560 c->PFX ## _pixels_tab[IDX][ 7] = PFX ## NUM ## _mc31_c; \ in ff_cavsdsp_init()
561 c->PFX ## _pixels_tab[IDX][ 8] = PFX ## NUM ## _mc02_c; \ in ff_cavsdsp_init()
[all …]
Ddiracdsp.c52 #define PIXOP_BILINEAR(PFX, OP, WIDTH) \ argument
53 …static void ff_ ## PFX ## _dirac_pixels ## WIDTH ## _bilinear_c(uint8_t *dst, const uint8_t *src[5…
213 #define PIXFUNC(PFX, WIDTH) \ in DEQUANT_SUBBAND() argument
214 c->PFX ## _dirac_pixels_tab[WIDTH>>4][0] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _c; \ in DEQUANT_SUBBAND()
215 c->PFX ## _dirac_pixels_tab[WIDTH>>4][1] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _l2_c; \
216 c->PFX ## _dirac_pixels_tab[WIDTH>>4][2] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _l4_c; \
217 c->PFX ## _dirac_pixels_tab[WIDTH>>4][3] = ff_ ## PFX ## _dirac_pixels ## WIDTH ## _bilinear_c
Dqpeldsp.c785 #define dspfunc(PFX, IDX, NUM) \ in DIRAC_MC() argument
786 c->PFX ## _pixels_tab[IDX][0] = PFX ## NUM ## _mc00_c; \ in DIRAC_MC()
787 c->PFX ## _pixels_tab[IDX][1] = PFX ## NUM ## _mc10_c; \ in DIRAC_MC()
788 c->PFX ## _pixels_tab[IDX][2] = PFX ## NUM ## _mc20_c; \ in DIRAC_MC()
789 c->PFX ## _pixels_tab[IDX][3] = PFX ## NUM ## _mc30_c; \ in DIRAC_MC()
790 c->PFX ## _pixels_tab[IDX][4] = PFX ## NUM ## _mc01_c; \ in DIRAC_MC()
791 c->PFX ## _pixels_tab[IDX][5] = PFX ## NUM ## _mc11_c; \ in DIRAC_MC()
792 c->PFX ## _pixels_tab[IDX][6] = PFX ## NUM ## _mc21_c; \ in DIRAC_MC()
793 c->PFX ## _pixels_tab[IDX][7] = PFX ## NUM ## _mc31_c; \ in DIRAC_MC()
794 c->PFX ## _pixels_tab[IDX][8] = PFX ## NUM ## _mc02_c; \ in DIRAC_MC()
[all …]
Ddiracdsp.h57 #define DECL_DIRAC_PIXOP(PFX, EXT) \ argument
58 …void ff_ ## PFX ## _dirac_pixels8_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h);…
59 …void ff_ ## PFX ## _dirac_pixels16_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)…
60 … void ff_ ## PFX ## _dirac_pixels32_ ## EXT(uint8_t *dst, const uint8_t *src[5], int stride, int h)
/third_party/ffmpeg/libavcodec/ppc/
Dh264qpel.c292 #define dspfunc(PFX, IDX, NUM) \ in ff_h264qpel_init_ppc() argument
293 c->PFX ## _pixels_tab[IDX][ 0] = PFX ## NUM ## _mc00_altivec; \ in ff_h264qpel_init_ppc()
294 c->PFX ## _pixels_tab[IDX][ 1] = PFX ## NUM ## _mc10_altivec; \ in ff_h264qpel_init_ppc()
295 c->PFX ## _pixels_tab[IDX][ 2] = PFX ## NUM ## _mc20_altivec; \ in ff_h264qpel_init_ppc()
296 c->PFX ## _pixels_tab[IDX][ 3] = PFX ## NUM ## _mc30_altivec; \ in ff_h264qpel_init_ppc()
297 c->PFX ## _pixels_tab[IDX][ 4] = PFX ## NUM ## _mc01_altivec; \ in ff_h264qpel_init_ppc()
298 c->PFX ## _pixels_tab[IDX][ 5] = PFX ## NUM ## _mc11_altivec; \ in ff_h264qpel_init_ppc()
299 c->PFX ## _pixels_tab[IDX][ 6] = PFX ## NUM ## _mc21_altivec; \ in ff_h264qpel_init_ppc()
300 c->PFX ## _pixels_tab[IDX][ 7] = PFX ## NUM ## _mc31_altivec; \ in ff_h264qpel_init_ppc()
301 c->PFX ## _pixels_tab[IDX][ 8] = PFX ## NUM ## _mc02_altivec; \ in ff_h264qpel_init_ppc()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dqpeldsp_init.c509 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \ in QPEL_OP() argument
511 c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \ in QPEL_OP()
512 c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \ in QPEL_OP()
513 c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \ in QPEL_OP()
514 c->PFX ## _pixels_tab[IDX][ 3] = PREFIX ## PFX ## SIZE ## _mc30_ ## CPU; \ in QPEL_OP()
515 c->PFX ## _pixels_tab[IDX][ 4] = PREFIX ## PFX ## SIZE ## _mc01_ ## CPU; \ in QPEL_OP()
516 c->PFX ## _pixels_tab[IDX][ 5] = PREFIX ## PFX ## SIZE ## _mc11_ ## CPU; \ in QPEL_OP()
517 c->PFX ## _pixels_tab[IDX][ 6] = PREFIX ## PFX ## SIZE ## _mc21_ ## CPU; \ in QPEL_OP()
518 c->PFX ## _pixels_tab[IDX][ 7] = PREFIX ## PFX ## SIZE ## _mc31_ ## CPU; \ in QPEL_OP()
519 c->PFX ## _pixels_tab[IDX][ 8] = PREFIX ## PFX ## SIZE ## _mc02_ ## CPU; \ in QPEL_OP()
[all …]
Dhpeldsp_init.c168 #define SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU) \ in HPELDSP_AVG_PIXELS16() argument
170 c->PFX ## _pixels_tab IDX [0] = PFX ## _pixels ## SIZE ## _ ## CPU; in HPELDSP_AVG_PIXELS16()
173 #define SET_HPEL_FUNCS(PFX, IDX, SIZE, CPU) \ argument
175 SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU) \
176 c->PFX ## _pixels_tab IDX [1] = PFX ## _pixels ## SIZE ## _x2_ ## CPU; \
177 c->PFX ## _pixels_tab IDX [2] = PFX ## _pixels ## SIZE ## _y2_ ## CPU; \
178 c->PFX ## _pixels_tab IDX [3] = PFX ## _pixels ## SIZE ## _xy2_ ## CPU; \
181 #define SET_HPEL_FUNCS(PFX, IDX, SIZE, CPU) \
183 SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU) \
Dh264_qpel.c505 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \ argument
507 c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \
508 c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \
509 c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \
510 c->PFX ## _pixels_tab[IDX][ 3] = PREFIX ## PFX ## SIZE ## _mc30_ ## CPU; \
511 c->PFX ## _pixels_tab[IDX][ 4] = PREFIX ## PFX ## SIZE ## _mc01_ ## CPU; \
512 c->PFX ## _pixels_tab[IDX][ 5] = PREFIX ## PFX ## SIZE ## _mc11_ ## CPU; \
513 c->PFX ## _pixels_tab[IDX][ 6] = PREFIX ## PFX ## SIZE ## _mc21_ ## CPU; \
514 c->PFX ## _pixels_tab[IDX][ 7] = PREFIX ## PFX ## SIZE ## _mc31_ ## CPU; \
515 c->PFX ## _pixels_tab[IDX][ 8] = PREFIX ## PFX ## SIZE ## _mc02_ ## CPU; \
[all …]
Ddiracdsp_init.c65 #define PIXFUNC(PFX, IDX, EXT) \ argument
67 c->PFX ## _dirac_pixels_tab[1][IDX] = PFX ## _dirac_pixels16_ ## EXT; \
68 c->PFX ## _dirac_pixels_tab[2][IDX] = PFX ## _dirac_pixels32_ ## EXT
Dcavsdsp.c395 #define DSPFUNC(PFX, IDX, NUM, EXT) \ argument
396 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 2] = PFX ## _cavs_qpel ## NUM ## _mc20_ ## EXT; \
397 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 4] = PFX ## _cavs_qpel ## NUM ## _mc01_ ## EXT; \
398 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 8] = PFX ## _cavs_qpel ## NUM ## _mc02_ ## EXT; \
399 c->PFX ## _cavs_qpel_pixels_tab[IDX][12] = PFX ## _cavs_qpel ## NUM ## _mc03_ ## EXT; \
/third_party/flutter/skia/third_party/externals/sdl/acinclude/
Dalsa.m427 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)],
31 [ --with-alsa-inc-prefix=PFX Prefix where include libraries are (optional)],
Desd.m418 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optio…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h389 void setPrefix(ENamePrefix PFX) { Impl->setPrefix(PFX); } in setPrefix() argument
/third_party/alsa-lib/utils/
Dalsa.m431 AS_HELP_STRING([--with-alsa-prefix=PFX], [Prefix where Alsa library is installed(optional)]),
35 AS_HELP_STRING([--with-alsa-inc-prefix=PFX], [Prefix where include libraries are (optional)]),
/third_party/libxml2/
Dlibxml.m416 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
19 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
/third_party/nghttp2/m4/
Dlibxml2.m414 [ --with-xml-prefix=PFX Prefix where libxml is installed (optional)],
17 [ --with-xml-exec-prefix=PFX Exec prefix where libxml is installed (optional)],
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml219 PKCS#12/PFX format, they need to be converted to suitable PEM/DER
225 # convert CA certificate (if included in PFX file) to PEM format
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml215 PKCS#12/PFX format, they need to be converted to suitable PEM/DER
221 # convert CA certificate (if included in PFX file) to PEM format
/third_party/flutter/skia/third_party/externals/sdl/
Dsdl2.m420 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)],
22 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optio…
/third_party/skia/third_party/externals/microhttpd/
Dconfigure.ac673 …--with-gnutls[=PFX]]],[use GnuTLS for HTTPS support, optional PFX overrides pkg-config data for Gn…
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h49 #define PFX "agpgart: " macro
/third_party/skia/third_party/externals/microhttpd/m4/
Dlibgcrypt.m431 AC_HELP_STRING([--with-libgcrypt-prefix=PFX],
/third_party/flutter/skia/third_party/externals/sdl/test/
Dacinclude.m417 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)],
19 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optio…
Daclocal.m417 AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)],
19 AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (optio…

123