Searched refs:bl_height (Results 1 – 2 of 2) sorted by relevance
116 BlocksGainCompensator(int bl_width = 32, int bl_height = 32) in BlocksGainCompensator() argument117 : bl_width_(bl_width), bl_height_(bl_height) {} in BlocksGainCompensator()
181 int bl_height = (images[img_idx].rows + bl_per_img.height - 1) / bl_per_img.height; in feed() local187 Point bl_tl(bx * bl_width, by * bl_height); in feed()189 std::min(bl_tl.y + bl_height, images[img_idx].rows)); in feed()