Lines Matching refs:blk_col
244 const int plane, const int blk_row, const int blk_col, in inverse_transform_inter_block() argument
252 const TX_TYPE tx_type = av1_get_tx_type(xd, plane_type, blk_row, blk_col, in inverse_transform_inter_block()
256 &pd->dst.buf[(blk_row * pd->dst.stride + blk_col) << MI_SIZE_LOG2]; in inverse_transform_inter_block()
266 mi_to_pixel_loc(&pixel_c, &pixel_r, mi_col, mi_row, blk_col, blk_row, in inverse_transform_inter_block()
285 int blk_col, int block, in decode_reconstruct_tx() argument
294 blk_col)]; in decode_reconstruct_tx()
299 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in decode_reconstruct_tx()
302 td->read_coeffs_tx_inter_block_visit(cm, dcb, r, plane, blk_row, blk_col, in decode_reconstruct_tx()
305 td->inverse_tx_inter_block_visit(cm, dcb, r, plane, blk_row, blk_col, in decode_reconstruct_tx()
320 AOMMIN(tx_size_wide_unit[tx_size], max_blocks_wide - blk_col); in decode_reconstruct_tx()
327 const int offsetc = blk_col + col; in decode_reconstruct_tx()
939 for (int blk_col = col >> pd->subsampling_x; blk_col < unit_width; in decode_token_recon_block() local
940 blk_col += stepc) { in decode_token_recon_block()
942 blk_col, tx_size); in decode_token_recon_block()
944 cm, dcb, r, plane, blk_row, blk_col, tx_size); in decode_token_recon_block()
987 int blk_row, blk_col; in decode_token_recon_block() local
995 for (blk_col = col >> ss_x; blk_col < unit_width; in decode_token_recon_block()
996 blk_col += bw_var_tx) { in decode_token_recon_block()
998 blk_row, blk_col, block, max_tx_size, in decode_token_recon_block()
1016 int blk_col) { in set_inter_tx_size() argument
1022 ((blk_col + idx) >> tx_w_log2); in set_inter_tx_size()
1030 int blk_col, aom_reader *r) { in read_tx_size_vartx() argument
1036 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in read_tx_size_vartx()
1048 tx_size, blk_row, blk_col); in read_tx_size_vartx()
1050 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
1055 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
1067 sub_txs, blk_row, blk_col); in read_tx_size_vartx()
1069 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()
1078 int offsetc = blk_col + col; in read_tx_size_vartx()
1084 tx_size, blk_row, blk_col); in read_tx_size_vartx()
1086 txfm_partition_update(xd->above_txfm_context + blk_col, in read_tx_size_vartx()