Lines Matching refs:blk_col
207 int blk_row, int blk_col, in update_txfm_count() argument
213 int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in update_txfm_count()
216 const int txb_size_index = av1_get_txb_size_index(bsize, blk_row, blk_col); in update_txfm_count()
219 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in update_txfm_count()
225 txfm_partition_update(xd->above_txfm_context + blk_col, in update_txfm_count()
237 txfm_partition_update(xd->above_txfm_context + blk_col, in update_txfm_count()
254 txfm_partition_update(xd->above_txfm_context + blk_col, in update_txfm_count()
265 blk_col + offsetc, allow_update_cdf); in update_txfm_count()
296 int blk_col) { in set_txfm_context() argument
301 const int txb_size_index = av1_get_txb_size_index(bsize, blk_row, blk_col); in set_txfm_context()
304 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in set_txfm_context()
308 txfm_partition_update(xd->above_txfm_context + blk_col, in set_txfm_context()
315 txfm_partition_update(xd->above_txfm_context + blk_col, in set_txfm_context()
325 AOMMIN(tx_size_wide_unit[tx_size], max_blocks_wide - blk_col); in set_txfm_context()
329 const int offsetc = blk_col + col; in set_txfm_context()