OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i1_collocated_from_l0_flag
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_mv_merge.c
178
if((ps_slice_hdr->i1_slice_type == BSLICE) && (ps_slice_hdr->
i1_collocated_from_l0_flag
== 0))
267
if(0 == ps_slice_hdr->
i1_collocated_from_l0_flag
)
284
au4_list_col[0] = ps_slice_hdr->
i1_collocated_from_l0_flag
; /* L"collocated_from_l0_flag" */
285
au4_list_col[1] = ps_slice_hdr->
i1_collocated_from_l0_flag
; /* L"collocated_from_l0_flag" */
ihevcd_parse_slice_header.c
602
ps_slice_hdr->
i1_collocated_from_l0_flag
= 1;
609
ps_slice_hdr->
i1_collocated_from_l0_flag
= value;
612
if((ps_slice_hdr->
i1_collocated_from_l0_flag
&& (ps_slice_hdr->i1_num_ref_idx_l0_active > 1)) ||
613
(!ps_slice_hdr->
i1_collocated_from_l0_flag
&& (ps_slice_hdr->i1_num_ref_idx_l1_active > 1)))
[
all
...]
/external/libhevc/common/
ihevc_structs.h
2667
WORD8
i1_collocated_from_l0_flag
;
member in struct:__anon27542
[
all
...]
Completed in 33 milliseconds