Searched refs:xx (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dpv_sqrt.cpp122 Int32 xx; local
142 xx = man;
146 while ((xx >>= 1) > Q_fmt(1.0f))
154 while ((xx <<= 1) < Q_fmt(0.5f))
165 y = fxp_mul32_Q28(*(pt_table++), xx);
170 y = fxp_mul32_Q28(y, xx);
172 y = fxp_mul32_Q28(y, xx);
175 y = fxp_mul32_Q28(y, xx) + *(pt_table++);
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.h89 int32 power_1_third(int32 xx);
H A Dpvmp3_dequantize_sample.cpp42 int32 power_1_third( int32 xx)
45 int32 xx, int32 in the [0, 8192] range
49 int32 xx^(1/3) int32 Q26 number representing
154 int32 power_1_third(int32 xx) argument
157 if (xx <= 512)
159 return (power_one_third[xx] >> 1);
163 if (xx >> 15)
169 int32 x = xx;
170 int32 m = 22 - pvmp3_normalize(xx);
172 xx >>
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC_s.h106 xx EQU 0;
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC_s.h106 xx EQU 0;
/frameworks/base/libs/rs/scriptc/
H A Drs_quaternion.rsh229 float xx = q->x * q->x;
243 m->m[5] = 1.0f - 2.0f * ( xx + zz );
247 m->m[10] = 1.0f - 2.0f * ( xx + yy );
/frameworks/base/opengl/libs/ETC1/
H A Detc1.cpp277 int xx = bx + x; local
278 int i = xx + 4 * y;
361 int xx = bx + x; local
362 int i = xx + 4 * y;
365 &pCompressed->low, y + xx * 4, pModifierTable);

Completed in 1271 milliseconds