Searched refs:uvSize (Results 1 – 5 of 5) sorted by relevance
181 int uvSize = ySize >> 2; in generateErrorStats() local183 byte[] uvRef = new byte[uvSize]; in generateErrorStats()185 byte[] uvTest = new byte[uvSize]; in generateErrorStats()202 + " contains insufficient bytes", uvSize, in generateErrorStats()205 + " contains insufficient bytes", uvSize, in generateErrorStats()213 + " contains insufficient bytes", uvSize, in generateErrorStats()216 + " contains insufficient bytes", uvSize, in generateErrorStats()
447 int uvSize = width * height / 4; in computePsnr() local450 byte[] uvRef = new byte[uvSize]; in computePsnr()451 byte[] uvDec = new byte[uvSize]; in computePsnr()
742 int uvSize = uvStride * h / 2; in onPreviewFrame() local743 expectedBytes = ySize + uvSize * 2; in onPreviewFrame()858 int uvSize = uvStride * h / 2; in convertFromYV12() local860 int uRowIndex = ySize + uvSize; in convertFromYV12()
685 int uvSize = ySize >> 1; in computeVariance() local692 refStream.skipBytes(uvSize); in computeVariance()
2110 int uvSize = width * height / 4; in computeDecodingStatistics() local2113 byte[] uvRef = new byte[uvSize]; in computeDecodingStatistics()2114 byte[] uvDec = new byte[uvSize]; in computeDecodingStatistics()