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

/frameworks/wilhelm/tools/hashgen/
H A Dfrag3.c14 const struct SLInterfaceID_ *xx = SL_IID_array; local
16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) {
17 if (!memcmp(x, xx, 16)) {
/frameworks/av/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC_s.h106 xx EQU 0;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC_s.h106 xx EQU 0;
/frameworks/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/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blur.S1213 prefetch_one xx, xx, 192, c=\max_r, step=\step, store=1
1214 prefetch_one xx, xx, 176, c=\max_r, step=\step, store=1
1215 prefetch_one xx, xx, 160, c=\max_r, step=\step, store=1
1216 prefetch_one xx, xx, 144, c=\max_r, step=\step, store=1
1217 prefetch_one xx, xx, 12
[all...]
H A DrsCpuIntrinsics_advsimd_Blur.S1218 prefetch_one xx, xx, 192, c=\max_r, step=\step, store=2
1219 prefetch_one xx, xx, 176, c=\max_r, step=\step, store=2
1220 prefetch_one xx, v17.16b, 160, c=\max_r, step=\step, store=1
/frameworks/native/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);
/frameworks/minikin/libs/minikin/
H A DLayout.cpp249 for (int xx = x0; xx < x1; xx++) {
250 int pixel = (int)dst[xx] + (int)src[xx - x];
252 dst[xx] = pixel;

Completed in 269 milliseconds