Home
last modified time | relevance | path

Searched refs:ps_curr_descr (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_coarse_me_pass.c527 ps_curr_layer = ps_thrd0_ctxt->ps_curr_descr->aps_layers[coarse_layer_id]; in ihevce_coarse_me_frame_end()
1014 layer_ctxt_t *ps_layer_ctxt = ps_thrd0_ctxt->ps_curr_descr->aps_layers[i]; in ihevce_coarse_me_frame_init()
1048 i2_max = ps_thrd0_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_x; in ihevce_coarse_me_frame_init()
1049 i2_max = MAX(i2_max, ps_thrd0_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_y); in ihevce_coarse_me_frame_init()
1082 ps_coarse_layer = ps_thrd0_ctxt->ps_curr_descr->aps_layers[layer_id + 1]; in ihevce_coarse_me_frame_init()
1084 ps_curr_layer = ps_thrd0_ctxt->ps_curr_descr->aps_layers[layer_id]; in ihevce_coarse_me_frame_init()
1133 layers_descr_t *ps_curr_descr; in ihevce_coarse_me_get_lyr_buf_desc() local
1143 ps_curr_descr = &ps_thrd0_ctxt->as_ref_descr[i4_free_idx]; in ihevce_coarse_me_get_lyr_buf_desc()
1148 pi4_lyr_buf_stride[lyr_no - 1] = ps_curr_descr->aps_layers[lyr_no]->i4_inp_stride; in ihevce_coarse_me_get_lyr_buf_desc()
1149 ppu1_decomp_lyr_bufs[lyr_no - 1] = ps_curr_descr->aps_layers[lyr_no]->pu1_inp; in ihevce_coarse_me_get_lyr_buf_desc()
[all …]
Dhme_interface.c3168 ps_tmp_frm_ctxt->ps_curr_descr = &ps_thrd_ctxt->as_ref_descr[idx]; in hme_add_inp()
3240 ps_ctxt->ps_curr_descr = &ps_ctxt->as_ref_descr[i4_curr_idx]; in hme_coarse_add_inp()
4003 ps_ctxt->ps_curr_descr); in hme_process_frm_init()
4006 ps_ctxt->ps_curr_descr->aps_layers[0]->ppu1_list_inp = &ps_ctxt->apu1_list_inp[0][0]; in hme_process_frm_init()
4007 ps_ctxt->ps_curr_descr->aps_layers[0]->ppu1_list_rec_fxfy = in hme_process_frm_init()
4009 ps_ctxt->ps_curr_descr->aps_layers[0]->ppu1_list_rec_hxfy = in hme_process_frm_init()
4011 ps_ctxt->ps_curr_descr->aps_layers[0]->ppu1_list_rec_fxhy = in hme_process_frm_init()
4013 ps_ctxt->ps_curr_descr->aps_layers[0]->ppu1_list_rec_hxhy = in hme_process_frm_init()
4015 ps_ctxt->ps_curr_descr->aps_layers[0]->ppv_dep_mngr_recon = in hme_process_frm_init()
4126 layer_ctxt_t *ps_layer_ctxt = ps_ctxt->ps_curr_descr->aps_layers[i]; in hme_process_frm_init()
[all …]
Dihevce_me_pass.c1369 layer_ctxt_t *ps_layer_ctxt = ps_ctxt->ps_curr_descr->aps_layers[i]; in ihevce_me_frame_init()
1400 i2_max = ps_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_x; in ihevce_me_frame_init()
1401 i2_max = MAX(i2_max, ps_ctxt->ps_curr_descr->aps_layers[layer_id]->i2_max_mv_y); in ihevce_me_frame_init()
1403 ps_curr_layer = ps_ctxt->ps_curr_descr->aps_layers[layer_id]; in ihevce_me_frame_init()
Dhme_coarse.c269 ps_curr_layer = ps_ctxt->ps_curr_descr->aps_layers[ps_coarse_prms->i4_layer_id]; in hme_coarse_frm_init()
823 ps_curr_layer = ps_ctxt->ps_curr_descr->aps_layers[ps_coarse_prms->i4_layer_id]; in hme_coarsest()
Dhme_defs.h2697 layers_descr_t *ps_curr_descr; member
3001 layers_descr_t *ps_curr_descr; member
Dhme_refine.c6051 ps_curr_layer = ps_ctxt->ps_curr_descr->aps_layers[ps_refine_prms->i4_layer_id]; in hme_refine()
8943 ps_curr_layer = ps_ctxt->ps_curr_descr->aps_layers[ps_refine_prms->i4_layer_id]; in hme_refine_no_encode()
8945 ps_coarse_layer = ps_ctxt->ps_curr_descr->aps_layers[ps_refine_prms->i4_layer_id + 1]; in hme_refine_no_encode()
Dihevce_frame_process.c3353 ps_frm_ctxt->ps_curr_descr->aps_layers[0]->i4_non_ref_free = 1; in ihevce_enc_frm_proc_slave_thrd()