Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_decode.c603 … ps_slice_hdr_next->i2_ctb_y * ps_codec->s_parse.ps_sps->i2_pic_wd_in_ctb; in ihevcd_decode()
665 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_decode()
738 ps_slice_hdr_next->i2_ctb_y = -1; in ihevcd_decode()
774 s_job.i2_ctb_y = i; in ihevcd_decode()
803 ps_proc->i4_ctb_y = s_job.i2_ctb_y; in ihevcd_decode()
821 … num_rows = MIN(num_rows, (ps_codec->i4_disp_ht - (s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size))); in ihevcd_decode()
829 s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size, in ihevcd_decode()
Dihevcd_parse_slice_header.c293 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
779 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_slice_header()
989 ps_slice_hdr->i2_ctb_y = slice_address / ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_header()
994 ps_slice_hdr->i2_independent_ctb_y = ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_header()
1000 ps_slice_hdr->i2_ctb_y = 0; in ihevcd_parse_slice_header()
1018 ps_slice_hdr_prev->i2_ctb_y = 0; in ihevcd_parse_slice_header()
1026 (ps_slice_hdr->i2_ctb_y == 0)) in ihevcd_parse_slice_header()
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()
1424 …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()
1431 …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()
1605 ps_proc->i4_ctb_y = s_job.i2_ctb_y; in ihevcd_process_thread()
1631 … 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()
1637 s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size, num_rows); in ihevcd_process_thread()
Dihevcd_parse_slice.c2336 ps_codec->s_parse.i4_ctb_y = ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_data()
2544 + ps_slice_hdr->i2_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()
2552 ps_codec->s_parse.i4_ctb_slice_y = ps_tile->u1_pos_y - ps_slice_hdr->i2_ctb_y; in ihevcd_parse_slice_data()
2555 if(ps_slice_hdr->i2_ctb_y <= ps_tile->u1_pos_y) in ihevcd_parse_slice_data()
2607 s_job.i2_ctb_y = (WORD16)ps_codec->s_parse.i4_ctb_y; in ihevcd_parse_slice_data()
2989 + ps_slice_hdr->i2_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()
3301 + ps_slice_hdr->i2_ctb_y * (ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_slice_data()
3378 ps_slice_hdr_next->i2_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_slice_data()
Dihevcd_utils.c872 ps_slice_hdr_tmp->i2_ctb_y = -1; in ihevcd_parse_pic_init()
1314 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