Searched refs:offsetc (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tokenize.c | 176 const int offsetc = blk_col + col; in tokenize_vartx() local 178 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tokenize_vartx() 180 tokenize_vartx(td, t, dry_run, sub_txs, plane_bsize, offsetr, offsetc, in tokenize_vartx()
|
D | encodemb.c | 342 const int offsetc = blk_col + col; in encode_block_inter() local 344 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in encode_block_inter() 346 encode_block_inter(plane, block, offsetr, offsetc, plane_bsize, sub_txs, in encode_block_inter()
|
D | bitstream.c | 190 int offsetc = blk_col + col; in write_tx_size_vartx() local 191 write_tx_size_vartx(xd, mbmi, sub_txs, depth + 1, offsetr, offsetc, w); in write_tx_size_vartx() 403 const int offsetc = blk_col + c; in pack_txb_tokens() local 404 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in pack_txb_tokens() 406 bit_depth, block, offsetr, offsetc, sub_txs, in pack_txb_tokens()
|
D | encodeframe.c | 5832 int offsetc = col; in update_txfm_count() local 5835 blk_col + offsetc, allow_update_cdf); in update_txfm_count() 5893 const int offsetc = blk_col + col; in set_txfm_context() local 5894 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in set_txfm_context() 5895 set_txfm_context(xd, sub_txs, offsetr, offsetc); in set_txfm_context()
|
D | rdopt.c | 5260 const int offsetc = blk_col + c; in try_tx_block_split() local 5261 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in try_tx_block_split() 5266 cpi, x, offsetr, offsetc, block, sub_txs, depth + 1, plane_bsize, ta, in try_tx_block_split() 5558 const int offsetc = blk_col + col; in tx_block_yrd() local 5560 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tx_block_yrd() 5563 tx_block_yrd(cpi, x, offsetr, offsetc, block, sub_txs, plane_bsize, in tx_block_yrd()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 324 const int offsetc = blk_col + col; in decode_reconstruct_tx() local 326 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in decode_reconstruct_tx() 329 offsetc, block, sub_txs, eob_total); in decode_reconstruct_tx() 1324 int offsetc = blk_col + col; in read_tx_size_vartx() local 1329 offsetr, offsetc, r); in read_tx_size_vartx()
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 881 const int offsetc = blk_col + col; in setup_tx_block_mask() local 882 setup_tx_block_mask(cm, mi_row, mi_col, offsetr, offsetc, plane_bsize, in setup_tx_block_mask()
|