Searched refs:byte_cnt (Results 1 – 1 of 1) sorted by relevance
257 int byte_cnt = 0; in PNG_PredictorEncode() local270 byte_cnt += move_size; in PNG_PredictorEncode()273 for (int byte = 0; byte < row_size && byte_cnt < (int)data_size; byte++) { in PNG_PredictorEncode()322 byte_cnt++; in PNG_PredictorEncode()415 int byte_cnt = 0; in PNG_Predictor() local420 byte_cnt++; in PNG_Predictor()429 byte_cnt += move_size; in PNG_Predictor()432 for (int byte = 0; byte < row_size && byte_cnt < (int)data_size; byte++) { in PNG_Predictor()483 byte_cnt++; in PNG_Predictor()