OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_cur_slice_idx
(Results
1 - 8
of
8
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_slice_header.c
285
ps_codec->s_parse.
i4_cur_slice_idx
--;
286
if(ps_codec->s_parse.
i4_cur_slice_idx
< 0)
287
ps_codec->s_parse.
i4_cur_slice_idx
= 0;
289
ps_slice_hdr_next = ps_codec->s_parse.ps_slice_hdr_base + ((ps_codec->s_parse.
i4_cur_slice_idx
+ 1) & (MAX_SLICE_HDR_CNT - 1));
302
ps_codec->s_parse.
i4_cur_slice_idx
= 0;
311
ps_codec->s_parse.
i4_cur_slice_idx
= 1;
314
ps_slice_hdr = ps_codec->s_parse.ps_slice_hdr_base + (ps_codec->s_parse.
i4_cur_slice_idx
& (MAX_SLICE_HDR_CNT - 1));
323
if(value && (ps_codec->s_parse.
i4_cur_slice_idx
> 0))
326
(ps_codec->s_parse.
i4_cur_slice_idx
& (MAX_SLICE_HDR_CNT - 1)),
327
((ps_codec->s_parse.
i4_cur_slice_idx
- 1) & (MAX_SLICE_HDR_CNT - 1)))
[
all
...]
ihevcd_decode.c
559
slice_header_t *ps_slice_hdr_next = ps_codec->s_parse.ps_slice_hdr_base + (ps_codec->s_parse.
i4_cur_slice_idx
& (MAX_SLICE_HDR_CNT - 1));
617
ps_codec->s_parse.
i4_cur_slice_idx
--;
618
if(ps_codec->s_parse.
i4_cur_slice_idx
< 0)
619
ps_codec->s_parse.
i4_cur_slice_idx
= 0;
621
ps_slice_hdr_next = ps_codec->s_parse.ps_slice_hdr_base + ((ps_codec->s_parse.
i4_cur_slice_idx
+ 1) & (MAX_SLICE_HDR_CNT - 1));
755
ps_proc->
i4_cur_slice_idx
= s_job.i2_slice_idx;
ihevcd_process_slice.c
227
slice_header_t *ps_slice_hdr_next = ps_proc->ps_codec->ps_slice_hdr_base + ((ps_proc->
i4_cur_slice_idx
+ 1) & (MAX_SLICE_HDR_CNT - 1));
238
ps_proc->
i4_cur_slice_idx
++;
547
if(ps_proc->
i4_cur_slice_idx
> (MAX_SLICE_HDR_CNT - 2 * ps_sps->i2_pic_wd_in_ctb))
571
cur_slice_idx = ps_proc->
i4_cur_slice_idx
;
[
all
...]
ihevcd_structs.h
676
UWORD32
i4_cur_slice_idx
;
member in struct:__anon16635
830
WORD32
i4_cur_slice_idx
;
member in struct:__anon16637
1220
WORD32
i4_cur_slice_idx
;
member in struct:__anon16638
[
all
...]
ihevcd_parse_slice.c
[
all
...]
ihevcd_sao.c
591
ps_slice_hdr = ps_slice_hdr_base + (ps_sao_ctxt->
i4_cur_slice_idx
& (MAX_SLICE_HDR_CNT - 1));
[
all
...]
/external/libavc/encoder/
ih264e_process.c
231
ps_entropy->
i4_cur_slice_idx
= ps_proc->pu1_slice_idx[ps_entropy->i4_mb_start_add];
294
slice_header_t *ps_slice_hdr = ps_entropy->ps_slice_hdr_base + (ps_entropy->
i4_cur_slice_idx
% MAX_SLICE_HDR_CNT);
472
WORD32 i4_curr_slice_idx = ps_entropy->
i4_cur_slice_idx
;
504
ps_entropy->
i4_cur_slice_idx
= i4_curr_slice_idx;
[
all
...]
ih264e_structs.h
951
WORD32
i4_cur_slice_idx
;
member in struct:__anon15501
1442
WORD32
i4_cur_slice_idx
;
member in struct:_proc_t
[
all
...]
Completed in 83 milliseconds