Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h306 const int tx_cols_log2 = bwl - tx_size; in txfrm_block_to_raster_xy() local
307 const int tx_cols = 1 << tx_cols_log2; in txfrm_block_to_raster_xy()
310 *y = (raster_mb >> tx_cols_log2) << tx_size; in txfrm_block_to_raster_xy()