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

  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 290 ps_slice_hdr_next->i2_ctb_x = 0;
768 ps_slice_hdr_next->i2_ctb_x = 0;
    [all...]
ihevcd_process_slice.c 227 if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x)
259 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
271 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x)
282 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x);
333 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd;
335 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
340 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
    [all...]
ihevcd_decode.c 547 WORD32 next_slice_addr = ps_slice_hdr_next->i2_ctb_x +
591 ps_slice_hdr_next->i2_ctb_x = 0;
676 s_job.i2_ctb_x = 0;
705 ps_proc->i4_ctb_x = s_job.i2_ctb_x;
ihevcd_structs.h 143 WORD16 i2_ctb_x; member in struct:__anon27649
    [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_utils.c 807 ps_slice_hdr_tmp->i2_ctb_x = -1;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2752 WORD16 i2_ctb_x; member in struct:__anon27542
    [all...]

Completed in 46 milliseconds