Searched refs:last_p0 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dcost.c520 const int last_p0 = res->prob[b][ctx][0]; local
521 cost += VP8BitCost(0, last_p0);
/external/webp/src/enc/
H A Dcost.c520 const int last_p0 = res->prob[b][ctx][0]; local
521 cost += VP8BitCost(0, last_p0);
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_mips32.c617 const int last_p0 = res->prob[b][ctx][0]; local
618 cost += VP8BitCost(0, last_p0);
/external/webp/src/dsp/
H A Denc_mips32.c617 const int last_p0 = res->prob[b][ctx][0]; local
618 cost += VP8BitCost(0, last_p0);

Completed in 790 milliseconds