Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A 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()
A Dcost.c350 const int last_p0 = res->prob[b][ctx][0]; in GetResidualCost_C() local
351 cost += VP8BitCost(0, last_p0); in GetResidualCost_C()
A 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()
A 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()
A 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()

Completed in 6 milliseconds