Home
last modified time | relevance | path

Searched refs:MAX_CTXT_SETS (Results 1 – 6 of 6) sorted by relevance

/external/libavc/encoder/
Dih264e_structs.h2122 WORD32 pre_encode_skip[MAX_CTXT_SETS];
2127 WORD32 post_encode_skip[MAX_CTXT_SETS];
2308 volatile UWORD32 au4_entropy_thread_active[MAX_CTXT_SETS];
2524 WORD32 ai4_pic_cnt[MAX_CTXT_SETS];
2534 ref_set_t as_ref_set[MAX_DPB_SIZE + MAX_CTXT_SETS];
2798 out_buf_t as_out_buf[MAX_CTXT_SETS];
2803 rec_buf_t as_rec_buf[MAX_CTXT_SETS];
Dih264e_defs.h171 #define MAX_CTXT_SETS 1 macro
177 #define MAX_PROCESS_CTXT MAX_NUM_CORES * MAX_CTXT_SETS
Dih264e_api.c3081 WORD32 num_jobs = max_mb_rows * MAX_CTXT_SETS; in ih264e_init()
3150 sizeof(ref_set_t) * (MAX_DPB_SIZE + MAX_CTXT_SETS)); in ih264e_init()
3151 for (i = 0; i < (MAX_DPB_SIZE + MAX_CTXT_SETS); i++) in ih264e_init()
3160 for (i = 0; i < MAX_CTXT_SETS; i++) in ih264e_init()
3381 total_size *= MAX_CTXT_SETS; in ih264e_fill_num_mem_rec()
3418 size *= MAX_CTXT_SETS; in ih264e_fill_num_mem_rec()
3448 size *= MAX_CTXT_SETS; in ih264e_fill_num_mem_rec()
3495 + MAX_CTXT_SETS) in ih264e_fill_num_mem_rec()
3557 ps_mem_rec->u4_mem_size = MAX_CTXT_SETS * MAX_SLICE_HDR_CNT in ih264e_fill_num_mem_rec()
3572 total_size *= MAX_CTXT_SETS; in ih264e_fill_num_mem_rec()
[all …]
Dih264e_utils.c345 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_input_queue_update()
681 max_num_bufs = (num_ref_frames + num_reorder_frames + MAX_CTXT_SETS); in ih264e_get_total_pic_buf_size()
1362 ps_codec->i4_ref_buf_cnt += MAX_CTXT_SETS; in ih264e_codec_init()
1429 WORD32 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_pic_init()
Dih264e_process.c141 WORD32 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_generate_sps_pps()
318 WORD32 ctxt_sel = ps_proc->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_entropy()
1108 …s_job.i2_proc_base_idx = (ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS) ? (MAX_PROCESS_CTXT / … in ih264e_update_proc_ctxt()
1998 WORD32 ctxt_sel = ps_proc->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_process()
2554 WORD32 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_process_thread()
Dih264e_encode.c255 ctxt_sel = ps_codec->i4_encode_api_call_cnt % MAX_CTXT_SETS; in ih264e_encode()