Home
last modified time | relevance | path

Searched defs:idx2 (Results 1 – 25 of 69) sorted by relevance

123

/third_party/ffmpeg/libavcodec/aarch64/
Dvp9mc_neon.S222 .macro do_8tap_h type, size, idx1, idx2
484 .macro do_8tap_8v type, idx1, idx2
557 .macro do_8tap_4v type, idx1, idx2
Dvp9dsp_init_16bpp_aarch64_template.c108 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_aarch64() argument
131 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx, bpp) \ in vp9dsp_mc_init_aarch64() argument
231 #define init_lpf_func_8(idx1, idx2, dir, wd, bpp) \ in vp9dsp_loopfilter_init_aarch64() argument
237 #define init_lpf_func_mix2(idx1, idx2, idx3, dir, wd, bpp) \ in vp9dsp_loopfilter_init_aarch64() argument
248 #define init_lpf_funcs_mix2_wd(idx1, idx2, wd, bpp) \ in vp9dsp_loopfilter_init_aarch64() argument
Dvp9dsp_init_aarch64.c106 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_aarch64() argument
128 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_aarch64() argument
/third_party/ffmpeg/libavcodec/arm/
Dvp9mc_neon.S269 .macro do_8tap_h type, size, idx1, idx2
549 .macro do_8tap_8v type, idx1, idx2
619 .macro do_8tap_4v type, idx1, idx2
Dvp9dsp_init_16bpp_arm_template.c106 #define init_fpel(idx1, idx2, sz, type, suffix) \ in vp9dsp_mc_init_arm() argument
116 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx, bpp) \ in vp9dsp_mc_init_arm() argument
215 #define init_lpf_func_8(idx1, idx2, dir, wd, bpp) \ in vp9dsp_loopfilter_init_arm() argument
221 #define init_lpf_func_mix2(idx1, idx2, idx3, dir, wd, bpp) \ in vp9dsp_loopfilter_init_arm() argument
232 #define init_lpf_funcs_mix2_wd(idx1, idx2, wd, bpp) \ in vp9dsp_loopfilter_init_arm() argument
Dvp9dsp_init_arm.c105 #define init_fpel(idx1, idx2, sz, type) \ in vp9dsp_mc_init_arm() argument
115 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_arm() argument
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3665.js16 var idx2 = 42.7; variable
/third_party/ffmpeg/libavcodec/mips/
Dvp9dsp_init_mips.c85 #define init_fpel(idx1, idx2, sz, type) \ in vp9dsp_mc_init_msa() argument
108 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_msa() argument
175 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_mmi() argument
/third_party/mindspore/tests/ut/cpp/ir/
Dclone_test.cc116 FuncGraphIndex idx2(g_clone, DeepLinkedGraphSearch); in TEST_F() local
155 FuncGraphIndex idx2(g2); in TEST_F() local
191 FuncGraphIndex idx2(cl2[g]); in TEST_F() local
/third_party/boost/libs/multi_array/test/
Dgenerative_tests.hpp80 const index idx2 = A.index_bases()[2]; in assign_if_not_const() local
180 const index idx2 = A.index_bases()[2]; in run_configuration() local
203 const index idx2 = A.index_bases()[2]; in run_configuration() local
Daccess.cpp37 const index idx2 = A.index_bases()[2]; in access() local
Dslice.cpp61 const index idx2 = A.index_bases()[2]; in test_views() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dcluster.h23 uint32_t idx2; member
/third_party/node/deps/brotli/c/enc/
Dcluster.h23 uint32_t idx2; member
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dwgsl_mutator.cc177 size_t idx2, in SwapIntervals()
196 size_t idx2, in DuplicateInterval()
204 size_t idx2, in ReplaceRegion()
/third_party/boost/libs/random/test/
Dtest_uniform_on_sphere.cpp30 int idx1, idx2; member in uniform_on_sphere_test
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp_template.c147 #define init_lpf_8_func(idx1, idx2, dir, wd, bpp, opt) \ in INIT_FUNC() argument
151 #define init_lpf_mix2_func(idx1, idx2, idx3, dir, wd1, wd2, bpp, opt) \ in INIT_FUNC() argument
Dhevcdsp.h32 #define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \ argument
Dvp9dsp_init.h142 #define init_fpel_func(idx1, idx2, sz, type, bpp, opt) \ argument
148 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type, bpp, opt) \ argument
156 #define init_subpel2(idx1, idx2, sz, type, bpp, opt) \ argument
/third_party/flutter/skia/tests/
DPathOpsTightBoundsTest.cpp41 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
116 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
/third_party/skia/tests/
DPathOpsTightBoundsTest.cpp40 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
115 for (int idx2 = 0; idx2 < 10; ++idx2) { in DEF_TEST() local
/third_party/ffmpeg/libavcodec/
Dhevcdsp.c132 #define PEL_FUNC(dst1, idx1, idx2, a, depth) \ in ff_hevc_dsp_init() argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Diou_cpu_kernel.cc77 size_t idx2 = i / anchor_boxes_size_ * kBoxCoordinateLen; in Launch() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_stereo_df2T_f16.c67 static const uint16_t idx2[] = {2, 3, 8, 9, 2, 3, 8, 9}; in arm_biquad_cascade_stereo_df2T_f16() local
/third_party/skia/third_party/externals/libwebp/src/enc/
Dhistogram_enc.c733 int idx2; member
804 int idx2, double threshold) { in HistoQueuePush()
868 const int idx2 = histo_queue.queue[0].idx2; in HistogramCombineGreedy() local
904 static int PairComparison(const void* idx1, const void* idx2) { in PairComparison()
962 uint32_t idx2 = tmp % (*num_used - 1); in HistogramCombineStochastic() local

123