Searched defs:ref3_ptr (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dsad_msa.c799 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
814 ref3_ptr = aref_ptr[3];
842 LW4(ref3_ptr, ref_stride, ref0, ref1, ref2, ref3);
844 ref3_ptr += (4 * ref_stride);
861 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
873 ref3_ptr = aref_ptr[3];
884 LD_UB4(ref3_ptr, ref_stride, ref12, ref13, ref14, ref15);
885 ref3_ptr += (4 * ref_stride);
912 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
922 ref3_ptr
976 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
1020 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
[all...]

Completed in 52 milliseconds