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.c290 ps_slice_hdr_next->i2_ctb_x = 0; in ihevcd_parse_slice_header()
771 ps_slice_hdr_next->i2_ctb_x = 0; in ihevcd_parse_slice_header()
974 ps_slice_hdr->i2_ctb_x = slice_address % ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
979 ps_slice_hdr->i2_independent_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_header()
985 ps_slice_hdr->i2_ctb_x = 0; in ihevcd_parse_slice_header()
1002 ps_slice_hdr_prev->i2_ctb_x = 0; in ihevcd_parse_slice_header()
1010 if((ps_slice_hdr->i2_ctb_x == 0) && in ihevcd_parse_slice_header()
1013 ps_slice_hdr->i2_ctb_x++; in ihevcd_parse_slice_header()
Dihevcd_process_slice.c227 if((ps_slice_hdr_next->i2_ctb_x == ps_proc->i4_ctb_x) in ihevcd_slice_hdr_update()
259 …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()
271 if(ps_proc->i4_ctb_x > ps_slice_hdr->i2_ctb_x) in ihevcd_ctb_pos_update()
282 WORD32 temp_stride = (ps_sps->i2_pic_wd_in_ctb - ps_slice_hdr->i2_ctb_x); in ihevcd_ctb_pos_update()
333 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd; in ihevcd_ctb_avail_update()
335 || ((ps_slice_hdr->i2_ctb_x == ps_tile->u1_pos_x)))) in ihevcd_ctb_avail_update()
340 …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()
1407 …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()
1414 …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()
1420 check_tile_wd = ps_slice_hdr->i2_ctb_x + ps_tile_prev->u2_wd; in ihevcd_init_proc_ctxt()
[all …]
Dihevcd_decode.c560 WORD32 next_slice_addr = ps_slice_hdr_next->i2_ctb_x + in ihevcd_decode()
622 ps_slice_hdr_next->i2_ctb_x = 0; in ihevcd_decode()
724 s_job.i2_ctb_x = 0; in ihevcd_decode()
753 ps_proc->i4_ctb_x = s_job.i2_ctb_x; in ihevcd_decode()
Dihevcd_parse_slice.c2218 ps_codec->s_parse.i4_ctb_x = ps_slice_hdr->i2_ctb_x; in ihevcd_parse_slice_data()
2417 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x in ihevcd_parse_slice_data()
2427 …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()
2432 if(ps_slice_hdr->i2_ctb_x > ps_tile->u1_pos_x) in ihevcd_parse_slice_data()
2473 s_job.i2_ctb_x = (WORD16)ps_codec->s_parse.i4_ctb_x; in ihevcd_parse_slice_data()
2844 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x in ihevcd_parse_slice_data()
3142 slice_start_ctb_idx = ps_slice_hdr->i2_ctb_x in ihevcd_parse_slice_data()
3219 WORD32 next_slice_addr = ps_slice_hdr_next->i2_ctb_x + in ihevcd_parse_slice_data()
Dihevcd_utils.c726 ps_slice_hdr_tmp->i2_ctb_x = -1; in ihevcd_parse_pic_init()
1147 s_job.i2_ctb_x = 0; in ihevcd_parse_pic_init()
Dihevcd_structs.h143 WORD16 i2_ctb_x; member
/external/libhevc/common/
Dihevc_structs.h2990 WORD16 i2_ctb_x; member