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;
771 ps_slice_hdr_next->i2_ctb_x = 0;
    [all...]
ihevcd_process_slice.c 229 if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x)
261 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb);
273 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x)
284 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x);
335 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd;
337 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x))))
342 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 560 WORD32 next_slice_addr = ps_slice_hdr_next->i2_ctb_x +
622 ps_slice_hdr_next->i2_ctb_x = 0;
724 s_job.i2_ctb_x = 0;
753 ps_proc->i4_ctb_x = s_job.i2_ctb_x;
ihevcd_structs.h 143 WORD16 i2_ctb_x; member in struct:__anon15180
    [all...]
ihevcd_parse_slice.c     [all...]
ihevcd_utils.c 726 ps_slice_hdr_tmp->i2_ctb_x = -1;
    [all...]
  /external/libhevc/common/
ihevc_structs.h 2990 WORD16 i2_ctb_x; member in struct:__anon15081
    [all...]

Completed in 8968 milliseconds