Home
last modified time | relevance | path

Searched refs:MIN_TILE_WD (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/common/
Dihevc_defs.h249 #define MIN_TILE_WD MIN_CTB_SIZE macro
/external/libhevc/decoder/
Dihevcd_api.c1837 max_tile_cols = (max_wd_luma + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_fill_num_mem_rec()
2592 max_tile_cols = (ps_codec->i4_max_wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_init_mem_rec()
Dihevcd_parse_headers.c1922 max_tile_cols = (ps_codec->i4_max_wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_copy_pps()