HomeSort by relevance Sort by last modified time
    Searched refs:odd_dst (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_dspr2.c 126 uint8_t *odd_dst; local
139 odd_dst = (dst_ptr + dst_stride);
217 "sb %[tp3], 0(%[odd_dst]) \n\t"
218 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
228 "sb %[p4], 0(%[odd_dst]) \n\t"
229 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
231 "sb %[p2], 0(%[odd_dst]) \n\t"
232 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t
267 uint8_t *odd_dst; local
499 uint8_t *odd_dst; local
    [all...]
vp9_convolve8_dspr2.c 169 uint8_t *odd_dst; local
183 odd_dst = (dst_ptr + dst_stride);
292 "sb %[tp3], 0(%[odd_dst]) \n\t"
293 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
306 "sb %[p4], 0(%[odd_dst]) \n\t"
307 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t"
309 "sb %[p2], 0(%[odd_dst]) \n\t"
310 "addu %[odd_dst], %[odd_dst], %[dst_pitch_2] \n\t
349 uint8_t *odd_dst; local
639 uint8_t *odd_dst; local
    [all...]

Completed in 29 milliseconds