Lines Matching refs:blk_col
233 const int plane, const int blk_row, const int blk_col, in inverse_transform_inter_block() argument
241 const TX_TYPE tx_type = av1_get_tx_type(xd, plane_type, blk_row, blk_col, in inverse_transform_inter_block()
245 &pd->dst.buf[(blk_row * pd->dst.stride + blk_col) << MI_SIZE_LOG2]; in inverse_transform_inter_block()
255 mi_to_pixel_loc(&pixel_c, &pixel_r, mi_col, mi_row, blk_col, blk_row, in inverse_transform_inter_block()
273 int blk_col, int block, TX_SIZE tx_size, int *eob_total) { in decode_reconstruct_tx() argument
281 blk_col)]; in decode_reconstruct_tx()
286 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in decode_reconstruct_tx()
289 td->read_coeffs_tx_inter_block_visit(cm, dcb, r, plane, blk_row, blk_col, in decode_reconstruct_tx()
292 td->inverse_tx_inter_block_visit(cm, dcb, r, plane, blk_row, blk_col, in decode_reconstruct_tx()
307 AOMMIN(tx_size_wide_unit[tx_size], max_blocks_wide - blk_col); in decode_reconstruct_tx()
314 const int offsetc = blk_col + col; in decode_reconstruct_tx()
927 for (int blk_col = col >> pd->subsampling_x; blk_col < unit_width; in decode_token_recon_block() local
928 blk_col += stepc) { in decode_token_recon_block()
930 blk_col, tx_size); in decode_token_recon_block()
932 cm, dcb, r, plane, blk_row, blk_col, tx_size); in decode_token_recon_block()
975 int blk_row, blk_col; in decode_token_recon_block() local
983 for (blk_col = col >> ss_x; blk_col < unit_width; in decode_token_recon_block()
984 blk_col += bw_var_tx) { in decode_token_recon_block()
986 blk_row, blk_col, block, max_tx_size, in decode_token_recon_block()
1004 int blk_row, int blk_col) { in set_inter_tx_size() argument
1010 ((blk_col + idx) >> tx_w_log2); in set_inter_tx_size()
1018 int blk_row, int blk_col, in read_tx_size_vartx() argument
1025 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in read_tx_size_vartx()
1037 tx_size, blk_row, blk_col); in read_tx_size_vartx()
1039 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
1044 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
1056 sub_txs, blk_row, blk_col); in read_tx_size_vartx()
1058 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
1067 int offsetc = blk_col + col; in read_tx_size_vartx()
1073 tx_size, blk_row, blk_col); in read_tx_size_vartx()
1075 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()