| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | common-spectral.h | 49 * [7:0]: all bins {max_magnitude[1:0], bitmap_weight[5:0]} 50 * [7:0]: all bins max_magnitude[9:2] 51 * [7:0]: all bins {max_index[5:0], max_magnitude[11:10]} 74 * [7:0]: lower bins {max_magnitude[1:0], bitmap_weight[5:0]} 75 * [7:0]: lower bins max_magnitude[9:2] 76 * [7:0]: lower bins {max_index[5:0], max_magnitude[11:10]} 77 * [7:0]: upper bins {max_magnitude[1:0], bitmap_weight[5:0]} 78 * [7:0]: upper bins max_magnitude[9:2] 79 * [7:0]: upper bins {max_index[5:0], max_magnitude[11:10]} 111 /* grabs the max magnitude from the all/upper/lower bins */ [all …]
|
| H A D | dfs.c | 63 static inline int fft_max_index(u8 *bins) in fft_max_index() argument 65 return (bins[2] & 0xfc) >> 2; in fft_max_index() 67 static inline int fft_max_magnitude(u8 *bins) in fft_max_magnitude() argument 69 return (bins[0] & 0xc0) >> 6 | bins[1] << 2 | (bins[2] & 0x03) << 10; in fft_max_magnitude() 71 static inline u8 fft_bitmap_weight(u8 *bins) in fft_bitmap_weight() argument 73 return bins[0] & 0x3f; in fft_bitmap_weight() 82 /* first check wether channels have 'strong' bins */ in ath9k_get_max_index_ht40()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-meta-vsp1-hgo.rst | 25 additionally output the histogram with 64 or 256 bins, resulting in four 28 - In *64 bins normal mode*, the HGO operates on the three channels independently 29 to compute three 64-bins histograms. RGB, YCbCr and HSV image formats are 31 - In *64 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 32 channels to compute a single 64-bins histogram. Only the RGB image format is 34 - In *256 bins normal mode*, the HGO operates on the Y channel to compute a 35 single 256-bins histogram. Only the YCbCr image format is supported. 36 - In *256 bins maximum mode*, the HGO operates on the maximum of the (R, G, B) 37 channels to compute a single 256-bins histogram. Only the RGB image format is 44 .. flat-table:: VSP1 HGO Data - 64 Bins, Normal Mode (792 bytes) [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_sfb.c | 28 * SFB uses two B[l][n] : L x N arrays of bins (L levels, N bins per level) 34 #define SFB_NUMBUCKETS (1 << SFB_BUCKET_SHIFT) /* N bins per Level */ 49 struct sfb_bucket bins[SFB_LEVELS][SFB_NUMBUCKETS]; member 69 u8 slot; /* current active bins (0 or 1) */ 71 struct sfb_bins bins[2]; member 84 * Each queued skb might be hashed on one or two bins 126 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in increment_one_qlen() 155 struct sfb_bucket *b = &q->bins[slot].bins[0][0]; in decrement_one_qlen() 192 memset(&q->bins, 0, sizeof(q->bins)); in sfb_zero_all_buckets() 202 const struct sfb_bucket *b = &q->bins[q->slot].bins[0][0]; in sfb_compute_qlen() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqResourceTranslator.cpp | 160 …memcpy(statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins, stats->params.rawhist0.hist_bin, ISP2… in translateAecStats() 161 …memcpy(statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins, stats->params.rawhist1.hist_bin, ISP2X… in translateAecStats() 162 …memcpy(statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins, stats->params.rawhist2.hist_bin, ISP2X… in translateAecStats() 165 SumHistPix[0] += statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins[i]; in translateAecStats() 166 SumHistPix[1] += statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins[i]; in translateAecStats() 167 SumHistPix[2] += statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins[i]; in translateAecStats() 171 …HistMean[0] += (float)(statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins[i] * (i + 1)) / (float… in translateAecStats() 172 …HistMean[1] += (float)(statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins[i] * (i + 1)) / (float)… in translateAecStats() 173 …HistMean[2] += (float)(statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins[i] * (i + 1)) / (float)… in translateAecStats() 205 …memcpy(statsInt->aec_stats.ae_data.chn[0].rawhist_big.bins, stats->params.rawhist1.hist_bin, ISP2X… in translateAecStats() [all …]
|
| H A D | RkAiqResourceTranslatorV3x.cpp | 686 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins, left_stats->params.rawh… in translateMultiAecStats() 699 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins, left_stats->params.rawhi… in translateMultiAecStats() 715 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins, left_stats->params.rawhi… in translateMultiAecStats() 719 SumHistPix[0] += statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins[i]; in translateMultiAecStats() 720 SumHistPix[1] += statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins[i]; in translateMultiAecStats() 721 SumHistPix[2] += statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins[i]; in translateMultiAecStats() 725 …HistMean[0] += (float)(statsInt->aec_stats.ae_data.chn[0].rawhist_lite.bins[i] * (i + 1)) / (float… in translateMultiAecStats() 726 …HistMean[1] += (float)(statsInt->aec_stats.ae_data.chn[1].rawhist_big.bins[i] * (i + 1)) / (float)… in translateMultiAecStats() 727 …HistMean[2] += (float)(statsInt->aec_stats.ae_data.chn[2].rawhist_big.bins[i] * (i + 1)) / (float)… in translateMultiAecStats() 772 …MergeAecHistBinStats(statsInt->aec_stats.ae_data.chn[0].rawhist_big.bins, left_stats->params.rawhi… in translateMultiAecStats() [all …]
|
| H A D | RkAiqResourceTranslatorV32.cpp | 177 memset(statsInt->aec_stats.ae_data.chn[index0].rawhist_lite.bins, 0, in translateAecStats() 179 memset(statsInt->aec_stats.ae_data.chn[index1].rawhist_big.bins, 0, in translateAecStats() 230 statsInt->aec_stats.ae_data.chn[index0].rawhist_lite.bins[tmp] += in translateAecStats() 232 statsInt->aec_stats.ae_data.chn[index1].rawhist_big.bins[tmp] += in translateAecStats() 247 memcpy(statsInt->aec_stats.ae_data.chn[index0].rawhist_lite.bins, in translateAecStats() 265 memcpy(statsInt->aec_stats.ae_data.chn[index1].rawhist_big.bins, in translateAecStats() 313 memset(statsInt->aec_stats.ae_data.chn[AeSelMode].rawhist_big.bins, 0, in translateAecStats() 362 statsInt->aec_stats.ae_data.chn[AeSelMode].rawhist_big.bins[tmp] += in translateAecStats() 366 memcpy(statsInt->aec_stats.ae_data.chn[AeSelMode].rawhist_big.bins, in translateAecStats() 388 memcpy(statsInt->aec_stats.ae_data.extra.rawhist_big.bins, in translateAecStats() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | spectral.c | 32 /* peak index outside of bins */ in get_max_exp() 72 u8 chain_idx, *bins; in ath10k_spectral_process_fft() local 102 * show, the particular configuration of 80 MHz/64 bins does in ath10k_spectral_process_fft() 136 bins = (u8 *)fftr; in ath10k_spectral_process_fft() 137 bins += sizeof(*fftr) + ar->hw_params.spectral_bin_offset; in ath10k_spectral_process_fft() 145 bin_len, bins); in ath10k_spectral_process_fft() 147 memcpy(fft_sample->data, bins, bin_len); in ath10k_spectral_process_fft() 422 unsigned int bins, fft_size, bin_scale; in read_file_spectral_bins() local 429 bins = 1 << (fft_size - bin_scale); in read_file_spectral_bins() 433 len = sprintf(buf, "%d\n", bins); in read_file_spectral_bins() [all …]
|
| /OK3568_Linux_fs/buildroot/package/vpnc/ |
| H A D | 0004-Makefile-provide-an-option-to-not-build-manpages.patch | 30 BINS = vpnc cisco-decrypt test-crypto 34 BINOBJS = $(addsuffix .o,$(BINS)) 35 BINSRCS = $(addsuffix .c,$(BINS)) 40 -all : $(BINS) vpnc.8 41 +all : $(BINS) $(MANS)
|
| H A D | 0002-Makefile-allow-to-override-the-version.patch | 32 BINOBJS = $(addsuffix .o,$(BINS)) 33 BINSRCS = $(addsuffix .c,$(BINS))
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | dlmalloc.c | 316 chunks. Each bin is doubly linked. The bins are approximately 317 proportionally (log) spaced. There are a lot of these bins 321 bins are kept in size order, with ties going to the 325 size. This is irrelevant for the small bins, which all contain 478 Bins 480 The bins, `av_' are an array of pairs of pointers serving as the 486 Bins for sizes < 512 bytes contain chunks of all the same size, spaced 487 8 bytes apart. Larger bins are approximately logarithmically 493 64 bins of size 8 494 32 bins of size 64 [all …]
|
| H A D | dlmalloc.src | 1231 chunks. Each bin is doubly linked. The bins are approximately 1232 proportionally (log) spaced. There are a lot of these bins 1236 bins are kept in size order, with ties going to the 1240 size. This is irrelevant for the small bins, which all contain 1397 Bins 1399 The bins, `av_' are an array of pairs of pointers serving as the 1405 Bins for sizes < 512 bytes contain chunks of all the same size, spaced 1406 8 bytes apart. Larger bins are approximately logarithmically 1412 64 bins of size 8 1413 32 bins of size 64 [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxstat.c | 69 unsigned long bins[DMX_STAT_BINS]; member 167 ++s->bins[i]; in dmxStatSync() 173 ++s->bins[i]; in dmxStatSync() 216 dmxLogCont(dmxDebug, " %5lu", s->bins[j]); in dmxStatCallback() 222 s->bins[j] = 0; in dmxStatCallback()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/ |
| H A D | spectral.c | 112 u8 bins[0]; member 419 unsigned int bins, fft_size; in ath11k_read_file_spectral_bins() local 425 bins = 1 << fft_size; in ath11k_read_file_spectral_bins() 429 len = sprintf(buf, "%d\n", bins); in ath11k_read_file_spectral_bins() 538 int bin_len, u8 *bins) in ath11k_spectral_get_max_exp() argument 545 /* peak index outside of bins */ in ath11k_spectral_get_max_exp() 550 if (bins[dc_pos + max_index] == (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp() 555 if (bins[dc_pos + max_index] != (max_magnitude >> max_exp)) in ath11k_spectral_get_max_exp() 611 /* Only In-band bins are useful to user for visualize */ in ath11k_spectral_process_fft() 617 ath11k_warn(ab, "Invalid num of bins %d\n", num_bins); in ath11k_spectral_process_fft() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/ |
| H A D | random_shuffle.h | 76 /** @brief Number of bins to distribute to. */ 79 /** @brief Number of bits needed to address the bins. */ 96 /** @brief Begin index for bins taken care of by this thread. */ 99 /** @brief End index for bins taken care of by this thread. */ 165 // Sum up bins, __sd->_M_dist[__s + 1][__d->_M_num_threads] now in __parallel_random_shuffle_drs_pu() 223 // Shuffle bins internally. in __parallel_random_shuffle_drs_pu() 376 // Range of bins for this processor. in __parallel_random_shuffle_drs() 484 // Sum up bins. in __sequential_random_shuffle()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/ |
| H A D | random_shuffle.h | 76 /** @brief Number of bins to distribute to. */ 79 /** @brief Number of bits needed to address the bins. */ 96 /** @brief Begin index for bins taken care of by this thread. */ 99 /** @brief End index for bins taken care of by this thread. */ 165 // Sum up bins, __sd->_M_dist[__s + 1][__d->_M_num_threads] now in __parallel_random_shuffle_drs_pu() 223 // Shuffle bins internally. in __parallel_random_shuffle_drs_pu() 376 // Range of bins for this processor. in __parallel_random_shuffle_drs() 484 // Sum up bins. in __sequential_random_shuffle()
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/ |
| H A D | stmmac.txt | 28 - snps,multicast-filter-bins: Number of multicast filter hash bins 59 snps,multicast-filter-bins = <256>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/ |
| H A D | shelf-pack.hpp | 185 * Batch pack multiple bins into the sprite. 187 …* @param {vector<Bin>} bins Array of requested bins - each object should have `w`, `h` values 202 std::vector<Bin*> pack(std::vector<Bin> &bins, const PackOptions &options = PackOptions{}) { in pack() argument 205 for (auto& bin : bins) { 312 // No free bins or shelves.. add shelf.. in packOne() 406 * Memory for the bin is not freed, as unreferenced bins may be reused later.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_platform.c | 26 * dwmac1000_validate_mcast_bins - validates the number of Multicast filter bins 28 * @mcast_bins: Multicast filtering bins 30 * this function validates the number of Multicast filtering bins specified 32 * 64 bins, 128 bins, or 256 bins. "bins" refer to the division of CRC 33 * number space. 64 bins correspond to 6 bits of the CRC, 128 corresponds 479 /* Set default value for multicast hash bins */ in stmmac_probe_config_dt() 502 of_property_read_u32(np, "snps,multicast-filter-bins", in stmmac_probe_config_dt()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/gen_mesh/ |
| H A D | RkGenMeshVersion.h | 30 2) Add "saveMesh4bin" flag: whether to save 4 mesh bins(meshxi,meshxf,meshyi,meshyf) or not 33 …3) Add "mesh4binPath" : set the path for saving 4 mesh bins, for example, mesh4binPath = "../data_… 34 when 4 mesh bins saved, the prefix file names of each group of bins are
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 624 without setting bin ranges, they assume they are equally spaced in 0 to 255 bins. 631 @param ranges Array of ranges for the histogram bins. Its meaning depends on the uniform parameter 634 @param uniform Uniformity flag. If not zero, the histogram has evenly spaced bins and for every 650 /** @brief Sets the bounds of the histogram bins. 654 the ranges as well. Ranges for the histogram bins must be set before the histogram is calculated or 666 The function initializes the histogram, whose header and bins are allocated by the user. 673 @param data Array used to store histogram bins. 693 The function sets all of the histogram bins to 0 in case of a dense histogram and removes all 694 histogram bins in case of a sparse array. 700 /** @brief Finds the minimum and maximum histogram bins. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 624 without setting bin ranges, they assume they are equally spaced in 0 to 255 bins. 631 @param ranges Array of ranges for the histogram bins. Its meaning depends on the uniform parameter 634 @param uniform Uniformity flag. If not zero, the histogram has evenly spaced bins and for every 650 /** @brief Sets the bounds of the histogram bins. 654 the ranges as well. Ranges for the histogram bins must be set before the histogram is calculated or 666 The function initializes the histogram, whose header and bins are allocated by the user. 673 @param data Array used to store histogram bins. 693 The function sets all of the histogram bins to 0 in case of a dense histogram and removes all 694 histogram bins in case of a sparse array. 700 /** @brief Finds the minimum and maximum histogram bins. [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 624 without setting bin ranges, they assume they are equally spaced in 0 to 255 bins. 631 @param ranges Array of ranges for the histogram bins. Its meaning depends on the uniform parameter 634 @param uniform Uniformity flag. If not zero, the histogram has evenly spaced bins and for every 650 /** @brief Sets the bounds of the histogram bins. 654 the ranges as well. Ranges for the histogram bins must be set before the histogram is calculated or 666 The function initializes the histogram, whose header and bins are allocated by the user. 673 @param data Array used to store histogram bins. 693 The function sets all of the histogram bins to 0 in case of a dense histogram and removes all 694 histogram bins in case of a sparse array. 700 /** @brief Finds the minimum and maximum histogram bins. [all …]
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0005-lzo-Use-the-host-toolchain-for-prepcore.patch | 32 BINS = prepcore 41 rm -f $(BINS)
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/shape/ |
| H A D | shape_distance.hpp | 84 …/** @brief Establish the number of angular bins for the Shape Context Descriptor used in the shape… 87 @param nAngularBins The number of angular bins in the shape context descriptor. 92 …/** @brief Establish the number of radial bins for the Shape Context Descriptor used in the shape … 95 @param nRadialBins The number of radial bins in the shape context descriptor.
|