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

  /external/libhevc/decoder/
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 1763 tile_t *ps_tile; local
1798 tile_t *ps_tile; local
    [all...]
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
1311 tile_t *ps_tile; local
1361 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_api.c 2655 tile_t *ps_tile = ps_codec->ps_tile; local
    [all...]
ihevcd_sao.c 538 tile_t *ps_tile; local
585 ps_tile = ps_sao_ctxt->ps_tile;
    [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:__anon7547
335 tile_t *ps_tile; member in struct:__anon7548
563 tile_t *ps_tile; member in struct:__anon7550
824 tile_t *ps_tile; member in struct:__anon7552
1214 tile_t *ps_tile; member in struct:__anon7553
2007 tile_t *ps_tile; member in struct:_codec_t
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2024 tile_t *ps_tile; member in struct:__anon7432
    [all...]

Completed in 57 milliseconds