Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_dep_mngr.c346 ps_dep_mngr_state->ai4_tile_xtra_ctb[0] * ps_dep_mngr_state->i4_num_horz_units - in ihevce_dmgr_map_rst_sync()
352 ps_dep_mngr_state->i4_num_vert_units * ps_dep_mngr_state->i4_num_horz_units * in ihevce_dmgr_map_rst_sync()
461 ps_dep_mngr_state->i4_num_horz_units = max_num_horz_units; in ihevce_dmgr_init()
549 ps_dep_mngr_state->i4_num_horz_units = max_num_horz_units; in ihevce_dmgr_map_init()
755 ASSERT((cur_offset + dep_offset) <= ps_dep_mngr_state->i4_num_horz_units); in ihevce_dmgr_chk_row_row_sync()
820 ASSERT(cur_offset <= ps_dep_mngr_state->i4_num_horz_units); in ihevce_dmgr_set_row_row_sync()
851 if(cur_offset == ps_dep_mngr_state->i4_num_horz_units) in ihevce_dmgr_set_row_row_sync()
1073 i4_tile_wd = ps_dep_mngr_state->i4_num_horz_units - ps_dep_mngr_state->ai4_tile_xtra_ctb[1] - in ihevce_dmgr_map_chk_sync()
1079 i4_stride = ps_dep_mngr_state->i4_num_horz_units; in ihevce_dmgr_map_chk_sync()
1186 (ps_dep_mngr_state->i4_num_horz_units - ps_dep_mngr_state->ai4_tile_xtra_ctb[1])); in ihevce_dmgr_map_set_sync()
[all …]
Dihevce_dep_mngr_private.h79 WORD32 i4_num_horz_units; member