Lines Matching full:search
17 // The maximum number of steps in a step search given the largest
41 // motion search site
49 // Number of search steps.
57 // Search 8-points in the radius grid around center, up to 11 search stages.
59 // Search 12-points in the radius/tan_radius grid around center,
60 // up to 15 search stages.
62 // Search 8-points in the radius grid around center, up to 16 search stages.
64 // Search 8-points in the radius grid around center, upto 11 search stages
65 // with clamping of search radius.
67 // Search maximum 8-points in the radius grid around center,
68 // up to 11 search stages. First stage consists of 8 search points
69 // and the rest with 6 search points each in hex shape.
71 // Search maximum 8-points in the radius grid around center,
72 // up to 11 search stages. First stage consists of 4 search
73 // points and the rest with 8 search points each.
75 // Search 8-points in the square grid around center, up to 11 search stages.
77 // HEX search with up to 2 stages.
79 // BIGDIA search with up to 2 stages.
81 // BIGDIA search with up to 3 stages.
83 // BIGDIA search with up to 1 stage.
85 // Total number of search methods.
87 // Number of distinct search methods.
94 // Bitmask which is used to prune the search neighbors at one iteration
102 // Search 4 adjacent points in a diamond shape at each iteration
104 // Search 8 adjacent points in a square at each iteration