Searched refs:ih (Results 1 - 11 of 11) 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.java838 DatabaseUtils.InsertHelper ih =
843 row = ih.insert(cv);
856 row = ih.insert(cv);
868 row = ih.insert(cv);
876 row = ih.insert(cv);
889 row = ih.insert(cv);
891 row = ih.replace(cv);
899 ih.close();
998 DatabaseUtils.InsertHelper ih =
1004 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;
/frameworks/ml/nn/common/operations/internal/optimized/
H A Doptimized_ops.h696 for (int ih = ih_start; ih < ih_end; ++ih) {
703 for (int ih = ih_start; ih < ih_end; ++ih) {

Completed in 281 milliseconds