OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_num_cores
(Results
1 - 8
of
8
) sorted by null
/external/libhevc/decoder/
ihevcd_decode.c
534
if(ps_codec->
i4_num_cores
> 1)
654
if(ps_codec->
i4_num_cores
> 1 && ps_codec->s_parse.i4_end_of_frame)
661
/*
i4_num_cores
- 1 contexts are currently being used by other threads */
662
ps_proc = &ps_codec->as_process[ps_codec->
i4_num_cores
- 1];
696
/*
i4_num_cores
- 1 contexts are currently being used by other threads */
697
ps_proc = &ps_codec->as_process[ps_codec->
i4_num_cores
- 1];
794
for(i = 0; i < (ps_codec->
i4_num_cores
- 1); i++)
ihevcd_process_slice.c
460
if(1 == ps_codec->
i4_num_cores
)
669
if(ps_codec->
i4_num_cores
> MV_PRED_NUM_CORES_THRESHOLD)
695
else if(ps_codec->
i4_num_cores
> MV_PRED_NUM_CORES_THRESHOLD)
788
if(ps_codec->
i4_num_cores
> MV_PRED_NUM_CORES_THRESHOLD)
[
all
...]
ihevcd_utils.c
[
all
...]
ihevcd_parse_slice.c
[
all
...]
ihevcd_structs.h
1708
WORD32
i4_num_cores
;
member in struct:_codec_t
[
all
...]
ihevcd_fmt_conv.c
771
if((0 == ps_codec->i4_flush_mode) && (ps_codec->i4_disp_buf_id == ps_proc->i4_cur_pic_buf_id) && (1 < ps_codec->
i4_num_cores
))
ihevcd_api.c
[
all
...]
ihevcd_boundary_strength.c
543
if(1 == ps_bs_ctxt->ps_codec->
i4_num_cores
)
[
all
...]
Completed in 291 milliseconds