Searched refs:half_width_weights_start (Results 1 – 1 of 1) sorted by relevance
59 const int half_width_weights_start = width_weights / 2; variable60 …_weights_end = ((width_weights % 2) == 0) ? (half_width_weights_start - 1) : half_width_weights…76 for(int xk = -half_width_weights_start; xk <= half_width_weights_end; ++xk)81 const int idx = xk + half_width_weights_start;137 const int half_width_weights_start = width_weights / 2; variable138 …_weights_end = ((width_weights % 2) == 0) ? (half_width_weights_start - 1) : half_width_weights…154 for(int xk = -half_width_weights_start; xk <= half_width_weights_end; ++xk)159 const int idx = xk + half_width_weights_start;