Home | History | Annotate | Download | only in encoder

Lines Matching defs:newp

1220                     const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
1226 const int new_b = vp8_cost_branch(ct, newp);
1288 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t];
1295 const int new_b = vp8_cost_branch(ct, newp);
1314 *Pold = newp;
1315 vp8_write_literal(w, newp, 8);