Searched refs:wt2 (Results 1 – 7 of 7) sorted by relevance
/external/libavc/common/ |
D | ih264_weighted_pred.c | 374 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()
|
D | ih264_weighted_pred.h | 98 WORD32 wt2,
|
/external/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 18 UniChar wt2[] = L"\pgorf"; in main() local 26 if (wt2[0] != 4) in main()
|
/external/libavc/common/arm/ |
D | ih264_weighted_bi_pred_a9q.s | 77 @* @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/ |
D | haarfeatures.h | 50 int x2 = 0, int y2 = 0, int w2 = 0, int h2 = 0, float wt2 = 0.0F );
|
D | haarfeatures.cpp | 256 int x2, int y2, int w2, int h2, float wt2 ) in Feature() argument 276 rect[2].weight = wt2; in Feature()
|
/external/libavc/common/x86/ |
D | ih264_weighted_pred_sse42.c | 825 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()
|