Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc49 static void Convert8to16(const uint8* p8, int num_comps, int p8_row_bytes, in Convert8to16() argument
60 CPTR_INC(uint8, p8, (height - 1) * p8_row_bytes + (width - 1) * sizeof(*p8)); in Convert8to16()
63 int bump8 = width * sizeof(*p8) - p8_row_bytes; in Convert8to16()