Home
last modified time | relevance | path

Searched refs:i4_ctb_slice_y (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/decoder/
Dihevcd_process_slice.c235 ps_proc->i4_ctb_slice_y = 0; in ihevcd_slice_hdr_update()
277 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
287 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
297 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
305 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
376 if((0 == ps_proc->i4_ctb_slice_y) || (0 == ps_proc->i4_ctb_tile_y)) in ihevcd_ctb_avail_update()
388 if((0 == ps_proc->i4_ctb_slice_y) || (0 == ps_proc->i4_ctb_tile_y)) in ihevcd_ctb_avail_update()
401 else if((1 == ps_proc->i4_ctb_slice_y) && (0 == ps_proc->i4_ctb_slice_x)) in ihevcd_ctb_avail_update()
555 nxt_ctb_slice_y = ps_proc->i4_ctb_slice_y; in ihevcd_process()
562 ps_proc->i4_ctb_slice_y = nxt_ctb_slice_y; in ihevcd_process()
[all …]
Dihevcd_parse_slice.c1252 ((0 != ps_codec->s_parse.i4_ctb_slice_y) && in ihevcd_parse_coding_unit()
1268 … (((0 != ps_codec->s_parse.i4_ctb_slice_x) || (0 != ps_codec->s_parse.i4_ctb_slice_y)) && in ihevcd_parse_coding_unit()
1739 ((0 != ps_codec->s_parse.i4_ctb_slice_y) && in ihevcd_parse_coding_quadtree()
1758 … (((0 != ps_codec->s_parse.i4_ctb_slice_x) || (0 != ps_codec->s_parse.i4_ctb_slice_y)) && in ihevcd_parse_coding_quadtree()
2010 if(((0 != ps_codec->s_parse.i4_ctb_slice_x) || (0 != ps_codec->s_parse.i4_ctb_slice_y)) && in ihevcd_parse_sao()
2024 if((ps_codec->s_parse.i4_ctb_slice_y > 0) && (ps_codec->s_parse.i4_ctb_tile_y > 0)) in ihevcd_parse_sao()
2367 ps_codec->s_parse.i4_ctb_slice_y = 0; in ihevcd_parse_slice_data()
2374 ps_codec->s_parse.i4_ctb_slice_y = 0; in ihevcd_parse_slice_data()
2416 if((0 == ps_codec->s_parse.i4_ctb_slice_x) || (0 == ps_codec->s_parse.i4_ctb_slice_y)) in ihevcd_parse_slice_data()
2524 … && (!((0 == ps_codec->s_parse.i4_ctb_slice_x) && (0 == ps_codec->s_parse.i4_ctb_slice_y)))) in ihevcd_parse_slice_data()
[all …]
Dihevcd_structs.h378 WORD32 i4_ctb_slice_y; member
819 WORD32 i4_ctb_slice_y; member
1212 WORD32 i4_ctb_slice_y; member
Dihevcd_boundary_strength.c364 …cross_slices_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_slice_x && 0 == ps_bs_ctxt->i4_ctb_slice_y) || in ihevcd_ctb_boundary_strength_islice()
391 … ((slice_idx != left_slice_idx) && 0 == ps_bs_ctxt->i4_ctb_slice_y) || in ihevcd_ctb_boundary_strength_islice()
920 …cross_slices_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_slice_x && 0 == ps_bs_ctxt->i4_ctb_slice_y) || in ihevcd_ctb_boundary_strength_pbslice()
948 … (0 == ps_bs_ctxt->i4_ctb_slice_x && 0 == ps_bs_ctxt->i4_ctb_slice_y) || in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_intra_pred_mode_prediction.c163 …_pos_x) && (((0 == ps_codec->s_parse.i4_ctb_slice_x) && (0 == ps_codec->s_parse.i4_ctb_slice_y)) || in ihevcd_intra_pred_mode_prediction()
/external/libhevc/encoder/
Dihevce_entropy_structs.h177 WORD32 i4_ctb_slice_y; member