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

/external/webp/src/dsp/
H A Dcost_mips_dsp_r2.c34 const uint16_t** p_costs = &costs[n][0]; local
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs);
63 "addu %[p_costs], %[p_costs], %[inc_p_costs] \n\t"
64 "addu %[t], %[p_costs], %[ctx_reg] \n\t"
71 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0),
H A Dcost_mips32.c34 const uint16_t** p_costs = &costs[n][0]; local
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs);
67 "addu %[p_costs], %[p_costs], %[inc_p_costs] \n\t"
68 "addu %[t], %[p_costs], %[ctx_reg] \n\t"
76 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0),

Completed in 95 milliseconds