Searched refs:src_in (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | deblock_msa.c | 50 #define VPX_AVER_IF_RETAIN(above2_in, above1_in, src_in, below1_in, below2_in, \ argument 58 out = __msa_aver_u_b(src_in, temp1); \ 59 temp0 = __msa_asub_u_b(src_in, above2_in); \ 60 temp1 = __msa_asub_u_b(src_in, above1_in); \ 64 temp1 = __msa_asub_u_b(src_in, below1_in); \ 67 temp1 = __msa_asub_u_b(src_in, below2_in); \ 70 out = __msa_bmz_v(out, src_in, temp0); \
|