Searched defs:tmp2 (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp318 Int tmp, tmp2, mask = 0x00FF00FF; local
326 tmp2 = tmp & mask;
328 tmp += tmp2;
331 tmp2 = tmp & mask;
333 tmp += tmp2;
336 tmp2 = tmp & mask;
338 tmp += tmp2;
342 tmp2 = tmp & mask;
344 tmp += tmp2;
348 tmp2
[all...]
H A Dsad.cpp113 Int saddata[16], tmp, tmp2; /* used when collecting flag (global) is on */ local
128 tmp2 = (cur_word >> 24) & 0xFF;
129 sad = SUB_SAD(sad, tmp, tmp2);
131 tmp2 = (cur_word >> 16) & 0xFF;
132 sad = SUB_SAD(sad, tmp, tmp2);
134 tmp2 = (cur_word >> 8) & 0xFF;
135 sad = SUB_SAD(sad, tmp, tmp2);
138 tmp2 = (cur_word & 0xFF);
139 sad = SUB_SAD(sad, tmp, tmp2);
143 tmp2
214 Int tmp, tmp2; local
321 Int tmp, tmp2, tmp3, mask = 0xFF; local
[all...]
H A Dsad_halfpel.cpp343 Int difmad, tmp, tmp2; local
364 tmp2 = p1[13] + p2[13];
365 tmp += tmp2;
366 tmp2 = (cur_word >> 24) & 0xFF;
368 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
370 tmp2 = p1[9] + p2[9];
371 tmp += tmp2;
372 tmp2 = (cur_word >> 16) & 0xFF;
374 sad = INTERP2_SUB_SAD(sad, tmp, tmp2);;
376 tmp2
422 Int difmad, tmp, tmp2; local
500 Int difmad, tmp, tmp2; local
572 Int sad = 0, tmp, tmp2; local
640 Int sad = 0, tmp, tmp2; local
706 Int sad = 0, tmp, tmp2; local
[all...]
H A Dsad_inline.h33 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
35 tmp = tmp - tmp2;
177 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
181 rsbs tmp, tmp, tmp2 ; local
346 __inline int32 SUB_SAD(int32 sad, int32 tmp, int32 tmp2) argument
352 register int32 uu = tmp2;
H A Dfastidct.cpp1861 Int tmp, tmp2; local
1950 tmp2 = tmp4 & 0xFF;
1951 tmp2 += i;
1952 if ((UInt)tmp2 > mask) tmp2 = mask & (~(tmp2 >> 31));
1956 tmp2 |= (tmp << 8);
1960 tmp2 |= (tmp << 16);
1964 tmp2 |= (tmp << 24);
1965 *((ULong*)rec) = tmp2;
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_SELinux.cpp287 char *tmp2 = const_cast<char *>(objectContext.c_str()); local
288 int accessGranted = selinux_check_access(tmp1, tmp2, objectClass.c_str(), permission.c_str(),
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp249 signed tmp2 = y2 * 298; local
250 signed b2 = (tmp2 + u_b) / 256;
251 signed g2 = (tmp2 + v_g + u_g) / 256;
252 signed r2 = (tmp2 + v_r) / 256;
464 signed tmp2 = y2 * 298;
465 signed b2 = (tmp2 + u_b) / 256;
466 signed g2 = (tmp2 + v_g + u_g) / 256;
467 signed r2 = (tmp2 + v_r) / 256;
755 signed tmp2 = y2 * 298;
756 signed b2 = (tmp2
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1424 milliseconds

12