Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dsample_map.cc27 explicit SampleMapIterator(const SampleToCountMap& sample_counts);
44 SampleMapIterator::SampleMapIterator(const SampleToCountMap& sample_counts) in SampleMapIterator() argument
45 : iter_(sample_counts.begin()), in SampleMapIterator()
46 end_(sample_counts.end()) { in SampleMapIterator()
Dpersistent_sample_map.cc29 explicit PersistentSampleMapIterator(const SampleToCountMap& sample_counts);
47 const SampleToCountMap& sample_counts) in PersistentSampleMapIterator() argument
48 : iter_(sample_counts.begin()), in PersistentSampleMapIterator()
49 end_(sample_counts.end()) { in PersistentSampleMapIterator()
/external/tensorflow/tensorflow/contrib/training/python/training/
Dresample.py92 sample_counts = math_ops.cast(
95 sample_indices = _repeat_range(sample_counts)
/external/mesa3d/src/intel/vulkan/
Danv_device.c815 VkSampleCountFlags sample_counts = in anv_GetPhysicalDeviceProperties() local
904 .framebufferColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
905 .framebufferDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
906 .framebufferStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
907 .framebufferNoAttachmentsSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
909 .sampledImageColorSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
911 .sampledImageDepthSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
912 .sampledImageStencilSampleCounts = sample_counts, in anv_GetPhysicalDeviceProperties()
/external/libaom/libaom/av1/encoder/
Dblock.h176 int sample_counts; // Number of samples collected. member
Dencodeframe.c4281 stats[i].sample_counts = INT_MAX; in init_first_partition_pass_stats_tables()
4452 if (stat->sample_counts < FIRST_PARTITION_PASS_MIN_SAMPLES) { in first_partition_search_pass()
5946 ++stats->sample_counts; in encode_superblock()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c633 VkSampleCountFlags sample_counts = 0xf; in radv_GetPhysicalDeviceProperties() local
733 .framebufferColorSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
734 .framebufferDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
735 .framebufferStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
736 .framebufferNoAttachmentsSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
738 .sampledImageColorSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
740 .sampledImageDepthSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()
741 .sampledImageStencilSampleCounts = sample_counts, in radv_GetPhysicalDeviceProperties()