Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc51 int p16_row_bytes) { in Convert8to16() argument
62 (height - 1) * p16_row_bytes + (width - 1) * sizeof(*p16)); in Convert8to16()
64 int bump16 = width * sizeof(*p16) - p16_row_bytes; in Convert8to16()