Searched refs:x_bound (Results 1 – 2 of 2) sorted by relevance
250 const int x_bound = orig_x + factor; in DownsampleAveraged() local259 for (int curr_x = orig_x; curr_x < x_bound; ++curr_x) { in DownsampleAveraged()
959 static unsigned char x_bound[(X_TABSZ * X_NTABS + 7) / 8]; variable2608 x_bound[(prefix * X_TABSZ + key) / 8] &= in x_bind()2611 x_bound[(prefix * X_TABSZ + key) / 8] |= in x_bind()2627 if (x_bound[t >> 3] & (1 << (t & 7))) in bind_if_not_bound()