Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h630 const int sqr_bsize_idx = get_sqr_bsize_idx(bsize); in get_partition_subsize() local
631 return sqr_bsize_idx >= SQR_BLOCK_SIZES in get_partition_subsize()
633 : subsize_lookup[partition][sqr_bsize_idx]; in get_partition_subsize()