Lines Matching refs:blk_row
1206 static inline int av1_get_txb_size_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txb_size_index() argument
1218 ((blk_row >> tw_h_log2_table[bsize]) << stride_log2_table[bsize]) + in av1_get_txb_size_index()
1236 static inline int av1_get_txk_type_index(BLOCK_SIZE bsize, int blk_row, in av1_get_txk_type_index() argument
1248 ((blk_row >> tw_h_log2_table[bsize]) << stride_log2_table[bsize]) + in av1_get_txk_type_index()
1255 static inline void update_txk_array(MACROBLOCKD *const xd, int blk_row, in update_txk_array() argument
1259 xd->tx_type_map[blk_row * stride + blk_col] = tx_type; in update_txk_array()
1272 xd->tx_type_map[(blk_row + idy) * stride + blk_col + idx] = tx_type; in update_txk_array()
1279 PLANE_TYPE plane_type, int blk_row, in av1_get_tx_type() argument
1289 tx_type = xd->tx_type_map[blk_row * xd->tx_type_map_stride + blk_col]; in av1_get_tx_type()
1294 blk_row <<= pd->subsampling_y; in av1_get_tx_type()
1296 tx_type = xd->tx_type_map[blk_row * xd->tx_type_map_stride + blk_col]; in av1_get_tx_type()
1398 int blk_row, int blk_col,