/external/clang/test/CodeGen/ |
pascal-wchar-string.c | 17 UniChar wt1[] = L"\p"; local 24 if (wt1[0] != 0)
|
/external/libavc/common/ |
ih264_weighted_pred.c | 350 /* wt1 - weight value for source 1 */ 373 WORD32 wt1, 385 wt1 = (WORD16)(wt1 & 0xffff); 399 *pu1_dst = CLIP_U8((wt1 * (*pu1_src1) + wt2 * (*pu1_src2) + ofst) >> shft); 426 /* wt1 - weight values for u and v in source 1 */ 449 WORD32 wt1, 466 wt1_u = (WORD16)(wt1 & 0xffff); 467 wt1_v = (WORD16)(wt1 >> 16);
|
ih264_weighted_pred.h | 97 WORD32 wt1,
|
/external/opencv3/apps/traincascade/ |
haarfeatures.h | 49 int x1, int y1, int w1, int h1, float wt1,
|
haarfeatures.cpp | 255 int x1, int y1, int w1, int h1, float wt1, 270 rect[1].weight = wt1;
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 940 double wt1 = 1.0; local 952 wt1 = 1.0; 957 wt1 = ((imgMos.Y.ptr[jj][ii] == site_idx) ? 975 wt1 = 1.0f [all...] |
/external/libavc/common/arm/ |
ih264_weighted_bi_pred_a9q.s | 74 @* @param[in] wt1 107 @ WORD32 wt1, 122 @ [sp+12] => wt1 (r7) 138 ldr r7, [sp, #52] @Load wt1 in r7 143 sxtb r7, r7 @sign-extend 16-bit wt1 to 32-bit 159 vmov d2, r7, r8 @D2 = {wt1(32-bit), wt2(32-bit)} 389 @* @param[in] wt1 422 @ WORD32 wt1, 437 @ [sp+12] => wt1 (r7) 453 ldr r7, [sp, #52] @Load wt1 in r [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 938 double wt1 = 1.0; local 950 wt1 = 1.0; 955 wt1 = ((imgMos.Y.ptr[jj][ii] == site_idx) ? [all...] |
/external/libavc/common/x86/ |
ih264_weighted_pred_sse42.c | [all...] |
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_neon.c | 248 const float wt1 = h_fft_buf[1][pos]; local 262 h_fft_buf[1][pos] = wt1;
|
aec_core_sse2.c | 212 float wt1 = h_fft_buf[1][pos]; local 228 h_fft_buf[1][pos] = wt1;
|