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

/external/webp/src/dsp/
H A Drescaler_mips32.c31 const int x_stride1 = x_stride << 2; local
69 "addu %[frow], %[frow], %[x_stride1] \n\t"
77 [loop_c]"r"(loop_c), [x_stride1]"r"(x_stride1)
91 const int x_stride1 = x_stride << 2; local
121 "addu %[frow], %[frow], %[x_stride1] \n\t"
138 [x_stride1]"r"(x_stride1), [src_width]"r"(src_width),

Completed in 45 milliseconds