Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/imageprocessors/
DInception.java70 int blueByte = (int)(blueFloat / quantScale + quantZeroPoint); in preprocess() local
73 outputBuffer.put((byte)(blueByte & 0xff)); in preprocess()