Home
last modified time | relevance | path

Searched refs:blk_wh (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconintra.h144 const int blk_wh = bs0 + bs1; in av1_use_intra_edge_upsample() local
146 return type ? (blk_wh <= 8) : (blk_wh <= 16); in av1_use_intra_edge_upsample()
Dreconintra.c986 const int blk_wh = bs0 + bs1; in intra_edge_filter_strength() local
988 if (blk_wh <= 8) { in intra_edge_filter_strength()
990 } else if (blk_wh <= 12) { in intra_edge_filter_strength()
992 } else if (blk_wh <= 16) { in intra_edge_filter_strength()
994 } else if (blk_wh <= 24) { in intra_edge_filter_strength()
998 } else if (blk_wh <= 32) { in intra_edge_filter_strength()
1006 if (blk_wh <= 8) { in intra_edge_filter_strength()
1009 } else if (blk_wh <= 16) { in intra_edge_filter_strength()
1012 } else if (blk_wh <= 24) { in intra_edge_filter_strength()