Home
last modified time | relevance | path

Searched +defs:j +defs:h (Results 1 – 25 of 143) sorted by relevance

123456

/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities.cpp23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f()
36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u()
50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f()
60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u()
70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f()
76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u()
89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u()
109 for ( int j = 0; j < h; ++j ) in db_WarpImageLutFast_u() local
130 for ( int j = 0; j < h; ++j ) in db_WarpImageLutBilinear_u() local
143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
[all …]
/aosp12/art/test/484-checker-register-hints/src/
H A DMain.java47 int j = live0; in test1() local
51 int h = live4; in test1() local
82 int j = live0; in test2() local
85 int h = live4; in test2() local
107 int j = live0; in test3() local
114 int h = live4; in test3() local
/aosp12/art/test/440-stmp/src/
H A DMain.java28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz()
39 float h = 8.0f; field in Main
41 float j = 10.0f; field in Main
/aosp12/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
171 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
176 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
181 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
186 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in apply()
211 public void accept(A a, B b, C c, D d, E e, F f, G g, H h) { in accept()
216 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in accept()
221 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in accept()
226 public void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k) { in accept()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhd_init.c38 htinit(h, s, inc) unsigned char *h; unsigned char *s; int inc; in htinit() argument
43 int i, j; local
H A Dhexnan.c41 int j; local
60 ULong c, h, *x, *x1, *xe; local
/aosp12/art/test/821-many-args/src/
H A DMain.java40 int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in staticMethod()
54 public int instanceMethod(int a, int b, int c, int d, int e, int f, int g, int h, int i, int j) { in instanceMethod()
/aosp12/frameworks/base/core/java/com/android/internal/util/function/
H A DDecConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in accept()
H A DDecFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in apply()
H A DDecPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j); in test()
H A DUndecConsumer.java27 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in accept()
H A DUndecFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in apply()
H A DUndecPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in test()
H A DDodecConsumer.java28 void accept(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in accept()
H A DDodecFunction.java27 R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in apply()
H A DDodecPredicate.java27 boolean test(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k, L l); in test()
/aosp12/system/extras/tests/framebuffer/
H A Dfb_test.c207 void draw_grid(int w, int h, void* _loc) { in draw_grid()
208 int i, j; in draw_grid() local
241 void clear_screen(int w, int h, void* _loc) in clear_screen()
243 int i,j; in clear_screen() local
258 int h; in main() local
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dcor_h_x.cpp245 Word16 h[], /* (i): impulse response of weighted synthesis filter */ in cor_h_x()
253 Word16 j; in cor_h_x() local
H A Dcor_h_x2.cpp229 Word16 h[], /* (i): impulse response of weighted synthesis filter */ in cor_h_x2()
240 Word16 j; in cor_h_x2() local
/aosp12/art/test/404-optimizing-allocator/src/
H A DMain.java130 int h = a - b; in $opt$reg$TestAgressiveLive1() local
132 int j = e - f; in $opt$reg$TestAgressiveLive1() local
151 int h = a - b; in $opt$reg$TestAgressiveLive2() local
153 int j = e - f; in $opt$reg$TestAgressiveLive2() local
/aosp12/art/test/405-optimizing-long-allocator/src/
H A DMain.java136 long h = a - b; in $opt$TestAgressiveLive1() local
138 long j = e - f; in $opt$TestAgressiveLive1() local
157 long h = a - b; in $opt$TestAgressiveLive2() local
159 long j = e - f; in $opt$TestAgressiveLive2() local
/aosp12/art/test/642-fp-callees/
H A Dfp_callees.cc39 double h = array[7]; in Java_Main_holdFpTemporaries() local
41 double j = array[9]; in Java_Main_holdFpTemporaries() local
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dcor_h_x.c36Word16 h[], /* (i) Q12 : impulse response of weighted synthesis filter */ in cor_h_x()
41 Word32 i, j; in cor_h_x() local
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp45 EGLint w, h; in main() local
142 int j=0; in main() local
154 for (int c=1, j=0 ; c<32 ; c++, j++) { in main() local
/aosp12/frameworks/base/tools/split-select/
H A DRuleGenerator.cpp30 static inline int findMid(int l, int h) { in findMid()
130 for (size_t j = 0; j < groupSize; j++) { in generate() local
150 for (size_t j = 0; j < groupSize; j++) { in generate() local

123456