OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_last
(Results
1 - 3
of
3
) sorted by null
/external/minijail/
syscall_filter.c
57
struct filter_block *
new_last
;
local
64
new_last
= head;
66
new_last
= new_filter_block();
68
head->last->next =
new_last
;
69
head->last =
new_last
;
71
head->last = head->next =
new_last
;
76
new_last
->instrs = instrs;
77
new_last
->total_len =
new_last
->len = len;
78
new_last
->last = new_last->next = NULL
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
1009
int new_intra,
new_last
, new_garf, oldtotal, newtotal;
local
1019
new_last
= rf_inter ? (rfct[LAST_FRAME] * 255) / rf_inter : 128;
1025
vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,
new_last
,new_garf);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 889 milliseconds