Searched refs:wt1 (Results 1 – 11 of 11) sorted by relevance
/external/libavc/common/ |
D | ih264_weighted_pred.c | 373 WORD32 wt1, in ih264_weighted_bi_pred_luma() argument 385 wt1 = (WORD16)(wt1 & 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() 449 WORD32 wt1, in ih264_weighted_bi_pred_chroma() argument 466 wt1_u = (WORD16)(wt1 & 0xffff); in ih264_weighted_bi_pred_chroma() 467 wt1_v = (WORD16)(wt1 >> 16); in ih264_weighted_bi_pred_chroma()
|
D | ih264_weighted_pred.h | 97 WORD32 wt1,
|
/external/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 17 UniChar wt1[] = L"\p"; in main() local 24 if (wt1[0] != 0) in main()
|
/external/libavc/common/arm/ |
D | 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 r7
|
/external/libavc/common/x86/ |
D | ih264_weighted_pred_sse42.c | 824 WORD32 wt1, in ih264_weighted_bi_pred_luma_sse42() argument 840 wt1 = (WORD16)(wt1 & 0xffff); in ih264_weighted_bi_pred_luma_sse42() 848 wt1_8x16b = _mm_set1_epi16(wt1); in ih264_weighted_bi_pred_luma_sse42() 1111 WORD32 wt1, in ih264_weighted_bi_pred_chroma_sse42() argument 1136 wt1_8x16b = _mm_set1_epi32(wt1); in ih264_weighted_bi_pred_chroma_sse42()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 248 const float wt1 = h_fft_buf[1][pos]; in FilterAdaptationNEON() local 262 h_fft_buf[1][pos] = wt1; in FilterAdaptationNEON()
|
D | aec_core_sse2.c | 212 float wt1 = h_fft_buf[1][pos]; in FilterAdaptationSSE2() local 228 h_fft_buf[1][pos] = wt1; in FilterAdaptationSSE2()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 7634 UPB_INLINE uint64_t upb_pbdecoder_packdispatch(uint64_t ofs, uint8_t wt1, 7636 return (ofs << 16) | (wt2 << 8) | wt1; 7640 uint8_t *wt1, uint8_t *wt2) { 7641 *wt1 = (uint8_t)dispatch;
|
D | upb.c | 6977 uint8_t wt1; in repack() local 6979 upb_pbdecoder_unpackdispatch(dispatch, &ofs, &wt1, &old_wt2); in repack() 6981 return upb_pbdecoder_packdispatch(ofs, wt1, new_wt2); in repack()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 7934 UPB_INLINE uint64_t upb_pbdecoder_packdispatch(uint64_t ofs, uint8_t wt1, 7936 return (ofs << 16) | (wt2 << 8) | wt1; 7940 uint8_t *wt1, uint8_t *wt2) { 7941 *wt1 = (uint8_t)dispatch;
|
D | upb.c | 7651 uint8_t wt1; in repack() local 7653 upb_pbdecoder_unpackdispatch(dispatch, &ofs, &wt1, &old_wt2); in repack() 7655 return upb_pbdecoder_packdispatch(ofs, wt1, new_wt2); in repack()
|