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_api.c 1581 tile_t *ps_tile = ps_codec->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;
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
1317 tile_t *ps_tile; local
1367 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_parse_headers.c 1926 tile_t *ps_tile; local
1961 tile_t *ps_tile; local
    [all...]
ihevcd_sao.c 538 tile_t *ps_tile; local
586 ps_tile = ps_sao_ctxt->ps_tile;
    [all...]
ihevcd_parse_slice.c 2204 tile_t *ps_tile, *ps_tile_prev; local
    [all...]
ihevcd_structs.h 260 tile_t *ps_tile; member in struct:__anon23325
335 tile_t *ps_tile; member in struct:__anon23326
563 tile_t *ps_tile; member in struct:__anon23328
824 tile_t *ps_tile; member in struct:__anon23330
1217 tile_t *ps_tile; member in struct:__anon23331
2001 tile_t *ps_tile; member in struct:_codec_t
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2538 tile_t *ps_tile; member in struct:__anon23223
    [all...]

Completed in 101 milliseconds