Lines Matching refs:blk_col
149 int blk_row, int blk_col, in write_tx_size_vartx() argument
155 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in write_tx_size_vartx()
158 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
163 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
167 av1_get_txb_size_index(mbmi->bsize, blk_row, blk_col); in write_tx_size_vartx()
173 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
184 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
193 const int offsetc = blk_col + col; in write_tx_size_vartx()
371 int blk_row, int blk_col, TX_SIZE tx_size, TOKEN_STATS *token_stats) { in pack_txb_tokens() argument
375 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in pack_txb_tokens()
382 blk_col)]; in pack_txb_tokens()
385 av1_write_coeffs_txb(cm, x, w, blk_row, blk_col, plane, block, tx_size); in pack_txb_tokens()
399 AOMMIN(tx_size_wide_unit[tx_size], max_blocks_wide - blk_col); in pack_txb_tokens()
406 const int offsetc = blk_col + c; in pack_txb_tokens()
1417 for (int blk_col = col >> ss_x; blk_col < unit_width; blk_col += bkw) { in write_inter_txb_coeff() local
1419 cm->seq_params->bit_depth, *block, blk_row, blk_col, in write_inter_txb_coeff()