Searched refs:ih (Results 1 - 10 of 10) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dshadows.rs103 int H,X,ih,is,iv;
123 ih=(int)ch;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dshadows.rs103 int H,X,ih,is,iv;
123 ih=(int)ch;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dshadows.rs103 int H,X,ih,is,iv;
123 ih=(int)ch;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A Dshadows_f.rs103 int H,X,ih,is,iv;
123 ih=(int)ch;
127 H = (6*ih)/k2;
128 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ;
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java98 int ih = mImgView.getDrawable().getIntrinsicHeight();
126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih));
199 int ih = mImgView.getDrawable().getIntrinsicHeight();
203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
205 (1 + mYOffset) * (sh - ih * scale) / 2);
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java98 int ih = mImgView.getDrawable().getIntrinsicHeight();
126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih));
199 int ih = mImgView.getDrawable().getIntrinsicHeight();
203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
205 (1 + mYOffset) * (sh - ih * scale) / 2);
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseGeneralTest.java832 DatabaseUtils.InsertHelper ih =
837 row = ih.insert(cv);
850 row = ih.insert(cv);
862 row = ih.insert(cv);
870 row = ih.insert(cv);
883 row = ih.insert(cv);
885 row = ih.replace(cv);
893 ih.close();
992 DatabaseUtils.InsertHelper ih =
998 ih
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java191 final int ih = 0; //mState.mDrawable.getIntrinsicHeight();
193 h -= (h - ih) * (MAX_LEVEL - level) / MAX_LEVEL;
H A DScaleDrawable.java235 final int ih = min ? d.getIntrinsicHeight() : 0;
236 h -= (int) ((h - ih) * (MAX_LEVEL - level) * mState.mScaleHeight / MAX_LEVEL);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad_halfpel.cpp19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
64 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) argument
74 if (ih) p2 = ref + 1;
138 Int HalfPel1_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) argument
148 if (ih) p2 = ref + 1;

Completed in 837 milliseconds