Searched refs:cur_tile_col (Results 1 – 3 of 3) sorted by relevance
/external/libhevc/encoder/ |
D | ihevce_dep_mngr.c | 736 WORD32 cur_tile_col, in ihevce_dmgr_chk_row_row_sync() argument 748 ASSERT(cur_tile_col >= 0); in ihevce_dmgr_chk_row_row_sync() 749 ASSERT(cur_tile_col < ps_dep_mngr_state->i4_num_tile_cols); in ihevce_dmgr_chk_row_row_sync() 752 (cur_tile_col * ps_dep_mngr_state->i4_num_vert_units) + dep_row; in ihevce_dmgr_chk_row_row_sync() 808 void *pv_dep_mngr_state, WORD32 cur_offset, WORD32 cur_row, WORD32 cur_tile_col) in ihevce_dmgr_set_row_row_sync() argument 822 ASSERT(cur_tile_col >= 0); in ihevce_dmgr_set_row_row_sync() 823 ASSERT(cur_tile_col < ps_dep_mngr_state->i4_num_tile_cols); in ihevce_dmgr_set_row_row_sync() 828 (cur_tile_col * ps_dep_mngr_state->i4_num_vert_units) + cur_row; in ihevce_dmgr_set_row_row_sync()
|
D | ihevce_dep_mngr_interface.h | 156 WORD32 cur_tile_col, 160 void *pv_dep_mngr_state, WORD32 cur_offset, WORD32 cur_row, WORD32 cur_tile_col);
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1789 int cur_tile_col) { in recon_tile_row() argument 1810 ((cur_sb_row - 1) * tile_cols) + cur_tile_col); in recon_tile_row() 1848 (cur_sb_row * tile_cols) + cur_tile_col); in recon_tile_row() 1853 int mi_row, int cur_tile_col, uint8_t **data_end) { in parse_tile_row() argument 1858 TileBuffer *const buf = &pbi->tile_buffers[cur_tile_col]; in parse_tile_row() 1862 vp9_tile_init(tile, cm, 0, cur_tile_col); in parse_tile_row()
|