Home | History | Annotate | Download | only in encoder

Lines Matching refs:vp8_cost_branch

84         new_b += vp8_cost_branch(bct[i], Pnew[i]);
85 old_b += vp8_cost_branch(bct[i], Pcur[i]);
1215 const int old_b = vp8_cost_branch(ct, old);
1216 const int new_b = vp8_cost_branch(ct, newp);
1284 const int old_b = vp8_cost_branch(ct, old);
1285 const int new_b = vp8_cost_branch(ct, newp);