Searched defs:y_tx_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h277 static INLINE TX_SIZE get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize, argument
283 return MIN(y_tx_size, max_txsize_lookup[plane_bsize]);

Completed in 238 milliseconds