Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_inter_mode_sifter.c1816 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()
2440 &ps_pred_buf_info->u4_is_buf_in_use, in ihevce_compute_pred_and_populate_modes()
Dihevce_enc_loop_pass.c710 au1_buf_ids, &ps_ctxt->s_pred_buf_data.u4_is_buf_in_use, NUM_CU_ME_INTRA_PRED_IDX - 1); in ihevce_cu_mode_decide()
742 au1_buf_ids, &ps_ctxt->s_pred_buf_data.u4_is_buf_in_use, NUM_CU_ME_INTRA_PRED_IDX); in ihevce_cu_mode_decide()
1666 ps_ctxt->s_pred_buf_data.u4_is_buf_in_use &= in ihevce_cu_mode_decide()
4790 ps_ctxt->s_pred_buf_data.u4_is_buf_in_use = UINT_MAX; in ihevce_enc_loop_init()
4800 ps_ctxt->s_pred_buf_data.u4_is_buf_in_use ^= (1 << i); in ihevce_enc_loop_init()
Dihevce_enc_loop_structs.h1589 UWORD32 u4_is_buf_in_use; member