Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_utils.c456 tile_t *ps_tile_tmp; in ihevcd_get_tile_pos() local
471 ps_tile_tmp = ps_pps->ps_tile; in ihevcd_get_tile_pos()
483 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows; in ihevcd_get_tile_pos()
494 if((ctb_x >= ps_tile_tmp->u1_pos_x) && (ctb_x < next_tile_ctb_x)) in ihevcd_get_tile_pos()
500 *pi4_ctb_tile_x = ctb_x - ps_tile_tmp->u1_pos_x; in ihevcd_get_tile_pos()
505 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns; in ihevcd_get_tile_pos()
516 if((ctb_y >= ps_tile_tmp->u1_pos_y) && (ctb_y < next_tile_ctb_y)) in ihevcd_get_tile_pos()
523 *pi4_ctb_tile_y = ctb_y - ps_tile_tmp->u1_pos_y; in ihevcd_get_tile_pos()