Searched defs:c_top (Results 1 – 2 of 2) sorted by relevance
50 static void parse_crop(const string& crop_str, uint32_t& c_left, uint32_t& c_top, in parse_crop()75 uint32_t c_top, c_left, c_width, c_height; in main() local
26 int c_top = std::min(c0 + 16, static_cast<int>(current.d_w)); in CheckMb() local