Searched refs:dest_pix1 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans32_cols_dspr2.c35 uint8_t *dest_pix, *dest_pix1; local
51 dest_pix1 = dest + i + 31 * stride;
859 "lbu %[temp2], 0(%[dest_pix1]) \n\t"
862 "sb %[temp0], 0(%[dest_pix1]) \n\t"
863 "subu %[dest_pix1], %[dest_pix1], %[stride] \n\t"
864 "lbu %[temp3], 0(%[dest_pix1]) \n\t"
867 "sb %[temp1], 0(%[dest_pix1]) \n\t"
868 "subu %[dest_pix1], %[dest_pix1],
[all...]

Completed in 54 milliseconds