/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
inv_sysfs_utils.h | 19 * @scale: LSBs / dps (or LSBs / Gs). 20 * @temp_scale: LSBs / degrees C. 21 * @temp_offset: Offset in LSBs.
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d8_31pf.cpp | 103 LSBs -- Word16 -- LSB part of the index 165 Word16 LSBs, /* i : LSB part of the index */ 178 pos_indx[index1] = ((MSBs-25*(MSBs/25))%5)*2 + (LSBs-4*(LSBs/4))%2; 179 pos_indx[index2] = ((MSBs-25*(MSBs/25))/5)*2 + (LSBs-4*(LSBs/4))/2; 180 pos_indx[index3] = (MSBs/25)*2 + LSBs/4; 223 ic = LSBs - ((LSBs >> 2) << 2); 245 ib = LSBs >> 2 [all...] |
/cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/ |
MemoryNative.java | 37 * @param c char to set. Only LSBs will be used to get char value.
|
/external/dropbear/libtommath/ |
bn_mp_cnt_lsb.c | 22 /* Counts the number of lsbs which are zero before the first zero bit */
|
/external/flac/libFLAC/ |
bitreader.c | 780 FLAC__uint32 lsbs = 0, msbs = 0; local 791 /* read the binary LSBs */ 792 if(!FLAC__bitreader_read_raw_uint32(br, &lsbs, parameter)) 796 uval = (msbs << parameter) | lsbs; 813 unsigned bits; /* the # of binary LSBs left to read to finish a rice codeword */ [all...] |
bitwriter.c | 531 pattern |= (uval & ((1<<parameter)-1)); /* the binary LSBs */ 538 FLAC__bitwriter_write_raw_uint32(bw, pattern, interesting_bits); /* write the unary end bit and binary LSBs */ 682 pattern |= (uval & ((1u<<k)-1)); /* the binary LSBs */ 692 /* write the unary end bit and binary LSBs */ 709 /* write the binary LSBs */ 740 pattern |= (uval & ((1u<<k)-1)); /* the binary LSBs */ 750 /* write the unary end bit and binary LSBs */ 767 /* write the binary LSBs */
|
/external/chromium_org/media/filters/ |
h264_to_annex_b_bitstream_converter.cc | 51 // Fifth byte's two LSBs contain the interleaving field's size minus one 58 // Sixth byte's five LSBs contain the number of SPSs 173 // Fifth byte's two LSBs contain the interleaving field's size minus one 180 // Sixth byte's five LSBs contain the number of SPSs
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3barch.h | 30 /* Types of immediate. All immediates are stored in the LSBs of the insn. */
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_defs.h | 136 #define AVDT_ALH_LCODE_9BITM0 0x02 /* 9 bit length field, MSB = 0, 8 LSBs in 1 octet following */ 137 #define AVDT_ALH_LCODE_9BITM1 0x03 /* 9 bit length field, MSB = 1, 8 LSBs in 1 octet following */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r300_fragprog_emit.c | 71 * @param lsbs The number of least significant bits 73 static unsigned int get_msbs_tex(unsigned int bits, unsigned int lsbs) 75 return (bits >> lsbs) & 0x15; 78 #define R400_EXT_GET_MSBS(x, lsbs, mask) (((x) >> lsbs) & mask)
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r300_fragprog_emit.c | 71 * @param lsbs The number of least significant bits 73 static unsigned int get_msbs_tex(unsigned int bits, unsigned int lsbs) 75 return (bits >> lsbs) & 0x15; 78 #define R400_EXT_GET_MSBS(x, lsbs, mask) (((x) >> lsbs) & mask)
|
/external/chromium_org/third_party/opus/src/silk/ |
decode_pulses.c | 74 /* When we've already got 10 LSBs, we shift the table to not allow (MAX_PULSES + 1) */
|
decode_indices.c | 67 /* Independent coding, in two stages: MSB bits followed by 3 LSBs */
|
encode_indices.c | 76 /* independent coding, in two stages: MSB bits followed by 3 LSBs */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_misc_state.c | 126 * "The 3 LSBs of both offsets must be zero to ensure correct 168 * "The 3 LSBs of both offsets must be zero to ensure correct
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_misc_state.c | 126 * "The 3 LSBs of both offsets must be zero to ensure correct 168 * "The 3 LSBs of both offsets must be zero to ensure correct
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlarray.c | 49 * The values are scaled at 1 dps = 2^16 LSBs. 68 * where 1 g = 2^16 LSBs. 87 * 2^16 LSBs = 1 deg C. 108 * Values are scaled, where 1.0 = 2^30 LSBs. 139 * The values are scaled where 1.0 = 2^30 LSBs. 156 * The values are scaled where 1 g (gravity) = 2^16 LSBs. 174 * The values are scaled where 1 g (gravity) = 2^16 LSBs. 438 * Celcius). Values are scaled so that 1 dps per deg C = 2^16 LSBs. 475 * The values are scaled such that 1 dps = 2^16 LSBs. 505 * The values are scaled such that 1 g (gravity) = 2^16 LSBs [all...] |
/hardware/invensense/60xx/libsensors_iio/ |
libmplmpu.so | |
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/ |
libmplmpu.so | |
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioSystemLegacy.h | 98 // MP3 sub format field definition : can use 11 LSBs in the same way as MP3 frame header to specify
|
/external/aac/libAACdec/src/ |
block.h | 228 * \param lsb 2 LSBs of the scale factor (scaleFactor % 4) applied as power 2 factor to the
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.cpp | 381 /* Delete the 2 LSBs (14-bit output) */
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
sp_enc.cpp | 526 // Delete the 3 LSBs (13-bit input) 576 /* Delete the 3 LSBs (13-bit input) */ 668 // Delete the 3 LSBs (13-bit input) 737 /* Delete the 3 LSBs (13-bit input) */
|
/hardware/invensense/65xx/libsensors_iio/ |
libmplmpu.so | |
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/ |
libmplmpu.so | |