HomeSort by relevance Sort by last modified time
    Searched refs:ps_tile (Results 1 - 9 of 9) sorted by null

  /external/libhevc/decoder/
ihevcd_process_slice.c 111 tile_t *ps_tile = ps_proc->ps_tile; local
137 idx = MIN(x_pos, (ps_tile->u2_wd - 1));
141 idx += ps_tile->u1_pos_x;
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1;
249 tile_t *ps_tile = ps_proc->ps_tile; local
262 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb)
317 tile_t *ps_tile = ps_proc->ps_tile; local
457 tile_t *ps_tile; local
585 tile_t *ps_tile = ps_proc->ps_tile; local
1332 tile_t *ps_tile; local
1382 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_parse_slice.c 2296 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_structs.h 260 tile_t *ps_tile; member in struct:__anon24990
335 tile_t *ps_tile; member in struct:__anon24991
563 tile_t *ps_tile; member in struct:__anon24993
824 tile_t *ps_tile; member in struct:__anon24995
1217 tile_t *ps_tile; member in struct:__anon24996
2001 tile_t *ps_tile; member in struct:_codec_t
    [all...]
ihevcd_get_mv.c 114 tile_t *ps_tile; local
138 ps_tile = ps_mv_ctxt->ps_tile;
204 if(((ps_tile->u1_pos_x) == (ps_mv_ctxt->i4_ctb_x)) && (ps_mv_ctxt->i4_ctb_x != 0))
233 if(((ps_tile->u1_pos_y) == (ps_mv_ctxt->i4_ctb_y)) && (ps_mv_ctxt->i4_ctb_y != 0))
ihevcd_sao.c 538 tile_t *ps_tile; local
586 ps_tile = ps_sao_ctxt->ps_tile;
    [all...]
ihevcd_parse_headers.c 1963 tile_t *ps_tile; local
1998 tile_t *ps_tile; local
    [all...]
ihevcd_utils.c 373 ps_tile_tmp = ps_pps->ps_tile;
385 ps_tile_tmp = ps_pps->ps_tile + i; //* ps_pps->i1_num_tile_rows;
393 ps_tile_next_tmp = ps_pps->ps_tile + i + 1;
407 ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->i1_num_tile_columns;
415 ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->i1_num_tile_columns);
    [all...]
ihevcd_api.c 1581 tile_t *ps_tile = ps_codec->ps_tile; local
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2538 tile_t *ps_tile; member in struct:__anon24888
    [all...]

Completed in 253 milliseconds