Home
last modified time | relevance | path

Searched refs:byte_cnt (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp257 int byte_cnt = 0; in PNG_PredictorEncode() local
270 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() local
420 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()