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

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dadd_noise_msa.c28 const int8_t *ref0_ptr = noise + (rand() & 0xff); local
33 ref0 = LD_UB(ref0_ptr);
48 ref0_ptr += 16;
H A Dsad_msa.c540 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
552 ref0_ptr = aref_ptr[0];
562 LW4(ref0_ptr, ref_stride, ref0, ref1, ref2, ref3);
564 ref0_ptr += (4 * ref_stride);
602 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
611 ref0_ptr = aref_ptr[0];
619 LD_UB4(ref0_ptr, ref_stride, ref0, ref1, ref2, ref3);
620 ref0_ptr += (4 * ref_stride);
653 const uint8_t *ref0_ptr, *ref1_ptr, *ref2_ptr, *ref3_ptr; local
660 ref0_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 89 milliseconds