Home
last modified time | relevance | path

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

/external/libhevc/common/
Dihevc_defs.h298 #define MIN_TILE_WD MAX_CTB_SIZE macro
/external/libhevc/decoder/
Dihevcd_parse_headers.c2225 WORD32 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_parse_pps()
2433 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_copy_pps()
Dihevcd_api.c1504 max_tile_cols = (wd + MIN_TILE_WD - 1) / MIN_TILE_WD; in ihevcd_allocate_dynamic_bufs()