Home
last modified time | relevance | path

Searched refs:last_p0 (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dcost_mips_dsp_r2.c87 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_MIPSdspR2() local
88 cost += VP8BitCost(0, last_p0); in GetResidualCost_MIPSdspR2()
Dcost.c350 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_C() local
351 cost += VP8BitCost(0, last_p0); in GetResidualCost_C()
Dcost_mips32.c92 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_MIPS32() local
93 cost += VP8BitCost(0, last_p0); in GetResidualCost_MIPS32()
Dcost_sse2.c98 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_SSE2() local
99 cost += VP8BitCost(0, last_p0); in GetResidualCost_SSE2()
Dcost_neon.c101 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_NEON() local
102 cost += VP8BitCost(0, last_p0); in GetResidualCost_NEON()