Searched refs:round_bits_h (Results 1 – 1 of 1) sorted by relevance
154 const int round_bits_h = 3 + (bitdepth == 12) * 2; in wiener_c() local155 const int rounding_off_h = 1 << (round_bits_h - 1); in wiener_c()156 const int clip_limit = 1 << (bitdepth + 1 + 7 - round_bits_h); in wiener_c()169 iclip((sum + rounding_off_h) >> round_bits_h, 0, clip_limit - 1); in wiener_c()