Home
last modified time | relevance | path

Searched refs:wt1 (Results 1 – 11 of 11) sorted by relevance

/external/libavc/common/
Dih264_weighted_pred.c373 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()
Dih264_weighted_pred.h97 WORD32 wt1,
/external/clang/test/CodeGen/
Dpascal-wchar-string.c17 UniChar wt1[] = L"\p"; in main() local
24 if (wt1[0] != 0) in main()
/external/libavc/common/arm/
Dih264_weighted_bi_pred_a9q.s74 @* @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/
Dih264_weighted_pred_sse42.c824 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/
Daec_core_neon.c248 const float wt1 = h_fft_buf[1][pos]; in FilterAdaptationNEON() local
262 h_fft_buf[1][pos] = wt1; in FilterAdaptationNEON()
Daec_core_sse2.c212 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/
Dupb.h7634 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;
Dupb.c6977 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/
Dupb.h7934 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;
Dupb.c7651 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()