Searched refs:new_b (Results 1 – 3 of 3) sorted by relevance
73 unsigned int new_b = 0, old_b = 0; in update_mode() local84 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()89 if (new_b + (n << 8) < old_b) in update_mode()1216 const int new_b = vp8_cost_branch(ct, newp); in vp8_estimate_entropy_savings() local1221 const int s = old_b - new_b - update_b; in vp8_estimate_entropy_savings()1285 const int new_b = vp8_cost_branch(ct, newp); in update_coef_probs() local1290 const int s = old_b - new_b - update_b; in update_coef_probs()
237 const int new_b = vp8_cost_branch(ct, new_p); in update() local240 if (cur_b - new_b > cost) in update()
582 const uint32_t new_b = ((argb & 0xff) - green) & 0xff; in VP8LSubtractGreenFromBlueAndRed() local583 argb_data[i] = (argb & 0xff00ff00) | (new_r << 16) | new_b; in VP8LSubtractGreenFromBlueAndRed()