Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h35 extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
Dvp9_blockd.h240 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss]; in get_uv_tx_size_impl()
253 return ss_size_lookup[bsize][pd->subsampling_x][pd->subsampling_y]; in get_plane_block_size()
Dvp9_common_data.c123 const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2] = { variable
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c831 ss_size_lookup[bsize][cm->subsampling_x][cm->subsampling_y]; in decode_block()