Searched defs:Pold (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1129 vp8_prob *Pold = cpi->common.fc.coef_probs [i][j][k] + t; local
1140 *Pold, newp, upd);
1152 cpi->common.frame_type == KEY_FRAME && newp != *Pold)
1170 *Pold = newp;

Completed in 39 milliseconds