Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_interface.c706 if(ps_prms->max_num_ref > MAX_NUM_REF) in hme_validate_init_prms()
708 if(ps_prms->max_num_ref < 0) in hme_validate_init_prms()
743 S32 max_num_ref, in hme_coarse_get_layer1_mv_bank_ref_idx_size() argument
789 num_ref = max_num_ref; in hme_coarse_get_layer1_mv_bank_ref_idx_size()
815 S32 max_num_ref, in hme_alloc_init_layer_mv_bank() argument
833 num_ref = max_num_ref; in hme_alloc_init_layer_mv_bank()
903 S32 max_num_ref, in hme_alloc_init_layer() argument
923 num_ref = max_num_ref; in hme_alloc_init_layer()
996 S32 max_num_ref, in hme_alloc_init_search_nodes() argument
999 S32 size = max_num_results * sizeof(search_node_t) * max_num_ref * TOT_NUM_PARTS; in hme_alloc_init_search_nodes()
[all …]
Dhme_interface.h415 S32 max_num_ref; member
845 S32 max_num_ref,
Dihevce_me_pass.c182 ps_hme_init_prms->max_num_ref = ((DEFAULT_MAX_REFERENCE_PICS) << i4_field_pic); in ihevce_derive_me_init_prms()
1022 (ps_ctxt->aps_me_frm_prms[0]->max_num_ref * ps_master_ctxt->i4_num_me_frm_pllel) + 1; in ihevce_me_frame_dpb_update()
1037 for(i = 0; i < (ps_ctxt->aps_me_frm_prms[0]->max_num_ref * in ihevce_me_frame_dpb_update()
1047 for(i = 0; i < (ps_ctxt->aps_me_frm_prms[0]->max_num_ref * in ihevce_me_frame_dpb_update()
1384 sizeof(hme_mv_t) * ps_ctxt->max_num_ref * NUM_GMV_LOBES); in ihevce_me_frame_init()
Dhme_defs.h2721 S32 max_num_ref; member
3033 S32 max_num_ref; member
Dihevce_coarse_me_pass.c1032 sizeof(hme_mv_t) * ps_thrd0_ctxt->max_num_ref * NUM_GMV_LOBES); in ihevce_coarse_me_frame_init()
Dhme_utils.c1119 for(i = 0; i < (ps_ctxt->aps_me_frm_prms[0]->max_num_ref * i4_num_me_frm_pllel) + 1; i++) in hme_get_past_layer_ctxt()
1149 for(i = 0; i < ps_ctxt->max_num_ref + 1 + NUM_BUFS_DECOMP_HME; i++) in hme_coarse_get_past_layer_ctxt()