Home
last modified time | relevance | path

Searched refs:dst15 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vpx_dsp/mips/
Dvpx_convolve_avg_msa.c108 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in avg_width32_msa() local
121 LD_UB4(dst_dup + 16, dst_stride, dst9, dst11, dst13, dst15); in avg_width32_msa()
130 AVER_UB4_UB(src12, dst12, src13, dst13, src14, dst14, src15, dst15, dst12, in avg_width32_msa()
131 dst13, dst14, dst15); in avg_width32_msa()
137 ST_UB4(dst9, dst11, dst13, dst15, dst + 16, dst_stride); in avg_width32_msa()
149 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in avg_width64_msa() local
167 LD_UB4(dst_dup, 16, dst12, dst13, dst14, dst15); in avg_width64_msa()
176 AVER_UB4_UB(src12, dst12, src13, dst13, src14, dst14, src15, dst15, dst12, in avg_width64_msa()
177 dst13, dst14, dst15); in avg_width64_msa()
185 ST_UB4(dst12, dst13, dst14, dst15, dst, 16); in avg_width64_msa()
Didct16x16_msa.c334 v16u8 dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in vpx_iadst16_1d_columns_addblk_msa() local
479 dst15 = LD_UB(dst + 10 * dst_stride); in vpx_iadst16_1d_columns_addblk_msa()
480 ILVR_B2_SH(zero, dst14, zero, dst15, res14, res15); in vpx_iadst16_1d_columns_addblk_msa()
/external/libvpx/vpx_dsp/loongarch/
Dvpx_convolve_avg_lsx.c134 __m128i dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in avg_width32_lsx() local
175 dst15); in avg_width32_lsx()
183 dst15, dst12, dst13, dst14, dst15); in avg_width32_lsx()
203 __lsx_vstx(dst15, dst_tmp1, dst_stride3); in avg_width32_lsx()
216 __m128i dst8, dst9, dst10, dst11, dst12, dst13, dst14, dst15; in avg_width64_lsx() local
242 dst12, dst13, dst14, dst15); in avg_width64_lsx()
252 dst15, dst12, dst13, dst14, dst15); in avg_width64_lsx()
272 __lsx_vst(dst15, dst, 48); in avg_width64_lsx()