OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_last
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-serialize.cc
586
Object*
new_last
= NULL;
local
592
if (
new_last
!= NULL) {
594
reinterpret_cast<char*>(
new_last
) + kSmallFixedArraySize);
596
new_last
= obj;
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
1008
int new_intra,
new_last
, new_garf, oldtotal, newtotal;
local
1018
new_last
= rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
1024
vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,
new_last
,new_garf);
[
all
...]
Completed in 36 milliseconds