Home
last modified time | relevance | path

Searched defs:idx2 (Results 1 – 25 of 53) 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/loongarch/
Dvp9dsp_init_loongarch.c27 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ argument
47 #define init_fpel(idx1, idx2, sz, type) \ argument
/third_party/ffmpeg/libavcodec/mips/
Dvp9dsp_init_mips.c86 #define init_fpel(idx1, idx2, sz, type) \ in vp9dsp_mc_init_msa() argument
109 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_msa() argument
176 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ in vp9dsp_mc_init_mmi() argument
/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/node/deps/brotli/c/enc/
Dcluster.h23 uint32_t idx2; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dcluster.h23 uint32_t idx2; member
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp_template.c146 #define init_lpf_8_func(idx1, idx2, dir, wd, bpp, opt) \ in INIT_FUNC() argument
150 #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.h143 #define init_fpel_func(idx1, idx2, sz, type, bpp, opt) \ argument
149 #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type, bpp, opt) \ argument
157 #define init_subpel2(idx1, idx2, sz, type, bpp, opt) \ argument
/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
DPathOpsCubicLineIntersectionIdeas.cpp245 for (int idx2 = 0; idx2 <= worstLimit; ++idx2) { in DEF_TEST() local
DPathOpsAngleTest.cpp247 for (int idx2 = 0; idx2 < data.fPtCount; ++idx2) { in DEF_TEST() local
444 for (int idx2 = 0; idx2 < data.fPtCount; ++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/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
/third_party/skia/src/pathops/
DSkOpAngle.cpp490 for (int idx2 = idx1 + 1; idx2 <= ptCount; ++idx2) { in distEndRatio() local
528 for (int idx2 = 0; idx2 < i.used(); ++idx2) { in endsIntersect() local
582 for (int idx2 = 0; idx2 <= ptCount; ++idx2) { in endsIntersect() local
667 for (int idx2 = 0; idx2 <= oppPts; ++idx2) { in endToSide() local
DSkPathOpsCubic.cpp379 for (int idx2 = 0; idx2 < foundRoots; ++idx2) { in RootsValidT() local
387 for (int idx2 = 0; idx2 < foundRoots; ++idx2) { in RootsValidT() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ra.cpp41 void ComponentInterference::add(size_t idx1, size_t idx2) in add()
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c667 uint32_t idx, idx2; in addAlias() local
814 uint16_t idx, idx2, idx3; in resolveAliasToConverter() local
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c668 uint32_t idx, idx2; in addAlias() local
815 uint16_t idx, idx2, idx3; in resolveAliasToConverter() local

123