Searched refs:blk_wh (Results 1 – 2 of 2) sorted by relevance
144 const int blk_wh = bs0 + bs1; in av1_use_intra_edge_upsample() local146 return type ? (blk_wh <= 8) : (blk_wh <= 16); in av1_use_intra_edge_upsample()
986 const int blk_wh = bs0 + bs1; in intra_edge_filter_strength() local988 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()