Home
last modified time | relevance | path

Searched defs:bins (Results 1 - 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer_test.cc146 std::vector<uint64_t> bins = b.GetHistogramForChannel(2, 256); in TEST_F() local
167 std::vector<uint64_t> bins = b.GetHistogramForChannel(i, 256); in TEST_F() local
190 std::vector<uint64_t> bins = b.GetHistogramForChannel(i, 256); in TEST_F() local
/third_party/ffmpeg/libavfilter/
H A Dmedian.h44 int bins; member
H A Dvf_median.c68 static void hadd(htype *dst, const htype *src, int bins) in hadd() argument
74 static void hsub(htype *dst, const htype *src, int bins) in hsub() argument
80 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dfilters_utils.c32 int bins[WEBP_FILTER_LAST][SMAX]; in WebPEstimateBestFilter() local
/third_party/libdrm/nouveau/
H A Dbufctx.c52 struct nouveau_bufbin_priv bins[]; member
62 nouveau_bufctx_new(struct nouveau_client *client, int bins, in nouveau_bufctx_new() argument
/third_party/skia/tests/
H A DRandomTest.cpp34 static bool chi_square_test(int bins[256], int e) { in chi_square_test() argument
60 int bins[256]; in test_random_byte() local
72 int bins[256]; in test_random_float() local
169 int bins[256]; test_range() local
[all...]
/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs61 let mut bins = vec![]; in new() variables
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddfs.c63 static inline int fft_max_index(u8 *bins) in fft_max_index() argument
67 static inline int fft_max_magnitude(u8 *bins) in fft_max_magnitude() argument
71 static inline u8 fft_bitmap_weight(u8 *bins) in fft_bitmap_weight() argument
H A Dcommon-spectral.h112 spectral_max_magnitude(u8 *bins) spectral_max_magnitude() argument
120 spectral_max_index(u8 *bins, int num_bins) spectral_max_index() argument
148 spectral_max_index_ht40(u8 *bins) spectral_max_index_ht40() argument
160 spectral_max_index_ht20(u8 *bins) spectral_max_index_ht20() argument
166 spectral_bitmap_weight(u8 *bins) spectral_bitmap_weight() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddfs.c63 static inline int fft_max_index(u8 *bins) in fft_max_index() argument
67 static inline int fft_max_magnitude(u8 *bins) in fft_max_magnitude() argument
71 static inline u8 fft_bitmap_weight(u8 *bins) in fft_bitmap_weight() argument
H A Dcommon-spectral.h112 spectral_max_magnitude(u8 *bins) spectral_max_magnitude() argument
120 spectral_max_index(u8 *bins, int num_bins) spectral_max_index() argument
148 spectral_max_index_ht40(u8 *bins) spectral_max_index_ht40() argument
160 spectral_max_index_ht20(u8 *bins) spectral_max_index_ht20() argument
166 spectral_bitmap_weight(u8 *bins) spectral_bitmap_weight() argument
[all...]
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c28 struct bin bins[64]; member
[all...]
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c24 struct bin bins[64]; member
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c26 struct bin bins[64]; member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dspectral.c72 u8 chain_idx, *bins; in ath10k_spectral_process_fft() local
422 unsigned int bins, fft_size, bin_scale; in read_file_spectral_bins() local
[all...]
/kernel/linux/linux-5.10/drivers/ras/
H A Dcec.c445 static const char * const bins[] = { "00", "01", "10", "11" }; variable
/kernel/linux/linux-6.6/drivers/ras/
H A Dcec.c445 static const char * const bins[] = { "00", "01", "10", "11" }; variable
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dspectral.c72 u8 chain_idx, *bins; in ath10k_spectral_process_fft() local
422 unsigned int bins, fft_size, bin_scale; in read_file_spectral_bins() local
[all...]
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c41 struct stat_bin bins[PTHREAD_NUM_MAX]; member
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c26 struct stat_bin bins[PTHREAD_NUM_MAX]; member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.h193 u32 bins[8]; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dspectral.c112 u8 bins[0]; member
419 unsigned int bins, fft_size; in ath11k_read_file_spectral_bins() local
537 ath11k_spectral_get_max_exp(s8 max_index, u8 max_magnitude, int bin_len, u8 *bins) ath11k_spectral_get_max_exp() argument
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfb.c49 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member
71 struct sfb_bins bins[2]; member
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgt215.c103 u8 median[8], bins[4] = {0, 0, 0, 0}, bin = 0, qty = 0; in gt215_link_train_calc() local
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.h192 u32 bins[8]; member

Completed in 20 milliseconds

12