HomeSort by relevance Sort by last modified time
    Searched refs:new_last (Results 1 - 2 of 2) sorted by null

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

Completed in 144 milliseconds