HomeSort by relevance Sort by last modified time
    Searched defs:ih (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_camera.cpp 31 double iw,ih,av_size,field_fact; local
37 ih=(double)(im_height*field_fact);
38 av_size=(iw+ih)/2.0;
44 K[5]=ih/2.0/field_fact;
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities_camera.cpp 31 double iw,ih,av_size,field_fact; local
37 ih=(double)(im_height*field_fact);
38 av_size=(iw+ih)/2.0;
44 K[5]=ih/2.0/field_fact;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.cpp 31 double iw,ih,av_size,field_fact; local
37 ih=(double)(im_height*field_fact);
38 av_size=(iw+ih)/2.0;
44 K[5]=ih/2.0/field_fact;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.search/
search_pred.pass.cpp 93 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; local
94 const unsigned sh = sizeof(ih)/sizeof(ih[0]);
96 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3), count_equal()) == Iter1(ih+3));
search.pass.cpp 50 int ih[] = {0, 1, 1, 1, 1, 2, 3, 0, 1, 2, 3, 4}; local
51 const unsigned sh = sizeof(ih)/sizeof(ih[0]);
53 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3)) == Iter1(ih+3));
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 118 * ih integer. If >0 it indicates q[] is >= 0.5, hence
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
331 ih = 0;
335 ih = iq[jz-1]>>(23-q0);
337 else if(q0==0) ih = iq[jz-1]>>23;
338 else if(z>=0.5) ih=2;
340 if(ih>0) { /* q > 0.5 */
358 if(ih==2) {
412 y[0] = (ih==0)? fw: -fw;
419 y[0] = (ih==0)? fw: -fw;
    [all...]
  /external/fdlibm/
k_rem_pio2.c 116 * ih integer. If >0 it indicates q[] is >= 0.5, hence
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
205 ih = 0;
209 ih = iq[jz-1]>>(23-q0);
211 else if(q0==0) ih = iq[jz-1]>>23;
212 else if(z>=0.5) ih=2;
214 if(ih>0) { /* q > 0.5 */
232 if(ih==2) {
286 y[0] = (ih==0)? fw: -fw;
292 y[0] = (ih==0)? fw: -fw;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 71 int ih[] = {0, 1, 1}; local
72 const unsigned sh = sizeof(ih)/sizeof(ih[0]);
73 r = std::unique(Iter(ih), Iter(ih+sh));
74 assert(base(r) == ih + 2);
75 assert(ih[0] == 0);
76 assert(ih[1] == 1);
148 Ptr ih[3]; local
149 ih[1].reset(&one)
    [all...]
unique_copy.pass.cpp 76 const int ih[] = {0, 1, 1}; local
77 const unsigned sh = sizeof(ih)/sizeof(ih[0]);
79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh));
unique_pred.pass.cpp 93 int ih[] = {0, 1, 1}; local
94 const unsigned sh = sizeof(ih)/sizeof(ih[0]);
96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal());
97 assert(base(r) == ih + 2);
98 assert(ih[0] == 0);
99 assert(ih[1] == 1);
186 Ptr ih[3]; local
187 ih[1].reset(&one)
    [all...]
unique_copy_pred.pass.cpp 99 const int ih[] = {0, 1, 1}; local
100 const unsigned sh = sizeof(ih)/sizeof(ih[0]);
103 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh), count_equal());
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
IconFactory.java 97 float ih = iconHeight * s; local
100 float borderH = (sourceHeight - ih) / 2.0f;
101 RectF rec = new RectF(borderW, borderH, borderW + iw, borderH + ih);
  /external/libyuv/files/unit_test/
