Searched refs:sp0 (Results 1 - 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
H A D | vp9_mblpf_horiz_loopfilter_dspr2.c | 32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local 71 sp0 = sp1 + pitch; 89 "lw %[p0], (%[sp0]) \n\t" 93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), 127 "sw %[p0_f0], (%[sp0]) \n\t" 134 [sp1] "r" (sp1), [sp0] "r" (sp0), 164 "sw %[p0], (%[sp0]) \n\t" 170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] " [all...] |
H A D | vp9_mbloop_loopfilter_dspr2.c | 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local 62 sp0 = sp1 + pitch; 72 "lw %[p0], (%[sp0]) \n\t" 80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), 94 "sw %[p0_f0], (%[sp0]) \n\t" 101 [sp1] "r" (sp1), [sp0] "r" (sp0), 120 "sw %[p0], (%[sp0]) \n\t" 128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] " [all...] |
Completed in 92 milliseconds