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

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve2_dspr2.c124 uint8_t *odd_dst; local
137 odd_dst = (dst_ptr + dst_stride);
215 "sb %[tp3], 0(%[odd_dst]) \n\t"
216 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
226 "sb %[p4], 0(%[odd_dst]) \n\t"
227 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
229 "sb %[p2], 0(%[odd_dst]) \n\t"
230 "addu %[odd_dst],
265 uint8_t *odd_dst; local
497 uint8_t *odd_dst; local
[all...]
H A Dconvolve8_dspr2.c151 uint8_t *odd_dst; local
165 odd_dst = (dst_ptr + dst_stride);
274 "sb %[tp3], 0(%[odd_dst]) \n\t"
275 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
288 "sb %[p4], 0(%[odd_dst]) \n\t"
289 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
291 "sb %[p2], 0(%[odd_dst]) \n\t"
292 "addu %[odd_dst],
331 uint8_t *odd_dst; local
621 uint8_t *odd_dst; local
[all...]

Completed in 82 milliseconds