rotate_test.cc 29 int iw, ih, ow, oh; local
33 for (ih = 8; ih < rotate_max_h_ && !err; ++ih) {
35 ow = ih;
38 align_buffer_16(input, iw * ih)
40 align_buffer_16(output_2, iw * ih)
42 for (i = 0; i < iw * ih; ++i) {
46 TransposePlane(input, iw, output_1, ow, iw, ih);
49 for (i = 0; i < iw * ih; ++i)
76 int iw, ih, ow, oh; local
136 int iw, ih, ow, oh; local
196 int iw, ih, ow, oh; local
273 int iw, ih, ow, oh; local
350 int iw, ih, ow, oh; local
428 int iw, ih, ow, oh; local
475 int iw, ih, ow, oh; local
534 int iw, ih, ow, oh; local
581 int iw, ih; local
640 int iw, ih, ow, oh; local
    [all...]
  /packages/apps/Gallery2/jni/filters/
hsv.c 86 int H,X,ih,is,iv; local
106 ih=(int)ch;
110 H = (6*ih)/k2;
111 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 239 InvocationHandler ih = Proxy.getInvocationHandler(obj); local
240 if (ih instanceof AnnotationImpl) {
241 AnnotationImpl other = (AnnotationImpl) ih;
  /external/kernel-headers/original/linux/
inotify.h 74 * h_list is protected by ih->mutex of the associated inotify_handle.
76 * ih, inode, and wd are never written to once the watch is created.
86 struct inotify_handle *ih; /* associated inotify handle */ member in struct:inotify_watch
176 static inline void inotify_destroy(struct inotify_handle *ih)
180 static inline __s32 inotify_find_watch(struct inotify_handle *ih, struct inode *inode,
186 static inline __s32 inotify_find_update_watch(struct inotify_handle *ih,
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih,
199 static inline int inotify_rm_watch(struct inotify_handle *ih,
205 static inline int inotify_rm_wd(struct inotify_handle *ih, __u32 wd)
210 static inline void inotify_remove_watch_locked(struct inotify_handle *ih,
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 316 unsigned int ih = cfg[i-1].g_h*dsf[i-1].den + dsf[i-1].num - 1; local
318 cfg[i].g_h = ih/dsf[i-1].num;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageTinyPlanet.java 157 float ih = bitmap.getHeight(); local
161 if (sw * ih > sh * iw) {
162 nsw = sh * iw / ih;
164 nsh = sw * ih / iw;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 832 DatabaseUtils.InsertHelper ih = local
992 DatabaseUtils.InsertHelper ih = local
    [all...]
  /external/qemu/hw/
goldfish_events_device.c 306 int il, ih; local
308 ih = bith / 8;
309 if (ih >= s->ev_bits[type].len) {
310 bits = qemu_mallocz(ih + 1);
316 s->ev_bits[type].len = ih + 1;
322 if (il >= ih)
326 while (++il < ih)
329 bits[ih] |= maskh;
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 213 final int ih = 0; //mClipState.mDrawable.getIntrinsicHeight(); local
215 h -= (h - ih) * (10000 - level) / 10000;
ScaleDrawable.java 226 final int ih = min ? mScaleState.mDrawable.getIntrinsicHeight() : 0; local
227 h -= (int) ((h - ih) * (10000 - level) * mScaleState.mScaleHeight / 10000);
  /external/libppp/src/
ip.c 304 const struct icmp *ih; local
315 ih = (const struct icmp *)payload;
316 sport = ih->icmp_type;
  /external/tcpdump/
print-juniper.c 221 const struct juniper_ipsec_header *ih; local
228 ih = (struct juniper_ipsec_header *)p;
230 switch (ih->type) {
243 ih->type,
254 EXTRACT_16BITS(&ih->sa_index),
255 ih->ttl,
256 tok2str(juniper_ipsec_type_values,"Unknown",ih->type),
257 ih->type,
258 EXTRACT_32BITS(&ih->spi),
259 ipaddr_string(EXTRACT_32BITS(&ih->src_ip))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
renderer.c 1230 VGint x0, y0, x1, y1, iw, ih; local
    [all...]

Completed in 557 milliseconds

1 2 3 4