Searched refs:iy (Results 1 - 11 of 11) 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
233 iy = 1;
257 iy = pos;
270 i1 = (iy >> 1); /* pos of pulse 2 (0..31) */
281 if (sign[iy] > 0)
283 code[iy] = 512;
284 p1 = h - iy;
287 code[iy] = -512;
289 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;
972 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/rs/driver/runtime/
H A Drs_f16_math.c119 short hx, hy, ix, iy; local
124 iy = hy & 0x7fff; // |y|
127 (iy > 0x7c00)) // y is nan
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java175 for (int iy = 0 ; iy < h ; iy++) {
179 pt1[1] = y + iy;
H A DLinearGradient_Delegate.java186 for (int iy = 0 ; iy < h ; iy++) {
190 pt1[1] = y + iy;
H A DRadialGradient_Delegate.java176 for (int iy = 0 ; iy < h ; iy++) {
180 pt1[1] = y + iy;
H A DSweepGradient_Delegate.java166 for (int iy = 0 ; iy < h ; iy++) {
170 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/ImageProcessing2/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 DMLand.java1100 final int iy = (int) (h * 0.2f);
1101 outline.setRect(ix, iy, w - ix, h - iy);

Completed in 1744 milliseconds