Searched refs:new_last (Results 1 – 2 of 2) sorted by relevance
583 Object* new_last = NULL; in TEST() local589 if (new_last != NULL) { in TEST()591 reinterpret_cast<char*>(new_last) + kSmallFixedArraySize); in TEST()593 new_last = obj; in TEST()
1129 int new_intra, new_last, gf_last, oldtotal, newtotal; in vp8_estimate_entropy_savings() local1139 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128; in vp8_estimate_entropy_savings()1147 + vp8_cost_zero(new_last); in vp8_estimate_entropy_savings()1149 + vp8_cost_one(new_last) in vp8_estimate_entropy_savings()1152 + vp8_cost_one(new_last) in vp8_estimate_entropy_savings()