Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c68 struct filter_block *new_last; in append_filter_block() local
75 new_last = head; in append_filter_block()
77 new_last = new_filter_block(); in append_filter_block()
79 head->last->next = new_last; in append_filter_block()
80 head->last = new_last; in append_filter_block()
82 head->last = head->next = new_last; in append_filter_block()
87 new_last->instrs = instrs; in append_filter_block()
88 new_last->total_len = new_last->len = len; in append_filter_block()
89 new_last->last = new_last->next = NULL; in append_filter_block()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c844 int new_intra, new_last, new_garf, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
852 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128; in vp8_estimate_entropy_savings()
859 vp8_calc_ref_frame_costs(ref_frame_cost, new_intra, new_last, new_garf); in vp8_estimate_entropy_savings()