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.c363 if((0 == ps_proc->i4_ctb_y) || (0 == ps_proc->i4_ctb_tile_y)) in ihevcd_ctb_avail_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()
417 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_ctb_avail_update()
420 …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()
432 …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()
465 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_update_ctb_tu_cnt()
468 …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()
480 …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()
491 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_update_ctb_tu_cnt()
[all …]
Dihevcd_parse_slice.c1240 (0 != ps_codec->s_parse.i4_ctb_tile_y))) in ihevcd_parse_coding_unit()
1726 (0 != ps_codec->s_parse.i4_ctb_tile_y))) in ihevcd_parse_coding_quadtree()
1999 if((ps_codec->s_parse.i4_ctb_slice_y > 0) && (ps_codec->s_parse.i4_ctb_tile_y > 0)) in ihevcd_parse_sao()
2230 &ps_codec->s_parse.i4_ctb_tile_y, in ihevcd_parse_slice_data()
2247 if((0 == ps_codec->s_parse.i4_ctb_tile_x) && (0 == ps_codec->s_parse.i4_ctb_tile_y)) in ihevcd_parse_slice_data()
2272 ps_codec->s_parse.i4_ctb_tile_y = 0; in ihevcd_parse_slice_data()
2347 …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()
2354 …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()
2396 if(((0 == ps_codec->s_parse.i4_ctb_tile_x) && (0 == ps_codec->s_parse.i4_ctb_tile_y)) in ihevcd_parse_slice_data()
2407 &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
1198 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()