Home
last modified time | relevance | path

Searched refs:half_height_weights_start (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DConvolution3d.h61 const int half_height_weights_start = height_weights / 2; variable
62 …weights_end = ((height_weights % 2) == 0) ? (half_height_weights_start - 1) : half_height_weight…
74 for(int yk = -half_height_weights_start; yk <= half_height_weights_end; ++yk)
82 const int idy = yk + half_height_weights_start;
139 const int half_height_weights_start = height_weights / 2; variable
140 …weights_end = ((height_weights % 2) == 0) ? (half_height_weights_start - 1) : half_height_weight…
152 for(int yk = -half_height_weights_start; yk <= half_height_weights_end; ++yk)
160 const int idy = yk + half_height_weights_start;