Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_process_slice.c417 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_ctb_avail_update()
465 if((ps_proc->i4_ctb_tile_y + 1) == ps_tile->u2_ht) 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()
1335 if(ps_proc->i4_ctb_tile_y == ps_tile->u2_ht) in ihevcd_process()
1342 …if(!((ps_tile->u2_ht + ps_tile->u1_pos_y == ps_sps->i2_pic_ht_in_ctb) && (ps_tile->u2_wd + ps_ti… in ihevcd_process()
Dihevcd_parse_slice.c2649 if((ps_codec->s_parse.i4_ctb_tile_y + 1) == ps_tile->u2_ht) in ihevcd_parse_slice_data()
2681 if(ps_tile->u2_ht == (ps_codec->s_parse.i4_ctb_tile_y + 1)) in ihevcd_parse_slice_data()
2684 …ile->u2_wd + ps_tile->u1_pos_x == ps_sps->i2_pic_wd_in_ctb) && ((ps_tile->u2_ht + ps_tile->u1_pos_… in ihevcd_parse_slice_data()
2711 if(ps_tile->u2_ht == (ps_codec->s_parse.i4_ctb_tile_y + 1)) in ihevcd_parse_slice_data()
2714 …ile->u2_wd + ps_tile->u1_pos_x == ps_sps->i2_pic_wd_in_ctb) && ((ps_tile->u2_ht + ps_tile->u1_pos_… in ihevcd_parse_slice_data()
2735 if(ps_tile->u2_ht == (ps_codec->s_parse.i4_ctb_tile_y + 1)) in ihevcd_parse_slice_data()
2738 …ile->u2_wd + ps_tile->u1_pos_x == ps_sps->i2_pic_wd_in_ctb) && ((ps_tile->u2_ht + ps_tile->u1_pos_… in ihevcd_parse_slice_data()
3181 if(ps_codec->s_parse.i4_ctb_tile_y == (ps_tile->u2_ht)) in ihevcd_parse_slice_data()
3188 …if((ps_tile->u2_ht + ps_tile->u1_pos_y == ps_sps->i2_pic_ht_in_ctb) && (ps_tile->u2_wd + ps_tile… in ihevcd_parse_slice_data()
Dihevcd_parse_headers.c1827 ps_tile->u2_ht = value; in ihevcd_parse_pps()
1853 ps_pps->ps_tile->u2_ht = ps_sps->i2_pic_ht_in_ctb; in ihevcd_parse_pps()
/external/libhevc/common/
Dihevc_structs.h969 UWORD16 u2_ht; member