Searched refs:set_blk_skip (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | block.h | 484 static INLINE void set_blk_skip(MACROBLOCK *x, int plane, int blk_idx, in set_blk_skip() function
|
D | rdopt.c | 3508 set_blk_skip(x, plane, blk_idx, x->plane[plane].eobs[block] == 0); in block_rd_txfm() 3510 set_blk_skip(x, plane, blk_idx, 0); in block_rd_txfm() 3909 for (int i = 0; i < n4; ++i) set_blk_skip(x, 0, i, 1); in set_skip_flag() 5205 set_blk_skip(x, 0, blk_row * bw + blk_col, 1); in try_tx_block_no_split() 5210 set_blk_skip(x, 0, blk_row * bw + blk_col, 0); in try_tx_block_no_split() 5381 set_blk_skip(x, 0, blk_row * bw + blk_col, rd_stats->skip); in select_tx_block() 5532 set_blk_skip(x, 0, blk_row * mi_width + blk_col, 1); in tx_block_yrd() 5539 set_blk_skip(x, 0, blk_row * mi_width + blk_col, 0); in tx_block_yrd() 8925 set_blk_skip(x, 0, i, rd_stats_y->skip); in txfm_search() 11115 set_blk_skip(x, 0, i, rd_stats_y.skip); in sf_refine_fast_tx_type_search()
|