Home
last modified time | relevance | path

Searched defs:ij (Results 1 – 25 of 138) sorted by relevance

123456

/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DImageUtils.cpp37 for (int ij = 0; ij < width; ij++) { in rgba2yvu() local
82 for (int ij = 0; ij < width; ij++) { in rgb2yvu() local
125 for (int ij = 0; ij < width; ij++) { in rgb2gray() local
154 for (int ij = 0; ij < width; ij++) { in rgb2gray() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DMaxPooling.h82 int64_t ij = index(kj, 0);; in valid_output_start() local
88 int64_t ij = index(kj, OW - 1); in valid_output_end() local
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/
H A Ddefault.pass.cpp80 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
119 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/
H A Ddefault.pass.cpp80 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
119 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
/aosp_15_r20/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/
H A Ddefault.pass.cpp79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
118 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
/aosp_15_r20/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/
H A Ddefault.pass.cpp79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
118 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.search/func.search.bmh/
H A Ddefault.pass.cpp79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
118 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/
H A DS2Test.java25 private static int swapAxes(int ij) { in swapAxes()
29 private static int invertBits(int ij) { in invertBits()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.search/func.search.bm/
H A Ddefault.pass.cpp80 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
119 char ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test2() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst.hpp155 …const int ij = static_cast<int>(output_j * this->m_args.pool_stride.cols) - this->m_args.padding.l… in compute_tile_padded() local
217 …const int ij = static_cast<int>(output_j * this->m_args.pool_stride.cols) - this->m_args.padding.l… in compute_row_padded_tile_row() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtestutil.cpp282 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local
293 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestutil.cpp282 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local
293 for (int32_t ij = 0; ij < UPRV_LENGTHOF(ZIG_ZAG); ++ij) { in checkEditsIter() local
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DS2Cell.java149 int ij = S2.posToIJ(orientation, pos); in subdivide() local
383 MutableInteger ij[] = new MutableInteger[2]; in init() local
H A DS2CellId.java939 int ij = (i << LOOKUP_BITS) + j; in initLookupCell() local
949 int ij = S2.posToIJ(orientation, subPos); in initLookupCell() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/
H A Daddressing.cpp132 unsigned int kj = 0, ij = oj*stride_cols; in fill_pointer_array_generic_kernel() local
309 auto oj = 0u, ij = kj; in fill_patch_array_generic_kernel() local
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DShift_Sat_v32xv32.cpp29 LVM_INT32 ii, ij; in Shift_Sat_Float() local
/aosp_15_r20/external/pytorch/torch/utils/benchmark/op_fuzzers/
H A Dspectral.py23 ij = i * j variable
/aosp_15_r20/external/clang/test/CodeGen/
H A Dunsigned-overflow.c6 unsigned int ii, ij, ik; variable
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_load_barycentric_at_offset.c25 nir_def *ij = nir_load_barycentric_pixel(b, 32, .interp_mode = interp_mode); in ir3_nir_lower_load_barycentric_at_offset_instr() local
/aosp_15_r20/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/
H A Dmake_default_searcher.pass.cpp64 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
/aosp_15_r20/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/
H A Ddefault.pass.cpp79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
/aosp_15_r20/external/libcxx/test/std/utilities/function.objects/func.search/func.search.default/
H A Ddefault.pass.cpp79 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/function.objects/func.search/func.search.default/
H A Ddefault.pass.cpp80 int ij[] = {0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0}; in test() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/
H A DRectangularCholeskyDecomposition.java147 final int ij = index[j]; in RectangularCholeskyDecomposition() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DMaxPooling.cpp21 int64_t ij = p.index(kj, oj); in max_pool1d_kernel() local

123456