Home
last modified time | relevance | path

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

/external/minijail/
Dsyscall_filter.c76 struct filter_block *new_last; in append_filter_block() local
83 new_last = head; in append_filter_block()
85 new_last = new_filter_block(); in append_filter_block()
87 head->last->next = new_last; in append_filter_block()
88 head->last = new_last; in append_filter_block()
90 head->last = head->next = new_last; in append_filter_block()
95 new_last->instrs = instrs; in append_filter_block()
96 new_last->total_len = new_last->len = len; in append_filter_block()
97 new_last->last = new_last->next = NULL; in append_filter_block()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c843 int new_intra, new_last, new_garf, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
851 new_last = rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128; in vp8_estimate_entropy_savings()
858 vp8_calc_ref_frame_costs(ref_frame_cost, new_intra, new_last, new_garf); in vp8_estimate_entropy_savings()