Searched refs:dst0_d (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/msa/ |
D | vp9_mfqe_msa.c | 20 uint64_t src0_d, src1_d, dst0_d, dst1_d; in filter_by_weight8x8_msa() local 33 LD2(dst_ptr, dst_stride, dst0_d, dst1_d); in filter_by_weight8x8_msa() 35 INSERT_D2_SB(dst0_d, dst1_d, dst0); in filter_by_weight8x8_msa() 39 LD2((dst_ptr + 2 * dst_stride), dst_stride, dst0_d, dst1_d); in filter_by_weight8x8_msa() 41 INSERT_D2_SB(dst0_d, dst1_d, dst1); in filter_by_weight8x8_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | mfqe_msa.c | 20 uint64_t src0_d, src1_d, dst0_d, dst1_d; in filter_by_weight8x8_msa() local 33 LD2(dst_ptr, dst_stride, dst0_d, dst1_d); in filter_by_weight8x8_msa() 35 INSERT_D2_SB(dst0_d, dst1_d, dst0); in filter_by_weight8x8_msa() 39 LD2((dst_ptr + 2 * dst_stride), dst_stride, dst0_d, dst1_d); in filter_by_weight8x8_msa() 41 INSERT_D2_SB(dst0_d, dst1_d, dst1); in filter_by_weight8x8_msa()
|