Searched refs:ss_size_lookup (Results 1 – 4 of 4) sorted by relevance
34 extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
272 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss]; in get_uv_tx_size_impl()285 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y]; in get_plane_block_size()
125 const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2] = { variable
420 uv_subsize = ss_size_lookup[subsize][cm->subsampling_x][cm->subsampling_y]; in decode_partition()