Home
last modified time | relevance | path

Searched refs:wt2 (Results 1 – 7 of 7) sorted by relevance

/external/libavc/common/
Dih264_weighted_pred.c374 WORD32 wt2, in ih264_weighted_bi_pred_luma() argument
386 wt2 = (WORD16)(wt2 & 0xffff); in ih264_weighted_bi_pred_luma()
399 *pu1_dst = CLIP_U8((wt1 * (*pu1_src1) + wt2 * (*pu1_src2) + ofst) >> shft); in ih264_weighted_bi_pred_luma()
450 WORD32 wt2, in ih264_weighted_bi_pred_chroma() argument
468 wt2_u = (WORD16)(wt2 & 0xffff); in ih264_weighted_bi_pred_chroma()
469 wt2_v = (WORD16)(wt2 >> 16); in ih264_weighted_bi_pred_chroma()
Dih264_weighted_pred.h98 WORD32 wt2,
/external/clang/test/CodeGen/
Dpascal-wchar-string.c18 UniChar wt2[] = L"\pgorf"; in main() local
26 if (wt2[0] != 4) in main()
/external/libavc/common/arm/
Dih264_weighted_bi_pred_a9q.s77 @* @param[in] wt2
108 @ WORD32 wt2,
123 @ [sp+16] => wt2 (r8)
139 ldr r8, [sp, #56] @Load wt2 in r8
154 sxtb r8, r8 @sign-extend 16-bit wt2 to 32-bit
159 vmov d2, r7, r8 @D2 = {wt1(32-bit), wt2(32-bit)}
392 @* @param[in] wt2
423 @ WORD32 wt2,
438 @ [sp+16] => wt2 (r8)
454 ldr r8, [sp, #56] @Load wt2 in r8
/external/opencv3/apps/traincascade/
Dhaarfeatures.h50 int x2 = 0, int y2 = 0, int w2 = 0, int h2 = 0, float wt2 = 0.0F );
Dhaarfeatures.cpp256 int x2, int y2, int w2, int h2, float wt2 ) in Feature() argument
276 rect[2].weight = wt2; in Feature()
/external/libavc/common/x86/
Dih264_weighted_pred_sse42.c825 WORD32 wt2, in ih264_weighted_bi_pred_luma_sse42() argument
841 wt2 = (WORD16)(wt2 & 0xffff); in ih264_weighted_bi_pred_luma_sse42()
849 wt2_8x16b = _mm_set1_epi16(wt2); in ih264_weighted_bi_pred_luma_sse42()
1112 WORD32 wt2, in ih264_weighted_bi_pred_chroma_sse42() argument
1137 wt2_8x16b = _mm_set1_epi32(wt2); in ih264_weighted_bi_pred_chroma_sse42()