HomeSort by relevance Sort by last modified time
    Searched full:u1_pos_x (Results 1 - 7 of 7) sorted by null

  /external/libhevc/decoder/
ihevcd_process_slice.c 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;
260 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
273 if(ps_proc->i4_ctb_slice_x >= (ps_tile->u2_wd + ps_tile->u1_pos_x))
283 if(ps_proc->i4_ctb_slice_x >= (temp_stride + ps_tile->u2_wd + ps_tile->u1_pos_x))
323 if((0 != ps_tile->u1_pos_x) && (0 != ps_tile->u1_pos_y))
334 if(!(((check_tile_wd >= ps_sps->i2_pic_wd_in_ctb) && (check_tile_wd % ps_sps->i2_pic_wd_in_ctb == ps_tile->u1_pos_x))
335 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
341 tile_start_ctb_idx = ps_tile->u1_pos_x + (ps_tile->u1_pos_y * ps_sps->i2_pic_wd_in_ctb)
    [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_sao.c     [all...]
ihevcd_utils.c 475 next_tile_ctb_x = ps_tile_next_tmp->u1_pos_x;
477 if((ctb_x >= ps_tile_tmp->u1_pos_x) && (ctb_x < next_tile_ctb_x))
483 *pi4_ctb_tile_x = ctb_x - ps_tile_tmp->u1_pos_x;
    [all...]
ihevcd_get_mv.c 204 if(((ps_tile->u1_pos_x) == (ps_mv_ctxt->i4_ctb_x)) && (ps_mv_ctxt->i4_ctb_x != 0))
ihevcd_parse_headers.c     [all...]
  /external/libhevc/common/
ihevc_structs.h 961 UWORD8 u1_pos_x; member in struct:__anon27524
    [all...]

Completed in 223 milliseconds