/external/aac/libAACdec/src/ |
D | usacdec_ace_ltp.cpp | 158 LONG filt; in Pred_lt4() local 164 filt = *interpol++; in Pred_lt4() 167 L_sumt = fMultDiv2(x0, (FIXP_SGL)((SHORT)(filt >> 16))); in Pred_lt4() 168 L_sumb = fMultDiv2(x1, (FIXP_SGL)((SHORT)filt)); in Pred_lt4() 170 filt = *interpol++; in Pred_lt4() 173 L_sumt = fMultAddDiv2(L_sumt, x0, (FIXP_SGL)((SHORT)(filt >> 16))); in Pred_lt4() 174 L_sumb = fMultAddDiv2(L_sumb, x1, (FIXP_SGL)((SHORT)filt)); in Pred_lt4() 176 filt = *interpol++; in Pred_lt4() 179 L_sumt = fMultAddDiv2(L_sumt, x0, (FIXP_SGL)((SHORT)(filt >> 16))); in Pred_lt4() 180 L_sumb = fMultAddDiv2(L_sumb, x1, (FIXP_SGL)((SHORT)filt)); in Pred_lt4() [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_msa.h | 21 v16i8 filt, filt1, filt2, cnst4b, cnst3b; \ 29 filt = __msa_subs_s_b(p1_m, q1_m); \ 30 filt = filt & (v16i8)hev_in; \ 32 filt_sign = __msa_clti_s_b(filt, 0); \ 37 filt_r = (v8i16)__msa_ilvr_b(filt_sign, filt); \ 42 filt = __msa_pckev_b((v16i8)filt_r, (v16i8)filt_r); \ 44 filt = filt & (v16i8)mask_in; \ 46 filt1 = __msa_adds_s_b(filt, cnst4b); \ 50 filt2 = __msa_adds_s_b(filt, cnst3b); \ 58 filt = __msa_srari_b(filt1, 1); \ [all …]
|
D | aom_convolve8_horiz_msa.c | 23 v8i16 filt, out0, out1; in common_hz_8t_4x4_msa() local 29 filt = LD_SH(filter); in common_hz_8t_4x4_msa() 30 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x4_msa() 52 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x8_msa() local 58 filt = LD_SH(filter); in common_hz_8t_4x8_msa() 59 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x8_msa() 98 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8x4_msa() local 104 filt = LD_SH(filter); in common_hz_8t_8x4_msa() 105 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_8x4_msa() 129 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8x8mult_msa() local [all …]
|
D | aom_convolve8_vert_msa.c | 27 v8i16 filt, out10, out32; in common_vt_8t_4w_msa() local 31 filt = LD_SH(filter); in common_vt_8t_4w_msa() 32 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_4w_msa() 77 v8i16 filt, out0_r, out1_r, out2_r, out3_r; in common_vt_8t_8w_msa() local 81 filt = LD_SH(filter); in common_vt_8t_8w_msa() 82 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_8w_msa() 133 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; in common_vt_8t_16w_msa() local 137 filt = LD_SH(filter); in common_vt_8t_16w_msa() 138 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_16w_msa() 214 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; in common_vt_8t_16w_mult_msa() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_msa.h | 19 v16i8 p1_m, p0_m, q0_m, q1_m, filt, q0_sub_p0, t1, t2; \ 28 filt = __msa_subs_s_b(p1_m, q1_m); \ 29 filt &= hev; \ 31 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 32 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 33 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 34 filt &= mask; \ 35 t1 = __msa_adds_s_b(filt, cnst4b); \ 37 t2 = __msa_adds_s_b(filt, cnst3b); \ 43 filt = __msa_srari_b(t1, 1); \ [all …]
|
D | vpx_convolve8_msa.c | 34 v8i16 filt, filt_vt0, filt_vt1, filt_vt2, filt_vt3; in common_hv_8ht_8vt_4w_msa() local 40 filt = LD_SH(filter_horiz); in common_hv_8ht_8vt_4w_msa() 41 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 61 filt = LD_SH(filter_vert); in common_hv_8ht_8vt_4w_msa() 62 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_4w_msa() 106 v8i16 filt, filt_vt0, filt_vt1, filt_vt2, filt_vt3; in common_hv_8ht_8vt_8w_msa() local 115 filt = LD_SH(filter_horiz); in common_hv_8ht_8vt_8w_msa() 116 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_8w_msa() 141 filt = LD_SH(filter_vert); in common_hv_8ht_8vt_8w_msa() 142 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_8w_msa() [all …]
|
D | vpx_convolve8_horiz_msa.c | 20 v8i16 filt, out0, out1; in common_hz_8t_4x4_msa() local 26 filt = LD_SH(filter); in common_hz_8t_4x4_msa() 27 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x4_msa() 49 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x8_msa() local 55 filt = LD_SH(filter); in common_hz_8t_4x8_msa() 56 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x8_msa() 95 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8x4_msa() local 101 filt = LD_SH(filter); in common_hz_8t_8x4_msa() 102 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_8x4_msa() 126 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_8x8mult_msa() local [all …]
|
D | vpx_convolve8_avg_msa.c | 25 v8i16 filt, filt_vt0, filt_vt1, filt_vt2, filt_vt3; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local 31 filt = LD_SH(filter_horiz); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 32 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 52 filt = LD_SH(filter_vert); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 53 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 100 v8i16 filt, filt_vt0, filt_vt1, filt_vt2, filt_vt3; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local 110 filt = LD_SH(filter_horiz); in common_hv_8ht_8vt_and_aver_dst_8w_msa() 111 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_8w_msa() 136 filt = LD_SH(filter_vert); in common_hv_8ht_8vt_and_aver_dst_8w_msa() 137 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_and_aver_dst_8w_msa() [all …]
|
D | vpx_convolve8_avg_horiz_msa.c | 23 v8i16 filt, res0, res1; in common_hz_8t_and_aver_dst_4x4_msa() local 29 filt = LD_SH(filter); in common_hz_8t_and_aver_dst_4x4_msa() 30 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_4x4_msa() 57 v8i16 filt, vec0, vec1, vec2, vec3; in common_hz_8t_and_aver_dst_4x8_msa() local 63 filt = LD_SH(filter); in common_hz_8t_and_aver_dst_4x8_msa() 64 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_4x8_msa() 112 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_and_aver_dst_8w_msa() local 118 filt = LD_SH(filter); in common_hz_8t_and_aver_dst_8w_msa() 119 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_8w_msa() 150 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_and_aver_dst_16w_msa() local [all …]
|
D | vpx_convolve8_vert_msa.c | 24 v8i16 filt, out10, out32; in common_vt_8t_4w_msa() local 28 filt = LD_SH(filter); in common_vt_8t_4w_msa() 29 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_4w_msa() 74 v8i16 filt, out0_r, out1_r, out2_r, out3_r; in common_vt_8t_8w_msa() local 78 filt = LD_SH(filter); in common_vt_8t_8w_msa() 79 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_8w_msa() 130 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; in common_vt_8t_16w_msa() local 134 filt = LD_SH(filter); in common_vt_8t_16w_msa() 135 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_16w_msa() 211 v8i16 filt, out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l; in common_vt_8t_16w_mult_msa() local [all …]
|
D | vpx_convolve8_avg_vert_msa.c | 26 v8i16 filt, out10, out32; in common_vt_8t_and_aver_dst_4w_msa() local 30 filt = LD_SH(filter); in common_vt_8t_and_aver_dst_4w_msa() 31 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_and_aver_dst_4w_msa() 82 v8i16 filt, out0, out1, out2, out3; in common_vt_8t_and_aver_dst_8w_msa() local 86 filt = LD_SH(filter); in common_vt_8t_and_aver_dst_8w_msa() 87 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_and_aver_dst_8w_msa() 143 v8i16 out0_r, out1_r, out2_r, out3_r, out0_l, out1_l, out2_l, out3_l, filt; in common_vt_8t_and_aver_dst_16w_mult_msa() local 147 filt = LD_SH(filter); in common_vt_8t_and_aver_dst_16w_mult_msa() 148 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_and_aver_dst_16w_mult_msa() 255 v8i16 filt; in common_vt_2t_and_aver_dst_4x4_msa() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 61 __m128i filt, work_a, filter1, filter2; in vpx_highbd_lpf_horizontal_16_sse2() local 156 filt = _mm_and_si128(signed_char_clamp_bd_sse2(_mm_subs_epi16(ps1, qs1), bd), in vpx_highbd_lpf_horizontal_16_sse2() 159 filt = _mm_adds_epi16(filt, work_a); in vpx_highbd_lpf_horizontal_16_sse2() 160 filt = _mm_adds_epi16(filt, work_a); in vpx_highbd_lpf_horizontal_16_sse2() 161 filt = signed_char_clamp_bd_sse2(_mm_adds_epi16(filt, work_a), bd); in vpx_highbd_lpf_horizontal_16_sse2() 162 filt = _mm_and_si128(filt, mask); in vpx_highbd_lpf_horizontal_16_sse2() 163 filter1 = signed_char_clamp_bd_sse2(_mm_adds_epi16(filt, t4), bd); in vpx_highbd_lpf_horizontal_16_sse2() 164 filter2 = signed_char_clamp_bd_sse2(_mm_adds_epi16(filt, t3), bd); in vpx_highbd_lpf_horizontal_16_sse2() 174 filt = _mm_adds_epi16(filter1, t1); in vpx_highbd_lpf_horizontal_16_sse2() 175 filt = _mm_srai_epi16(filt, 1); in vpx_highbd_lpf_horizontal_16_sse2() [all …]
|
D | loopfilter_sse2.c | 300 __m128i filt; in vpx_lpf_horizontal_16_sse2() local 306 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); in vpx_lpf_horizontal_16_sse2() 308 filt = _mm_adds_epi8(filt, work_a); in vpx_lpf_horizontal_16_sse2() 309 filt = _mm_adds_epi8(filt, work_a); in vpx_lpf_horizontal_16_sse2() 310 filt = _mm_adds_epi8(filt, work_a); in vpx_lpf_horizontal_16_sse2() 312 filt = _mm_and_si128(filt, mask); in vpx_lpf_horizontal_16_sse2() 314 filter1 = _mm_adds_epi8(filt, t4); in vpx_lpf_horizontal_16_sse2() 315 filter2 = _mm_adds_epi8(filt, t3); in vpx_lpf_horizontal_16_sse2() 323 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1)); in vpx_lpf_horizontal_16_sse2() 324 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in vpx_lpf_horizontal_16_sse2() [all …]
|
D | loopfilter_avx2.c | 93 __m128i filt; in vpx_lpf_horizontal_16_avx2() local 99 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev); in vpx_lpf_horizontal_16_avx2() 101 filt = _mm_adds_epi8(filt, work_a); in vpx_lpf_horizontal_16_avx2() 102 filt = _mm_adds_epi8(filt, work_a); in vpx_lpf_horizontal_16_avx2() 103 filt = _mm_adds_epi8(filt, work_a); in vpx_lpf_horizontal_16_avx2() 105 filt = _mm_and_si128(filt, mask); in vpx_lpf_horizontal_16_avx2() 107 filter1 = _mm_adds_epi8(filt, t4); in vpx_lpf_horizontal_16_avx2() 108 filter2 = _mm_adds_epi8(filt, t3); in vpx_lpf_horizontal_16_avx2() 116 filt = _mm_packs_epi16(filter2, _mm_subs_epi16(zero, filter1)); in vpx_lpf_horizontal_16_avx2() 117 qs0ps0 = _mm_xor_si128(_mm_adds_epi8(qs0ps0, filt), t80); in vpx_lpf_horizontal_16_avx2() [all …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | bilinear_filter_msa.c | 35 v8u16 vec2, vec3, filt; in common_hz_2t_4x4_msa() local 39 filt = LD_UH(filter); in common_hz_2t_4x4_msa() 40 filt0 = (v16u8)__msa_splati_h((v8i16)filt, 0); in common_hz_2t_4x4_msa() 56 v8u16 vec4, vec5, vec6, vec7, filt; in common_hz_2t_4x8_msa() local 60 filt = LD_UH(filter); in common_hz_2t_4x8_msa() 61 filt0 = (v16u8)__msa_splati_h((v8i16)filt, 0); in common_hz_2t_4x8_msa() 91 v8u16 vec0, vec1, vec2, vec3, filt; in common_hz_2t_8x4_msa() local 95 filt = LD_UH(filter); in common_hz_2t_8x4_msa() 96 filt0 = (v16u8)__msa_splati_h((v8i16)filt, 0); in common_hz_2t_8x4_msa() 113 v8u16 vec0, vec1, vec2, vec3, filt; in common_hz_2t_8x8mult_msa() local [all …]
|
D | sixtap_filter_msa.c | 140 v8i16 filt, out0, out1; in common_hz_6t_4x4_msa() local 145 filt = LD_SH(filter); in common_hz_6t_4x4_msa() 146 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_4x4_msa() 166 v8i16 filt, out0, out1, out2, out3; in common_hz_6t_4x8_msa() local 171 filt = LD_SH(filter); in common_hz_6t_4x8_msa() 172 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_4x8_msa() 211 v8i16 filt, out0, out1, out2, out3; in common_hz_6t_8w_msa() local 216 filt = LD_SH(filter); in common_hz_6t_8w_msa() 217 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_8w_msa() 255 v8i16 filt, out0, out1, out2, out3, out4, out5, out6, out7; in common_hz_6t_16w_msa() local [all …]
|
D | loopfilter_filters_msa.c | 29 v16i8 p1_m, p0_m, q0_m, q1_m, filt, q0_sub_p0, t1, t2; \ 38 filt = __msa_subs_s_b(p1_m, q1_m); \ 39 filt &= hev; \ 41 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 42 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 43 filt = __msa_adds_s_b(filt, q0_sub_p0); \ 44 filt &= mask; \ 45 t1 = __msa_adds_s_b(filt, cnst4b); \ 47 t2 = __msa_adds_s_b(filt, cnst3b); \ 53 filt = __msa_srari_b(t1, 1); \ [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_tns.c | 194 ia_tns_filter_struct *filt; in ixheaacd_tns_apply() local 219 filt = &pstr_tns->str_tns_info[j].str_filter[f]; in ixheaacd_tns_apply() 220 order = filt->order; in ixheaacd_tns_apply() 221 direction = filt->direction; in ixheaacd_tns_apply() 222 start = filt->start_band; in ixheaacd_tns_apply() 223 stop = filt->stop_band; in ixheaacd_tns_apply() 227 ixheaacd_tns_dec_coef_usac(usac_data, filt, coef_res, in ixheaacd_tns_apply() 231 filt->order); in ixheaacd_tns_apply() 247 guard_band = 31 - ixheaacd_norm32(filt->order); in ixheaacd_tns_apply() 270 filt->order, scale_lpc, in ixheaacd_tns_apply() [all …]
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | lsr-postinc-nested-loop.ll | 11 define dso_local signext i16 @foo(i16* nocapture readonly %filt, i16* nocapture readonly %inp, i32 … 19 …%filt.addr.032.us = phi i16* [ %scevgep, %for.cond1.for.cond.cleanup3_crit_edge.us ], [ %filt, %en… 23 %scevgep = getelementptr i16, i16* %filt.addr.032.us, i32 %c2 28 …%filt.addr.124.us = phi i16* [ %filt.addr.032.us, %for.cond1.preheader.us ], [ %incdec.ptr.us, %fo… 31 %incdec.ptr.us = getelementptr inbounds i16, i16* %filt.addr.124.us, i32 1 32 %0 = load i16, i16* %filt.addr.124.us, align 2
|
/external/llvm/utils/ |
D | schedcover.py | 14 filt = None variable 24 global filt 25 if m and filt: 26 return filt.search(m) != None 76 filt = re.compile(sys.argv[2], re.IGNORECASE) variable
|
/external/perfetto/gn/standalone/toolchain/ |
D | win_find_msvc.py | 63 filt = lambda x: os.path.exists(os.path.join(x, 'ucrt', 'x64', 'ucrt.lib')) function 64 out[1] = find_max_subdir(lib_base, filt) 70 filt = lambda x: os.path.exists( function 72 max_msvc = find_max_subdir(msvc_base, filt)
|
/external/llvm-project/llvm/utils/ |
D | schedcover.py | 14 filt = None variable 24 global filt 25 if m and filt: 26 return filt.search(m) != None 85 filt = re.compile(sys.argv[2], re.IGNORECASE) variable
|
/external/llvm/test/CodeGen/X86/ |
D | seh-catchpad.ll | 7 ; extern "C" int filt(); 19 ; } __except (filt()) { 82 %cp3 = catchpad within %cs2 [i8* bitcast (i32 (i8*, i8*)* @"\01?filt$0@0@main@@" to i8*)] 129 ; CHECK-NEXT: .long "?filt$0@0@main@@"@IMGREL 137 ; CHECK-NEXT: .long "?filt$0@0@main@@"@IMGREL 141 ; CHECK-NEXT: .long "?filt$0@0@main@@"@IMGREL 167 define internal i32 @"\01?filt$0@0@main@@"(i8* nocapture readnone %exception_pointers, i8* nocaptur… 169 %call = tail call i32 @filt() 173 ; CHECK: "?filt$0@0@main@@": # @"\01?filt$0@0@main@@" 174 ; CHECK: .seh_proc "?filt$0@0@main@@" [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | seh-catchpad.ll | 7 ; extern "C" int filt(); 19 ; } __except (filt()) { 82 %cp3 = catchpad within %cs2 [i8* bitcast (i32 (i8*, i8*)* @"\01?filt$0@0@main@@" to i8*)] 129 ; CHECK-NEXT: .long "?filt$0@0@main@@"@IMGREL 137 ; CHECK-NEXT: .long "?filt$0@0@main@@"@IMGREL 141 ; CHECK-NEXT: .long "?filt$0@0@main@@"@IMGREL 167 define internal i32 @"\01?filt$0@0@main@@"(i8* nocapture readnone %exception_pointers, i8* nocaptur… 169 %call = tail call i32 @filt() 173 ; CHECK: "?filt$0@0@main@@": # @"\01?filt$0@0@main@@" 174 ; CHECK: jmp filt # TAILCALL [all …]
|
/external/toolchain-utils/llvm_tools/ |
D | revert_checker_test.py | 40 filt = _SilencingFilter() 41 root.addFilter(filt) 42 self.addCleanup(root.removeFilter, filt) 43 return filt
|