Searched refs:iy (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dc2t64fx.c56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
230 iy = 1;
254 iy = pos;
267 i1 = (iy >> 1); /* pos of pulse 2 (0..31) */
278 if (sign[iy] > 0)
280 code[iy] = 512;
281 p1 = h - iy;
284 code[iy] = -512;
286 p1 = h_inv - iy;
H A Dc4t64fx.c109 Word16 * iy, /* (o) position of pulse 2 */
136 Word16 st, ix, iy, pos, index, track, nb_pulse, nbiter, j_temp; local
569 iy = ind[1] = pos_max[ipos[1]];
570 ps = dn[ix] + dn[iy];
572 j = iy >> 2; /* iy / STEP */
575 i = (i << 4) + j; /* (ix/STEP)*NB_POS + (iy/STEP) */
582 if (sign[iy] < 0)
583 p1 = h_inv - iy;
585 p1 = h - iy;
964 search_ixiy( Word16 nb_pos_ix, Word16 track_x, Word16 track_y, Word16 * ps, Word16 * alp, Word16 * ix, Word16 * iy, Word16 dn[], Word16 dn2[], Word16 cor_x[], Word16 cor_y[], Word16 rrixiy[][MSIZE] ) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java164 for (int iy = 0 ; iy < h ; iy++) {
168 pt1[1] = y + iy;
H A DLinearGradient_Delegate.java183 for (int iy = 0 ; iy < h ; iy++) {
187 pt1[1] = y + iy;
H A DRadialGradient_Delegate.java173 for (int iy = 0 ; iy < h ; iy++) {
177 pt1[1] = y + iy;
H A DSweepGradient_Delegate.java165 for (int iy = 0 ; iy < h ; iy++) {
169 pt1[1] = y + iy;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dresize.rs30 uint32_t iy = yf;
32 uchar4 tmp = rsGetElementAt_uchar4(gIn, ix, iy);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dresize.rs30 uint32_t iy = yf;
32 uchar4 tmp = rsGetElementAt_uchar4(gIn, ix, iy);
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java749 final int iy = (int) (h * 0.2f);
750 outline.setRect(ix, iy, w - ix, h - iy);

Completed in 202 milliseconds