Searched refs:blk_wh (Results 1 – 2 of 2) sorted by relevance
151 const int blk_wh = bs0 + bs1; in av1_use_intra_edge_upsample() local153 return type ? (blk_wh <= 8) : (blk_wh <= 16); in av1_use_intra_edge_upsample()
995 const int blk_wh = bs0 + bs1; in intra_edge_filter_strength() local997 if (blk_wh <= 8) { in intra_edge_filter_strength()999 } else if (blk_wh <= 12) { in intra_edge_filter_strength()1001 } else if (blk_wh <= 16) { in intra_edge_filter_strength()1003 } else if (blk_wh <= 24) { in intra_edge_filter_strength()1007 } else if (blk_wh <= 32) { in intra_edge_filter_strength()1015 if (blk_wh <= 8) { in intra_edge_filter_strength()1018 } else if (blk_wh <= 16) { in intra_edge_filter_strength()1021 } else if (blk_wh <= 24) { in intra_edge_filter_strength()