Home
last modified time | relevance | path

Searched refs:new_last (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-serialize.cc583 Object* new_last = NULL; in TEST() local
589 if (new_last != NULL) { in TEST()
591 reinterpret_cast<char*>(new_last) + kSmallFixedArraySize); in TEST()
593 new_last = obj; in TEST()
/external/libvpx/vp8/encoder/
Dbitstream.c1129 int new_intra, new_last, gf_last, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
1139 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()