Home
last modified time | relevance | path

Searched refs:ref1_ptr (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c799 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; in sad_4width_x4d_msa() local
812 ref1_ptr = aref_ptr[1]; in sad_4width_x4d_msa()
828 LW4(ref1_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_x4d_msa()
830 ref1_ptr += (4 * ref_stride); in sad_4width_x4d_msa()
861 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; in sad_8width_x4d_msa() local
871 ref1_ptr = aref_ptr[1]; in sad_8width_x4d_msa()
880 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7); in sad_8width_x4d_msa()
881 ref1_ptr += (4 * ref_stride); in sad_8width_x4d_msa()
912 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; in sad_16width_x4d_msa() local
920 ref1_ptr = aref_ptr[1]; in sad_16width_x4d_msa()
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c815 int8_t *ref1_ptr = (int8_t *) (noise + (rand() & 0xff)); in vp8_plane_add_noise_msa() local
826 ref1 = LD_UB(ref1_ptr); in vp8_plane_add_noise_msa()
848 ref1_ptr += 16; in vp8_plane_add_noise_msa()