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_MIPSdspR2() local
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs); in GetResidualCost_MIPSdspR2()
71 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0), in GetResidualCost_MIPSdspR2()
Dcost_mips32.c34 const uint16_t** p_costs = &costs[n][0]; in GetResidualCost_MIPS32() local
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs); in GetResidualCost_MIPS32()
76 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0), in GetResidualCost_MIPS32()