Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_dep_mngr.c253 dep_mngr_state_t *ps_dep_mngr_state; in ihevce_dmgr_rst_frm_frm_sync() local
259 ps_dep_mngr_state = (dep_mngr_state_t *)pv_dep_mngr_state; in ihevce_dmgr_rst_frm_frm_sync()
262 pu8_num_units_proc_curr = (ULWORD64 *)ps_dep_mngr_state->pv_units_prcsd_in_row; in ihevce_dmgr_rst_frm_frm_sync()
263 pu8_num_units_proc_prev = pu8_num_units_proc_curr + ps_dep_mngr_state->i4_num_thrds; in ihevce_dmgr_rst_frm_frm_sync()
266 for(thrds = 0; thrds < ps_dep_mngr_state->i4_num_thrds; thrds++) in ihevce_dmgr_rst_frm_frm_sync()
270 ps_dep_mngr_state->pi4_wait_thrd_id[thrds] = -1; in ihevce_dmgr_rst_frm_frm_sync()
295 dep_mngr_state_t *ps_dep_mngr_state; in ihevce_dmgr_rst_row_frm_sync() local
299 ps_dep_mngr_state = (dep_mngr_state_t *)pv_dep_mngr_state; in ihevce_dmgr_rst_row_frm_sync()
302 for(ctr = 0; ctr < ps_dep_mngr_state->i4_num_vert_units; ctr++) in ihevce_dmgr_rst_row_frm_sync()
304 ((WORD32 *)ps_dep_mngr_state->pv_units_prcsd_in_row)[ctr] = 0; in ihevce_dmgr_rst_row_frm_sync()
[all …]