Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice_header.c291 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
772 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
975 ps_slice_hdr->i2_ctb_y = slice_address / ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
980 ps_slice_hdr->i2_independent_ctb_y = ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_header()
986 ps_slice_hdr->i2_ctb_y = 0; in ihevcd_parse_slice_header()
1003 ps_slice_hdr_prev->i2_ctb_y = 0; in ihevcd_parse_slice_header()
1011 (ps_slice_hdr->i2_ctb_y == 0)) in ihevcd_parse_slice_header()
Dihevcd_decode.c561 … ps_slice_hdr_next->i2_ctb_y * ps_codec->s_parse.ps_sps->i2_pic_wd_in_ctb; in ihevcd_decode()
623 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_decode()
725 s_job.i2_ctb_y = i; in ihevcd_decode()
754 ps_proc->i4_ctb_y = s_job.i2_ctb_y; in ihevcd_decode()
772 … num_rows = MIN(num_rows, (ps_codec->i4_disp_ht - (s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size))); in ihevcd_decode()
780 s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size, in ihevcd_decode()
Dihevcd_process_slice.c230 && (ps_slice_hdr_next->i2_ctb_y == ps_proc->i4_ctb_y)) 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()
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()
1409 …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()
1416 …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()
1590 ps_proc->i4_ctb_y = s_job.i2_ctb_y; in ihevcd_process_thread()
1616 … num_rows = MIN(num_rows, (ps_codec->i4_disp_ht - (s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size))); in ihevcd_process_thread()
1622 s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size, num_rows); in ihevcd_process_thread()
Dihevcd_parse_slice.c2219 ps_codec->s_parse.i4_ctb_y = ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_data()
2418 + ps_slice_hdr->i2_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()
2426 ps_codec->s_parse.i4_ctb_slice_y = ps_tile->u1_pos_y - ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_data()
2429 if(ps_slice_hdr->i2_ctb_y <= ps_tile->u1_pos_y) in ihevcd_parse_slice_data()
2474 s_job.i2_ctb_y = (WORD16)ps_codec->s_parse.i4_ctb_y; in ihevcd_parse_slice_data()
2845 + ps_slice_hdr->i2_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()
3144 + ps_slice_hdr->i2_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()
3221 ps_slice_hdr_next->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_data()
Dihevcd_utils.c727 ps_slice_hdr_tmp->i2_ctb_y = -1; in ihevcd_parse_pic_init()
1148 s_job.i2_ctb_y = i; in ihevcd_parse_pic_init()
Dihevcd_structs.h149 WORD16 i2_ctb_y; member
/external/libhevc/common/
Dihevc_structs.h2995 WORD16 i2_ctb_y; member