Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc52 int64_t aligned_start = 0; in MapFileRegionToMemory() local
56 &aligned_start, in MapFileRegionToMemory()
61 if (aligned_start < 0 || in MapFileRegionToMemory()
62 !IsValueInRangeForNumericType<off_t>(aligned_start)) { in MapFileRegionToMemory()
67 map_start = static_cast<off_t>(aligned_start); in MapFileRegionToMemory()
Dmemory_mapped_file.cc118 int64_t* aligned_start, in CalculateVMAlignedBoundaries() argument
125 *aligned_start = start & ~mask; in CalculateVMAlignedBoundaries()
Dmemory_mapped_file.h112 int64_t* aligned_start,
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/
Dfilterbank_util.cc150 const int aligned_start = in FilterbankPopulateState() local
152 const int aligned_width = (chan_freq_index_start - aligned_start + width); in FilterbankPopulateState()
157 state->channel_frequency_starts[chan] = aligned_start; in FilterbankPopulateState()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dfilterbank_util.c147 const int aligned_start = in FilterbankPopulateState() local
150 (chan_freq_index_start - aligned_start + width); in FilterbankPopulateState()
155 state->channel_frequency_starts[chan] = aligned_start; in FilterbankPopulateState()
/external/libxcam/xcore/interface/
Dstitcher.cpp207 …uint32_t aligned_start = format_angle (cam_info.round_angle_start) / 360.0f * (float)_output_width; in estimate_round_slices() local
208 aligned_start = XCAM_ALIGN_AROUND (aligned_start, _alignment_x); in estimate_round_slices()
209 … if (_output_width <= constraint_margin + aligned_start || aligned_start <= constraint_margin) in estimate_round_slices()
210 aligned_start = 0; in estimate_round_slices()
211 … view_slice.hori_angle_start = format_angle((float)aligned_start / (float)_output_width * 360.0f); in estimate_round_slices()