Searched refs:tempdata (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/lib/jpeg/ |
D | jpeg_mem.cc | 113 JSAMPLE* tempdata = nullptr; in UncompressLow() local 130 delete[] tempdata; in UncompressLow() 268 tempdata = new JSAMPLE[cinfo.output_width * 4]; in UncompressLow() 271 tempdata = new JSAMPLE[cinfo.output_width * components]; in UncompressLow() 285 num_lines_read = jpeg_read_scanlines(&cinfo, &tempdata, 1); in UncompressLow() 294 const int c = tempdata[offset + 0]; in UncompressLow() 295 const int m = tempdata[offset + 1]; in UncompressLow() 296 const int y = tempdata[offset + 2]; in UncompressLow() 297 const int k = tempdata[offset + 3]; in UncompressLow() 314 num_lines_read = jpeg_read_scanlines(&cinfo, &tempdata, 1); in UncompressLow() [all …]
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
D | thermal_throttle.py | 36 tempdata = self._device.ReadFile(OmapThrottlingDetector.OMAP_TEMP_FILE) 37 return float(tempdata) / 1000.0
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | RTPencode.cc | 1602 int16_t* tempdata; in NetEQTest_encode() local 1616 tempdata = &indata[k * frameLen]; in NetEQTest_encode() 1622 localVad |= WebRtcVad_Process(VAD_inst[k], sampleRate, tempdata, in NetEQTest_encode() 1624 tempdata += sampleRate_30; in NetEQTest_encode() 1627 localVad |= WebRtcVad_Process(VAD_inst[k], sampleRate, tempdata, in NetEQTest_encode() 1629 tempdata += sampleRate_20; in NetEQTest_encode() 1632 localVad |= WebRtcVad_Process(VAD_inst[k], sampleRate, tempdata, in NetEQTest_encode() 1634 tempdata += sampleRate_10; in NetEQTest_encode()
|
/external/google-breakpad/src/processor/ |
D | static_address_map_unittest.cc | 64 const int tempdata[] = {5, 10, 14, 15, 16, 20}; in SetUp() local 66 testdata[2][i] = tempdata[i]; in SetUp()
|