Searched defs:input_cols (Results 1 – 3 of 3) sorted by relevance
143 auto input_cols = input_size_ == 0 ? 0 : cols / input_size_; in Code() local
94 expand_right_edge(JSAMPARRAY image_data, int num_rows, JDIMENSION input_cols, in expand_right_edge()