Home
last modified time | relevance | path

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

/external/sandboxed-api/contrib/libraw/test/
Dlibraw_test.cc175 int raw_idx = row * lr.GetImgData().sizes.raw_pitch / 2 + col; in TEST_P() local
178 rawdata[raw_idx] > black_level ? rawdata[raw_idx] - black_level : 0; in TEST_P()
/external/cronet/tot/base/debug/
Dallocation_trace.h298 const auto raw_idx = in GetNextIndex() local
300 return WrapIdxIfNeeded(raw_idx); in GetNextIndex()
/external/cronet/stable/base/debug/
Dallocation_trace.h298 const auto raw_idx = in GetNextIndex() local
300 return WrapIdxIfNeeded(raw_idx); in GetNextIndex()
/external/pytorch/c10/xpu/
DXPUStream.cpp161 auto raw_idx = counter++; in get_idx() local
162 return raw_idx % kStreamsPerPool; in get_idx()
/external/pytorch/c10/cuda/
DCUDAStream.cpp253 auto raw_idx = counter++; in get_idx() local
254 return raw_idx % kStreamsPerPool; in get_idx()