/external/libopus/silk/float/ |
noise_shape_analysis_FLP.c | 173 /* SPARSENESS PROCESSING */ 179 psEncCtrl->sparseness = 0.0f; 181 /* Sparseness measure, based on relative fluctuations of energy per 2 milliseconds */ 195 psEncCtrl->sparseness = silk_sigmoid( 0.4f * ( energy_variation - 5.0f ) ); 197 /* Set quantization offset depending on sparseness measure */ 198 if( psEncCtrl->sparseness > SPARSENESS_THRESHOLD_QNT_OFFSET ) { 205 SNR_adj_dB += SPARSE_SNR_INCR_dB * ( psEncCtrl->sparseness - 0.5f );
|
structs_FLP.h | 102 silk_float sparseness; member in struct:__anon16103
|
/external/icu/icu4c/source/test/intltest/ |
dtfmtrtts.cpp | 35 // If SPARSENESS is > 0, we don't run each exhaustive possibility. 36 // There are 24 total possible tests per each locale. A SPARSENESS 37 // of 12 means we run half of them. A SPARSENESS of 23 means we run 38 // 1 of them. SPARSENESS _must_ be in the range 0..23. 39 int32_t DateFormatRoundTripTest::SPARSENESS = 0; 143 SPARSENESS = 18; 144 logln("Quick mode: only testing SPARSENESS = 18"); 223 // If we have some sparseness, implement it here. Sparseness decreases 225 for(i = 0; i < SPARSENESS; ) { [all...] |
dtfmtrtts.h | 83 static int32_t SPARSENESS;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 39 private int SPARSENESS = 18; 107 // If we have some sparseness, implement it here. Sparseness decreases 109 for (i = 0; i < SPARSENESS; i++) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRoundTripTest.java | 35 private int SPARSENESS = 18; 103 // If we have some sparseness, implement it here. Sparseness decreases 105 for (i = 0; i < SPARSENESS; i++) {
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_reduce.java | 972 public final int sparseness; field in class:UT_reduce.TestDescription 1142 final int log2MaxSize = td.log2MaxSize, maxSize = 1 << log2MaxSize, sparseness = td.sparseness; local 1213 final int log2MaxSize = td.log2MaxSize, maxSize = 1 << log2MaxSize, sparseness = td.sparseness; local [all...] |
/external/libvorbis/lib/ |
codebook.h | 70 int *dec_index; /* only used if sparseness collapsed */
|
/external/libvorbis/vq/ |
localcodebook.h | 70 int *dec_index; /* only used if sparseness collapsed */
|
/external/libopus/silk/ |
tuning_parameters.h | 105 /* threshold for sparseness measure above which to use lower quantization offset during unvoiced */
|
/external/skia/src/core/ |
SkAntiRun.h | 16 Sparseness allows us to independently compose several paths into the
|
/external/neven/Embedded/common/src/b_TensorEm/ |
CompactMat.h | 38 * maximum accuracy for the given number of bits. The matrix takes sparseness
|
/external/libopus/silk/fixed/ |
noise_shape_analysis_FIX.c | 201 /* SPARSENESS PROCESSING */ 209 /* Sparseness measure, based on relative fluctuations of energy per 2 milliseconds */ 229 /* Set quantization offset depending on sparseness measure */
|
/external/squashfs-tools/squashfs-tools/ |
process_fragments.c | 58 * Compute 16 bit BSD checksum over the data, and check for sparseness
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
OpenMapRealVector.java | 93 * Build a vector with known the sparseness (for advanced use only). 102 * Build a vector with known the sparseness and zero tolerance setting (for advanced use only).
|
SparseFieldVector.java | 86 * Build a vector with known the sparseness (for advanced use only).
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
dct_test.go | 39 // Append some randomly generated blocks of varying sparseness.
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
dct_test.go | 39 // Append some randomly generated blocks of varying sparseness.
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
DexData.java | 375 // crunch out the sparseness
|
/system/bt/embdrv/sbc/decoder/srce/ |
synthesis-sbc.c | 73 sparseness has implications for interpreting the values in V. In
|