Lines Matching refs:blk_col
154 int blk_col, aom_writer *w) { in write_tx_size_vartx() argument
159 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in write_tx_size_vartx()
162 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
167 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
171 av1_get_txb_size_index(mbmi->bsize, blk_row, blk_col); in write_tx_size_vartx()
177 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
188 txfm_partition_update(xd->above_txfm_context + blk_col, in write_tx_size_vartx()
197 const int offsetc = blk_col + col; in write_tx_size_vartx()
374 int blk_row, int blk_col, TX_SIZE tx_size, TOKEN_STATS *token_stats) { in pack_txb_tokens() argument
378 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in pack_txb_tokens()
385 blk_col)]; in pack_txb_tokens()
388 av1_write_coeffs_txb(cm, x, w, blk_row, blk_col, plane, block, tx_size); in pack_txb_tokens()
402 AOMMIN(tx_size_wide_unit[tx_size], max_blocks_wide - blk_col); in pack_txb_tokens()
409 const int offsetc = blk_col + c; in pack_txb_tokens()
1422 for (int blk_col = col >> ss_x; blk_col < unit_width; blk_col += bkw) { in write_inter_txb_coeff() local
1424 cm->seq_params->bit_depth, *block, blk_row, blk_col, in write_inter_txb_coeff()