Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost() local
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs); in GetResidualCost()
71 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0), in GetResidualCost()
Dcost_mips32.c34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost() local
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs); in GetResidualCost()
76 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0), in GetResidualCost()