Searched refs:last_row_size (Results 1 – 1 of 1) sorted by relevance
258 const int last_row_size = *data_size % row_size; in PNG_PredictorEncode() local278 (last_row_size > 0 ? (row_size - last_row_size) : 0); in PNG_PredictorEncode()360 const int last_row_size = data_size % (row_size + 1); in PNG_Predictor() local371 move_size = last_row_size - 1; in PNG_Predictor()438 (last_row_size > 0 ? (row_size + 1 - last_row_size) : 0); in PNG_Predictor()491 const int last_row_size = data_size % row_size; in TIFF_Predictor() local495 row_size = last_row_size; in TIFF_Predictor()