Searched defs:active_height (Results 1 – 3 of 3) sorted by relevance
178 unsigned int active_height = std::min(ymax - ybase, height); in IndirectInterleave() local237 unsigned int active_height = std::min(ymax - ybase, height); in ConvolutionInterleave() local
161 unsigned int active_height = std::min(ymax - ybase, height); in IndirectInterleave() local220 unsigned int active_height = std::min(ymax - ybase, height); in ConvolutionInterleave() local
93 … row_handler(const column_handler &parent, unsigned int start_row, unsigned int active_height) : in row_handler()