/third_party/ffmpeg/libavcodec/ |
H A D | h264qpel.c | 54 #define dspfunc2(PFX, IDX, NUM, depth) \ in ff_h264qpel_init() 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][ in ff_h264qpel_init() [all...] |
H A D | vp8dsp.c | 646 #define VP78_MC_FUNC(IDX, SIZE) \ 647 dsp->put_vp8_epel_pixels_tab[IDX][0][0] = put_vp8_pixels ## SIZE ## _c; \ 648 dsp->put_vp8_epel_pixels_tab[IDX][0][1] = put_vp8_epel ## SIZE ## _h4_c; \ 649 dsp->put_vp8_epel_pixels_tab[IDX][0][2] = put_vp8_epel ## SIZE ## _h6_c; \ 650 dsp->put_vp8_epel_pixels_tab[IDX][1][0] = put_vp8_epel ## SIZE ## _v4_c; \ 651 dsp->put_vp8_epel_pixels_tab[IDX][1][1] = put_vp8_epel ## SIZE ## _h4v4_c; \ 652 dsp->put_vp8_epel_pixels_tab[IDX][1][2] = put_vp8_epel ## SIZE ## _h6v4_c; \ 653 dsp->put_vp8_epel_pixels_tab[IDX][2][0] = put_vp8_epel ## SIZE ## _v6_c; \ 654 dsp->put_vp8_epel_pixels_tab[IDX][2][1] = put_vp8_epel ## SIZE ## _h4v6_c; \ 655 dsp->put_vp8_epel_pixels_tab[IDX][ [all...] |
H A D | cavsdsp.c | 552 #define dspfunc(PFX, IDX, NUM) \ in ff_cavsdsp_init() 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][ in ff_cavsdsp_init() [all...] |
H A D | qpeldsp.c | 786 #define dspfunc(PFX, IDX, NUM) \ in DIRAC_MC() 787 c->PFX ## _pixels_tab[IDX][0] = PFX ## NUM ## _mc00_c; \ in DIRAC_MC() 788 c->PFX ## _pixels_tab[IDX][1] = PFX ## NUM ## _mc10_c; \ in DIRAC_MC() 789 c->PFX ## _pixels_tab[IDX][2] = PFX ## NUM ## _mc20_c; \ in DIRAC_MC() 790 c->PFX ## _pixels_tab[IDX][3] = PFX ## NUM ## _mc30_c; \ in DIRAC_MC() 791 c->PFX ## _pixels_tab[IDX][4] = PFX ## NUM ## _mc01_c; \ in DIRAC_MC() 792 c->PFX ## _pixels_tab[IDX][5] = PFX ## NUM ## _mc11_c; \ in DIRAC_MC() 793 c->PFX ## _pixels_tab[IDX][6] = PFX ## NUM ## _mc21_c; \ in DIRAC_MC() 794 c->PFX ## _pixels_tab[IDX][7] = PFX ## NUM ## _mc31_c; \ in DIRAC_MC() 795 c->PFX ## _pixels_tab[IDX][ in DIRAC_MC() [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp8dsp_init_mips.c | 33 #define VP8_MC_MIPS_FUNC(IDX, SIZE) \ 34 dsp->put_vp8_epel_pixels_tab[IDX][0][1] = \ 36 dsp->put_vp8_epel_pixels_tab[IDX][0][2] = \ 38 dsp->put_vp8_epel_pixels_tab[IDX][1][0] = \ 40 dsp->put_vp8_epel_pixels_tab[IDX][1][1] = \ 42 dsp->put_vp8_epel_pixels_tab[IDX][1][2] = \ 44 dsp->put_vp8_epel_pixels_tab[IDX][2][0] = \ 46 dsp->put_vp8_epel_pixels_tab[IDX][2][1] = \ 48 dsp->put_vp8_epel_pixels_tab[IDX][2][2] = \ 51 #define VP8_BILINEAR_MC_MIPS_FUNC(IDX, SIZ [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp8dsp_init_loongarch.c | 32 #define VP8_MC_LOONGARCH_FUNC(IDX, SIZE) \ 33 dsp->put_vp8_epel_pixels_tab[IDX][0][2] = ff_put_vp8_epel##SIZE##_h6_lsx; \ 34 dsp->put_vp8_epel_pixels_tab[IDX][1][0] = ff_put_vp8_epel##SIZE##_v4_lsx; \ 35 dsp->put_vp8_epel_pixels_tab[IDX][1][2] = ff_put_vp8_epel##SIZE##_h6v4_lsx; \ 36 dsp->put_vp8_epel_pixels_tab[IDX][2][0] = ff_put_vp8_epel##SIZE##_v6_lsx; \ 37 dsp->put_vp8_epel_pixels_tab[IDX][2][1] = ff_put_vp8_epel##SIZE##_h4v6_lsx; \ 38 dsp->put_vp8_epel_pixels_tab[IDX][2][2] = ff_put_vp8_epel##SIZE##_h6v6_lsx; 40 #define VP8_MC_LOONGARCH_COPY(IDX, SIZE) \ 41 dsp->put_vp8_epel_pixels_tab[IDX][0][0] = ff_put_vp8_pixels##SIZE##_lsx; \ 42 dsp->put_vp8_bilinear_pixels_tab[IDX][ [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | hpeldsp_init.c | 133 #define SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU) \ 135 c->PFX ## _pixels_tab IDX [0] = PFX ## _pixels ## SIZE ## _ ## CPU 138 #define SET_HPEL_FUNCS03(PFX, IDX, SIZE, CPU) \ 140 SET_HPEL_FUNCS_EXT(PFX, IDX, SIZE, CPU); \ 141 c->PFX ## _pixels_tab IDX [3] = PFX ## _pixels ## SIZE ## _xy2_ ## CPU; \ 143 #define SET_HPEL_FUNCS12(PFX, IDX, SIZE, CPU) \ 145 c->PFX ## _pixels_tab IDX [1] = PFX ## _pixels ## SIZE ## _x2_ ## CPU; \ 146 c->PFX ## _pixels_tab IDX [2] = PFX ## _pixels ## SIZE ## _y2_ ## CPU; \ 149 #define SET_HPEL_FUNCS03(PFX, IDX, SIZE, CPU) SET_HPEL_FUNCS_EXT(PFX, IDX, SIZ [all...] |
H A D | vp8dsp_init.c | 259 #define VP8_LUMA_MC_FUNC(IDX, SIZE, OPT) \ in DECLARE_LOOP_FILTER() 260 c->put_vp8_epel_pixels_tab[IDX][0][2] = ff_put_vp8_epel ## SIZE ## _h6_ ## OPT; \ in DECLARE_LOOP_FILTER() 261 c->put_vp8_epel_pixels_tab[IDX][2][0] = ff_put_vp8_epel ## SIZE ## _v6_ ## OPT; \ 262 c->put_vp8_epel_pixels_tab[IDX][2][2] = ff_put_vp8_epel ## SIZE ## _h6v6_ ## OPT 264 #define VP8_MC_FUNC(IDX, SIZE, OPT) \ 265 c->put_vp8_epel_pixels_tab[IDX][0][1] = ff_put_vp8_epel ## SIZE ## _h4_ ## OPT; \ 266 c->put_vp8_epel_pixels_tab[IDX][1][0] = ff_put_vp8_epel ## SIZE ## _v4_ ## OPT; \ 267 c->put_vp8_epel_pixels_tab[IDX][1][1] = ff_put_vp8_epel ## SIZE ## _h4v4_ ## OPT; \ 268 c->put_vp8_epel_pixels_tab[IDX][1][2] = ff_put_vp8_epel ## SIZE ## _h6v4_ ## OPT; \ 269 c->put_vp8_epel_pixels_tab[IDX][ [all...] |
H A D | qpeldsp_init.c | 509 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \ in QPEL_OP() 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][ in QPEL_OP() [all...] |
H A D | h264_qpel.c | 426 #define SET_QPEL_FUNCS0123(PFX, IDX, SIZE, CPU, PREFIX) \ 428 c->PFX ## _pixels_tab[IDX][ 0] = PREFIX ## PFX ## SIZE ## _mc00_ ## CPU; \ 429 c->PFX ## _pixels_tab[IDX][ 1] = PREFIX ## PFX ## SIZE ## _mc10_ ## CPU; \ 430 c->PFX ## _pixels_tab[IDX][ 2] = PREFIX ## PFX ## SIZE ## _mc20_ ## CPU; \ 431 c->PFX ## _pixels_tab[IDX][ 3] = PREFIX ## PFX ## SIZE ## _mc30_ ## CPU; \ 433 #define SET_QPEL_FUNCS(PFX, IDX, SIZE, CPU, PREFIX) \ 435 SET_QPEL_FUNCS0123(PFX, IDX, SIZE, CPU, PREFIX); \ 436 c->PFX ## _pixels_tab[IDX][ 4] = PREFIX ## PFX ## SIZE ## _mc01_ ## CPU; \ 437 c->PFX ## _pixels_tab[IDX][ 5] = PREFIX ## PFX ## SIZE ## _mc11_ ## CPU; \ 438 c->PFX ## _pixels_tab[IDX][ [all...] |
H A D | diracdsp_init.c | 60 #define PIXFUNC(PFX, IDX, EXT) \ 61 /*MMXDISABLEDc->PFX ## _dirac_pixels_tab[0][IDX] = PFX ## _dirac_pixels8_ ## EXT;*/ \ 62 c->PFX ## _dirac_pixels_tab[1][IDX] = PFX ## _dirac_pixels16_ ## EXT; \ 63 c->PFX ## _dirac_pixels_tab[2][IDX] = PFX ## _dirac_pixels32_ ## EXT
|
H A D | cavsdsp.c | 356 #define DSPFUNC(PFX, IDX, NUM, EXT) \ 357 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 2] = PFX ## _cavs_qpel ## NUM ## _mc20_ ## EXT; \ 358 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 4] = PFX ## _cavs_qpel ## NUM ## _mc01_ ## EXT; \ 359 c->PFX ## _cavs_qpel_pixels_tab[IDX][ 8] = PFX ## _cavs_qpel ## NUM ## _mc02_ ## EXT; \ 360 c->PFX ## _cavs_qpel_pixels_tab[IDX][12] = PFX ## _cavs_qpel ## NUM ## _mc03_ ## EXT; \
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264qpel.c | 292 #define dspfunc(PFX, IDX, NUM) \ in ff_h264qpel_init_ppc() 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][ in ff_h264qpel_init_ppc() [all...] |
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_scoreboard.cpp | 142 #define IDX(p) (p >= TGL_PIPE_FLOAT ? unsigned(p - TGL_PIPE_FLOAT) : \ macro 173 if (!is_unordered(inst) && (p == IDX(inferred_exec_pipe(devinfo, inst)) || in ordered_unit() 174 p == IDX(TGL_PIPE_ALL))) in ordered_unit() 194 * component IDX(p). 197 for (unsigned q = 0; q < IDX(TGL_PIPE_ALL); q++) in ordered_address() 198 jp[q] = (p == TGL_PIPE_NONE || (IDX(p) != q && p != TGL_PIPE_ALL) ? in ordered_address() 202 int jp[IDX(TGL_PIPE_ALL)]; 207 for (unsigned p = 0; p < IDX(TGL_PIPE_ALL); p++) { in operator ==() 223 for (unsigned q = 0; q < IDX(TGL_PIPE_ALL); q++) { in is_single_pipe() 224 if ((p == TGL_PIPE_NONE || IDX( in is_single_pipe() [all...] |
/third_party/mesa3d/src/compiler/ |
H A D | glsl_types.cpp | 773 #define IDX(c,r) (((c-1)*3) + (r-1)) in get_instance() macro 777 switch (IDX(columns, rows)) { in get_instance() 778 case IDX(2,2): return dmat2_type; in get_instance() 779 case IDX(2,3): return dmat2x3_type; in get_instance() 780 case IDX(2,4): return dmat2x4_type; in get_instance() 781 case IDX(3,2): return dmat3x2_type; in get_instance() 782 case IDX(3,3): return dmat3_type; in get_instance() 783 case IDX(3,4): return dmat3x4_type; in get_instance() 784 case IDX(4,2): return dmat4x2_type; in get_instance() 785 case IDX( in get_instance() [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_dump.c | 170 #define PRINT_UINT_ARRAY_MEMBER(M, IDX) \ in print_pipe_info() 171 if (shader-> M [ IDX ]) fprintf(f, #M "[%d] = %d\n", IDX, (unsigned) shader-> M [ IDX ]); in print_pipe_info()
|
/third_party/skia/bench/ |
H A D | VertBench.cpp | 40 IDX = ROW * COL * 6, enumerator 46 uint16_t fIdx[IDX]; 93 SkASSERT(IDX == idx - fIdx); in VertBench() 134 fPts, texs, cols, IDX, fIdx);
|
/third_party/cmsis/CMSIS/Core/Include/m-profile/ |
H A D | armv8m_mpu.h | 157 * \param IDX The attribute index to be associated with this memory region. 159 #define ARM_MPU_RLAR(LIMIT, IDX) \ 161 (((IDX) << MPU_RLAR_AttrIndx_Pos) & MPU_RLAR_AttrIndx_Msk) | \ 169 * \param IDX The attribute index to be associated with this memory region. 171 #define ARM_MPU_RLAR_PXN(LIMIT, PXN, IDX) \ 174 (((IDX) << MPU_RLAR_AttrIndx_Pos) & MPU_RLAR_AttrIndx_Msk) | \
|
/third_party/jerryscript/jerry-ext/handler/ |
H A D | handler-register.c | 64 #define JERRYX_SET_PROPERTIES_RESULT(VALUE, IDX) ((jerryx_register_result) { VALUE, IDX }) in jerryx_set_properties()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | program_builder.h | 1702 template <typename OBJ, typename IDX> 1705 IDX&& idx) { in IndexAccessor() 1707 source, Expr(std::forward<OBJ>(obj)), Expr(std::forward<IDX>(idx))); in IndexAccessor() 1713 template <typename OBJ, typename IDX> 1714 const ast::IndexAccessorExpression* IndexAccessor(OBJ&& obj, IDX&& idx) { in IndexAccessor() 1716 Expr(std::forward<IDX>(idx))); in IndexAccessor() 1723 template <typename OBJ, typename IDX> 1726 IDX&& idx) { in MemberAccessor() 1728 source, Expr(std::forward<OBJ>(obj)), Expr(std::forward<IDX>(idx))); in MemberAccessor() 1734 template <typename OBJ, typename IDX> [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
H A D | common.h | 19 #define ANGLE_KERNEL_GUARD(IDX, MAX_COUNT) \ 20 if (IDX >= MAX_COUNT) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InterleavedLoadCombinePass.cpp | 127 // declare @fn(i64 %IDX, <4 x float>* %PTR) { 128 // %Pa1 = add i64 %IDX, 2 133 // %Pb1 = add i64 %IDX, 4 146 // Pa_0 = %IDX #0 147 // Pa_1 = %IDX + 2 #0 | add 2 148 // Pa_2 = %IDX/2 + 1 #1 | lshr 1 149 // Pa_3 = %IDX/2 + 1 #1 | GEP, step signext to i64 150 // Pa_4 = (%IDX/2)*16 + 16 #0 | GEP, multiply index by sizeof(4) for floats 151 // Pa_5 = (%IDX/2)*16 + 16 #0 | GEP, add offset of leading components 153 // Pb_0 = %IDX # 1000 ConstantInt *IDX = dyn_cast<ConstantInt>(GEP.getOperand(idxOperand)); computePolynomialFromPointer() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/aria/ |
H A D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ 48 ((uint8_t *)(DEST))[IDX * 4 ] = GET_U8_BE(VAL, 0); \ 49 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \ 50 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \ 51 ((uint8_t *)(DEST))[IDX * 4 + 3] = GET_U8_BE(VAL, 3); \
|
/third_party/openssl/crypto/aria/ |
H A D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ 48 ((uint8_t *)(DEST))[IDX * 4 ] = GET_U8_BE(VAL, 0); \ 49 ((uint8_t *)(DEST))[IDX * 4 + 1] = GET_U8_BE(VAL, 1); \ 50 ((uint8_t *)(DEST))[IDX * 4 + 2] = GET_U8_BE(VAL, 2); \ 51 ((uint8_t *)(DEST))[IDX * 4 + 3] = GET_U8_BE(VAL, 3); \
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 32 syn keyword amberBlockCmd DESCRIPTOR_SET BINDING IDX TO EXPECT PASSTHROUGH
|