/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 965 double xx, yy; local 967 MosaicToFrame(inv_trs, si, sj, xx, yy); 969 if (xx < 0.0 || yy < 0.0 || xx > width - 1.0 || yy > height - 1.0) [all...] |
/external/valgrind/main/none/tests/amd64/ |
pcmpstr64.c | 76 UChar xx = 0; local 78 if (x >= '0' && x <= '9') { xx = x - '0'; } 79 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; } 80 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; } 83 assert(xx < 16); 84 xx = (xx << 4) | xx; 85 assert(xx < 256); 86 dst->uChar[i] = xx; [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 983 double xx, yy; local [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 963 double xx, yy; local [all...] |
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
73 ;windowbestlen equ rsp + xx - LocalVarsSize ; s->window + bestlen , use r10+r11
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
76 ;scanalign equ rsp + xx - LocalVarsSize ; dword-misalignment of string r13
77 ;bestlen equ rsp + xx - LocalVarsSize ; size of best match so far -> r11d
78 ;scan equ rsp + xx - LocalVarsSize ; ptr to string wanting match -> r9
|
/external/chromium_org/third_party/speex/libspeex/ |
filters.c | 379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) 386 iir_mem16(xx, ak, y, N, ord, mem, stack); 391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) 398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack); 441 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack) 457 x[i+M-1]=SHR16(xx[i],1); 459 mem[i]=SHR16(xx[N-i-1],1);
|
resample.c | 275 float xx = x * cutoff; local 281 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); 288 float xx = x * cutoff; local 294 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); [all...] |
/external/qemu/android/camera/ |
camera-format-converters.c | 919 int xx, yy; local [all...] |
/external/speex/libspeex/ |
filters.c | 379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) 386 iir_mem16(xx, ak, y, N, ord, mem, stack); 391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) 398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack); 441 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack) 457 x[i+M-1]=SHR16(xx[i],1); 459 mem[i]=SHR16(xx[N-i-1],1);
|
resample.c | 279 float xx = x * cutoff; local 285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func)); 292 float xx = x * cutoff; local 298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func); [all...] |
/external/qemu/android/skin/ |
window.c | 230 int nn, xx = x & 3; local 235 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]); 237 xx = (xx + 1) & 3; 397 int yy, xx; local 413 xx = 0; 415 dst[xx] = rgb565_to_rgba32(src[xx], rshift, gshift, bshift, amask); 416 xx++; [all...] |
/external/chromium_org/crypto/ |
curve25519-donna.c | 401 limb origx[10], origxprime[10], zzz[19], xx[19], zz[19], xxprime[19], local 428 fsquare(xx, x); 430 fproduct(x2, xx, zz); 433 fdifference(zz, xx); // does zz = xx - zz 438 fsum(zzz, xx);
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx" 797 yaffs_Object *xx = newdir; local 799 while( renameAllowed && xx) 801 if(xx == obj) 805 xx = xx->parent;
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/ |
aec_rdft_neon.c | 155 const float32x4_t xx = vaddq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 169 vst1_f32(&a[j + 0], vget_low_f32(xx)); 170 vst1_f32(&a[j + 32], vget_high_f32(xx));
|
aec_rdft_sse2.c | 188 const __m128 xx = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 217 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx)); 220 _mm_shuffle_epi32(_mm_castps_si128(xx), _MM_SHUFFLE(3, 2, 3, 2)));
|
/external/freetype/src/truetype/ |
ttgload.c | 587 FT_Fixed xx, xy, yy, yx; local 634 xx = yy = 0x10000L; 639 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; 640 yy = xx; 644 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; 649 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2; 655 subglyph->transform.xx = xx; [all...] |
/external/webrtc/src/modules/audio_processing/aec/ |
aec_rdft_sse2.c | 192 const __m128 xx = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local 219 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx)); 221 _mm_shuffle_epi32(_mm_castps_si128(xx),
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/ |
mat4.js | 626 xx = x * x2, 641 out[5] = 1 - (xx + zz); 646 out[10] = 1 - (xx + yy); 670 xx = x * x2, 686 out[5] = 1 - (xx + zz); 692 out[10] = 1 - (xx + yy);
|
/external/openssl/crypto/bn/ |
bn_gf2m.c | 656 /* Invert xx, reduce modulo p, and store the result in r. r could be xx. 662 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx) 667 bn_check_top(xx); 672 ret = BN_GF2m_mod_inv(r, xx, field, ctx); 781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx 782 * or yy, xx could equal yy. 788 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx) 794 bn_check_top(xx); [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
getonescriptspan.cc | 64 #define xx 19 // <unused> macro 108 #undef xx macro 126 // < > ! - " ' / S C R I P T Y L E CR NL PL xx 141 // < > ! - " ' / S C R I P T Y L E CR NL PL xx 158 // < > ! - " ' / S C R I P T Y L E CR NL PL xx
|
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 170 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
|
/external/chromium_org/third_party/icu/source/data/lang/ |
reslocal.mk | 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
|
/external/chromium_org/third_party/icu/source/data/locales/ |
reslocal.mk | 16 # Aliases which do not have a corresponding xx.xml file (see icu-config.xml &
|
/external/chromium_org/v8/test/mjsunit/ |
debug-clearbreakpoint.js | 73 testArguments(dcp, '{"breakpoint":"xx"}', false);
|
regexp-indexof.js | 63 CheckMatch(/foobarbaz/, "xx", []);
|