Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c233 ps_proc->i4_ctb_slice_y = 0; in ihevcd_slice_hdr_update()
275 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
285 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
295 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
303 ps_proc->i4_ctb_slice_y++; in ihevcd_ctb_pos_update()
374 if((0 == ps_proc->i4_ctb_slice_y) || (0 == ps_proc->i4_ctb_tile_y)) in ihevcd_ctb_avail_update()
386 if((0 == ps_proc->i4_ctb_slice_y) || (0 == ps_proc->i4_ctb_tile_y)) in ihevcd_ctb_avail_update()
399 else if((1 == ps_proc->i4_ctb_slice_y) && (0 == ps_proc->i4_ctb_slice_x)) in ihevcd_ctb_avail_update()
553 nxt_ctb_slice_y = ps_proc->i4_ctb_slice_y; in ihevcd_process()
560 ps_proc->i4_ctb_slice_y = nxt_ctb_slice_y; in ihevcd_process()
[all …]
Dihevcd_parse_slice.c1239 ((0 != ps_codec->s_parse.i4_ctb_slice_y) && in ihevcd_parse_coding_unit()
1255 … (((0 != ps_codec->s_parse.i4_ctb_slice_x) || (0 != ps_codec->s_parse.i4_ctb_slice_y)) && in ihevcd_parse_coding_unit()
1725 ((0 != ps_codec->s_parse.i4_ctb_slice_y) && in ihevcd_parse_coding_quadtree()
1744 … (((0 != ps_codec->s_parse.i4_ctb_slice_x) || (0 != ps_codec->s_parse.i4_ctb_slice_y)) && in ihevcd_parse_coding_quadtree()
1985 if(((0 != ps_codec->s_parse.i4_ctb_slice_x) || (0 != ps_codec->s_parse.i4_ctb_slice_y)) && in ihevcd_parse_sao()
1999 if((ps_codec->s_parse.i4_ctb_slice_y > 0) && (ps_codec->s_parse.i4_ctb_tile_y > 0)) in ihevcd_parse_sao()
2250 ps_codec->s_parse.i4_ctb_slice_y = 0; in ihevcd_parse_slice_data()
2257 ps_codec->s_parse.i4_ctb_slice_y = 0; in ihevcd_parse_slice_data()
2299 if((0 == ps_codec->s_parse.i4_ctb_slice_x) || (0 == ps_codec->s_parse.i4_ctb_slice_y)) in ihevcd_parse_slice_data()
2398 … && (!((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
1209 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()