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

/external/webp/src/enc/
H A Dframe_enc.c154 const int update_proba = VP8CoeffsUpdateProba[t][b][c][p]; local
158 + VP8BitCost(0, update_proba);
160 + VP8BitCost(1, update_proba)
163 size += VP8BitCost(use_new_p, update_proba);

Completed in 89 milliseconds