Home
last modified time | relevance | path

Searched refs:i2_ctb_x (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c296 ps_slice_hdr_next->i2_ctb_x = 0; in ihevcd_parse_slice_header()
829 ps_slice_hdr_next->i2_ctb_x = 0; in ihevcd_parse_slice_header()
1049 ps_slice_hdr->i2_ctb_x = slice_address % ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
1054 ps_slice_hdr->i2_independent_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_header()
1060 ps_slice_hdr->i2_ctb_x = 0; in ihevcd_parse_slice_header()
1078 ps_slice_hdr_prev->i2_ctb_x = 0; in ihevcd_parse_slice_header()
1086 if((ps_slice_hdr->i2_ctb_x == 0) && in ihevcd_parse_slice_header()
1089 ps_slice_hdr->i2_ctb_x++; in ihevcd_parse_slice_header()
Dihevcd_process_slice.c229 if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x) in ihevcd_slice_hdr_update()
261 …slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_ctb_pos_update()
273 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x) in ihevcd_ctb_pos_update()
284 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x); in ihevcd_ctb_pos_update()
335 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd; in ihevcd_ctb_avail_update()
337 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x)))) in ihevcd_ctb_avail_update()
342 …slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_ctb_avail_update()
1428 …slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x + (ps_slice_hdr->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb); in ihevcd_init_proc_ctxt()
1435 …if(((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x) && (ps_slice_hdr->i2_ctb_y != ps_tile->u1_pos_y)… in ihevcd_init_proc_ctxt()
1441 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd; in ihevcd_init_proc_ctxt()
[all …]
Dihevcd_decode.c606 WORD32 next_slice_addr = ps_slice_hdr_next->i2_ctb_x + in ihevcd_decode()
668 ps_slice_hdr_next->i2_ctb_x = 0; in ihevcd_decode()
741 ps_slice_hdr_next->i2_ctb_x = -1; in ihevcd_decode()
777 s_job.i2_ctb_x = 0; in ihevcd_decode()
806 ps_proc->i4_ctb_x = s_job.i2_ctb_x; in ihevcd_decode()
Dihevcd_parse_slice.c2335 ps_codec->s_parse.i4_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_data()
2543 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x in ihevcd_parse_slice_data()
2553 …if(!(((ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd) % ps_sps->i2_pic_wd_in_ctb) == ps_tile->u1_po… in ihevcd_parse_slice_data()
2558 if(ps_slice_hdr->i2_ctb_x > ps_tile->u1_pos_x) in ihevcd_parse_slice_data()
2606 s_job.i2_ctb_x = (WORD16)ps_codec->s_parse.i4_ctb_x; in ihevcd_parse_slice_data()
2988 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x in ihevcd_parse_slice_data()
3304 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x in ihevcd_parse_slice_data()
3381 WORD32 next_slice_addr = ps_slice_hdr_next->i2_ctb_x + in ihevcd_parse_slice_data()
Dihevcd_utils.c871 ps_slice_hdr_tmp->i2_ctb_x = -1; in ihevcd_parse_pic_init()
1313 s_job.i2_ctb_x = 0; in ihevcd_parse_pic_init()
Dihevcd_structs.h143 WORD16 i2_ctb_x; member
/external/libhevc/common/
Dihevc_structs.h3128 WORD16 i2_ctb_x; member