Home
last modified time | relevance | path

Searched refs:ps_pred_buf_data (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c1805 WORD32 i4_pred_stride = ps_ctxt->ps_pred_buf_data->i4_pred_stride; in ihevce_prepare_cand_containers()
1809 void **ppv_pred_buf_list = ps_ctxt->ps_pred_buf_data->apv_inter_pred_data; in ihevce_prepare_cand_containers()
1816 pu1_merge_pred_buf_idx_array, &ps_ctxt->ps_pred_buf_data->u4_is_buf_in_use, 2); in ihevce_prepare_cand_containers()
1847 pu1_me_pred_buf_idx, &ps_ctxt->ps_pred_buf_data->u4_is_buf_in_use, 1); in ihevce_prepare_cand_containers()
1865 pu1_me_pred_buf_idx, &ps_ctxt->ps_pred_buf_data->u4_is_buf_in_use, 1); in ihevce_prepare_cand_containers()
1877 pu1_merge_pred_buf_idx_array, &ps_ctxt->ps_pred_buf_data->u4_is_buf_in_use, 3); in ihevce_prepare_cand_containers()
1903 pu1_merge_pred_buf_idx_array, &ps_ctxt->ps_pred_buf_data->u4_is_buf_in_use, 2); in ihevce_prepare_cand_containers()
2032 ihevce_inter_pred_buf_data_t *ps_pred_buf_info = ps_ctxt->ps_pred_buf_data; in ihevce_compute_pred_and_populate_modes()
2039 WORD32 i4_pred_stride = ps_ctxt->ps_pred_buf_data->i4_pred_stride; in ihevce_compute_pred_and_populate_modes()
2042 void **ppv_pred_buf_list = ps_ctxt->ps_pred_buf_data->apv_inter_pred_data; in ihevce_compute_pred_and_populate_modes()
Dihevce_enc_loop_inter_mode_sifter.h110 ihevce_inter_pred_buf_data_t *ps_pred_buf_data; member
Dihevce_enc_loop_pass.c646 s_prms.ps_pred_buf_data = &ps_ctxt->s_pred_buf_data; in ihevce_cu_mode_decide()