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

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dadd_noise_msa.c30 const int8_t *ref1_ptr = noise + (rand() & 0xff); local
35 ref1 = LD_UB(ref1_ptr);
49 ref1_ptr += 16;
H A Dsad_msa.c540 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
553 ref1_ptr = aref_ptr[1];
569 LW4(ref1_ptr, ref_stride, ref0, ref1, ref2, ref3);
571 ref1_ptr += (4 * ref_stride);
602 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
612 ref1_ptr = aref_ptr[1];
621 LD_UB4(ref1_ptr, ref_stride, ref4, ref5, ref6, ref7);
622 ref1_ptr += (4 * ref_stride);
653 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
661 ref1_ptr
717 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
761 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
[all...]

Completed in 64 milliseconds