Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c136 x_pos = (ps_proc->i4_ctb_tile_x + nctb); in ihevcd_proc_map_check()
157 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
166 x_pos = ps_tile->u1_pos_x + ps_proc->i4_ctb_tile_x - 1; in ihevcd_proc_map_check()
253 ps_proc->i4_ctb_tile_x += nctb; in ihevcd_ctb_pos_update()
372 if((0 == ps_proc->i4_ctb_x) || (0 == ps_proc->i4_ctb_tile_x)) in ihevcd_ctb_avail_update()
407 …c->i4_ctb_x == (ps_sps->i2_pic_wd_in_ctb - 1)) || ((ps_tile->u2_wd - 1) == ps_proc->i4_ctb_tile_x)) in ihevcd_ctb_avail_update()
417 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1)) in ihevcd_ctb_avail_update()
422 …y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile-… in ihevcd_ctb_avail_update()
465 if(ps_tile->u2_wd == (ps_proc->i4_ctb_tile_x + 1)) in ihevcd_update_ctb_tu_cnt()
470 …y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile-… in ihevcd_update_ctb_tu_cnt()
[all …]
Dihevcd_boundary_strength.c363 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_x) || in ihevcd_ctb_boundary_strength_islice()
373 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_x)) in ihevcd_ctb_boundary_strength_islice()
392 … ((0 == ps_bs_ctxt->i4_ctb_tile_x) && (slice_idx != left_slice_idx)))) || in ihevcd_ctb_boundary_strength_islice()
919 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_x) || in ihevcd_ctb_boundary_strength_pbslice()
928 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_x)) in ihevcd_ctb_boundary_strength_pbslice()
949 …((0 == ps_bs_ctxt->i4_ctb_tile_x) && (slice_idx != left_slice_idx)))) || (0 == ps_bs_ctxt->i4_ctb_… in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_parse_slice.c1269 (0 != ps_codec->s_parse.i4_ctb_tile_x))) in ihevcd_parse_coding_unit()
1759 (0 != ps_codec->s_parse.i4_ctb_tile_x))) in ihevcd_parse_coding_quadtree()
2011 (0 != ps_codec->s_parse.i4_ctb_tile_x)) in ihevcd_parse_sao()
2346 &ps_codec->s_parse.i4_ctb_tile_x, in ihevcd_parse_slice_data()
2364 if((0 == ps_codec->s_parse.i4_ctb_tile_x) && (0 == ps_codec->s_parse.i4_ctb_tile_y)) in ihevcd_parse_slice_data()
2388 ps_codec->s_parse.i4_ctb_tile_x = 0; in ihevcd_parse_slice_data()
2464 …== ps_slice_hdr->i1_dependent_slice_flag) && ((0 == ps_codec->s_parse.i4_ctb_tile_x) && (0 == ps_c… in ihevcd_parse_slice_data()
2473 …if((1 == ps_slice_hdr->i1_dependent_slice_flag) && (!((ps_codec->s_parse.i4_ctb_tile_x == 0) && (p… in ihevcd_parse_slice_data()
2522 if(((0 == ps_codec->s_parse.i4_ctb_tile_x) && (0 == ps_codec->s_parse.i4_ctb_tile_y)) in ihevcd_parse_slice_data()
2532 &ps_codec->s_parse.i4_ctb_tile_x, in ihevcd_parse_slice_data()
[all …]
Dihevcd_structs.h361 WORD32 i4_ctb_tile_x; member
802 WORD32 i4_ctb_tile_x; member
1195 WORD32 i4_ctb_tile_x; member
Dihevcd_intra_pred_mode_prediction.c164 (0 == ps_codec->s_parse.i4_ctb_tile_x))) in ihevcd_intra_pred_mode_prediction()