/third_party/ffmpeg/libavcodec/ |
D | h264qpel.c | 54 #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 …]
|
D | cavsdsp.c | 552 #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 …]
|
D | diracdsp.c | 52 #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
|
D | qpeldsp.c | 785 #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 …]
|
D | diracdsp.h | 57 #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/ |
D | h264qpel.c | 292 #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/ |
D | qpeldsp_init.c | 509 #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 …]
|
D | hpeldsp_init.c | 168 #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) \
|
D | h264_qpel.c | 505 #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 …]
|
D | diracdsp_init.c | 65 #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
|
D | cavsdsp.c | 395 #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/ |
D | alsa.m4 | 27 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)], 31 [ --with-alsa-inc-prefix=PFX Prefix where include libraries are (optional)],
|
D | esd.m4 | 18 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/ |
D | AMDGPULibFunc.h | 389 void setPrefix(ENamePrefix PFX) { Impl->setPrefix(PFX); } in setPrefix() argument
|
/third_party/alsa-lib/utils/ |
D | alsa.m4 | 31 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/ |
D | libxml.m4 | 16 [ --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/ |
D | libxml2.m4 | 14 [ --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/ |
D | wpa_supplicant.conf.sgml | 219 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/ |
D | wpa_supplicant.conf.sgml | 215 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/ |
D | sdl2.m4 | 20 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/ |
D | configure.ac | 673 …--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/ |
D | str_agp.h | 49 #define PFX "agpgart: " macro
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | libgcrypt.m4 | 31 AC_HELP_STRING([--with-libgcrypt-prefix=PFX],
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | acinclude.m4 | 17 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…
|
D | aclocal.m4 | 17 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…
|