Home
last modified time | relevance | path

Searched refs:i4_ctb_tile_y (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_process_slice.c365 if((0 == ps_proc->i4_ctb_y) || (0 == ps_proc->i4_ctb_tile_y)) in ihevcd_ctb_avail_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()
419 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_ctb_avail_update()
422 …if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4… in ihevcd_ctb_avail_update()
434 …next_ctb_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_… in ihevcd_ctb_avail_update()
467 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_update_ctb_tu_cnt()
470 …if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->i2_pic_ht_in_ctb) && ((ps_proc->i4… in ihevcd_update_ctb_tu_cnt()
482 …next_ctb_tu_idx = ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + … in ihevcd_update_ctb_tu_cnt()
493 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_update_ctb_tu_cnt()
[all …]
Dihevcd_parse_slice.c1253 (0 != ps_codec->s_parse.i4_ctb_tile_y))) in ihevcd_parse_coding_unit()
1740 (0 != ps_codec->s_parse.i4_ctb_tile_y))) in ihevcd_parse_coding_quadtree()
2024 if((ps_codec->s_parse.i4_ctb_slice_y > 0) && (ps_codec->s_parse.i4_ctb_tile_y > 0)) in ihevcd_parse_sao()
2347 &ps_codec->s_parse.i4_ctb_tile_y, 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()
2389 ps_codec->s_parse.i4_ctb_tile_y = 0; in ihevcd_parse_slice_data()
2464 …slice_flag) && ((0 == ps_codec->s_parse.i4_ctb_tile_x) && (0 == ps_codec->s_parse.i4_ctb_tile_y)))) in ihevcd_parse_slice_data()
2473 …ice_flag) && (!((ps_codec->s_parse.i4_ctb_tile_x == 0) && (ps_codec->s_parse.i4_ctb_tile_y == 0)))) 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()
2533 &ps_codec->s_parse.i4_ctb_tile_y, in ihevcd_parse_slice_data()
[all …]
Dihevcd_structs.h367 WORD32 i4_ctb_tile_y; member
808 WORD32 i4_ctb_tile_y; member
1201 WORD32 i4_ctb_tile_y; member
Dihevcd_boundary_strength.c411 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_y) in ihevcd_ctb_boundary_strength_islice()
966 if((0 == i1_loop_filter_across_tiles_enabled_flag && 0 == ps_bs_ctxt->i4_ctb_tile_y) in ihevcd_ctb_boundary_strength_pbslice()