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;
247 tile_t *ps_tile = ps_proc->ps_tile; local
260 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb)
315 tile_t *ps_tile = ps_proc->ps_tile; local
455 tile_t *ps_tile; local
583 tile_t *ps_tile = ps_proc->ps_tile; local
1315 tile_t *ps_tile; local
1365 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_parse_slice.c 2179 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_structs.h 260 tile_t *ps_tile; member in struct:__anon15798
335 tile_t *ps_tile; member in struct:__anon15799
563 tile_t *ps_tile; member in struct:__anon15801
824 tile_t *ps_tile; member in struct:__anon15803
1214 tile_t *ps_tile; member in struct:__anon15804
1995 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_parse_headers.c 1758 tile_t *ps_tile; local
1793 tile_t *ps_tile; local
    [all...]
ihevcd_sao.c 538 tile_t *ps_tile; local
585 ps_tile = ps_sao_ctxt->ps_tile;
    [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 1549 tile_t *ps_tile = ps_codec->ps_tile; local
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2538 tile_t *ps_tile; member in struct:__anon15698
    [all...]

Completed in 2719 milliseconds