OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i1_short_term_ref_pic_set_idx
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_slice_header.c
424
ps_slice_hdr->
i1_short_term_ref_pic_set_idx
= value;
425
ps_slice_hdr->
i1_short_term_ref_pic_set_idx
= CLIP3(ps_slice_hdr->
i1_short_term_ref_pic_set_idx
, 0, MAX_STREF_PICS_SPS - 1);
427
st_rps_idx = ps_slice_hdr->
i1_short_term_ref_pic_set_idx
;
[
all
...]
ihevcd_ref_list.c
139
st_rps_idx = ps_slice_hdr->
i1_short_term_ref_pic_set_idx
;
/external/libhevc/common/
ihevc_structs.h
2592
WORD8
i1_short_term_ref_pic_set_idx
;
member in struct:__anon27542
[
all
...]
Completed in 42 milliseconds