HomeSort by relevance Sort by last modified time
    Searched full:msbits (Results 1 - 25 of 29) sorted by null

1 2

  /external/flac/libFLAC/
bitwriter.c 513 unsigned msbits; local
527 msbits = uval >> parameter;
529 if(bw->bits && bw->bits + msbits + lsbits < FLAC__BITS_PER_WORD) { /* i.e. if the whole thing fits in the current uint32_t */
531 bw->bits = bw->bits + msbits + lsbits;
534 bw->accum <<= msbits + lsbits;
538 /* slightly pessimistic size check but faster than "<= bw->words + (bw->bits+msbits+lsbits+FLAC__BITS_PER_WORD-1)/FLAC__BITS_PER_WORD" */
540 if(bw->capacity <= bw->words + bw->bits + msbits + 1/*lsbits always fit in 1 uint32_t*/ && !bitwriter_grow_(bw, msbits+lsbits))
543 if(msbits) {
547 if(msbits < left)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
stat_bits.c 54 Word16 msBits, sfbOff, sfb;
55 msBits = 0;
66 msBits += 1;
69 return(msBits);
  /external/boringssl/src/crypto/rsa/
padding.c 498 int maskedDBLen, MSBits, emLen;
525 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
527 if (EM[0] & (0xFF << MSBits)) {
531 if (MSBits == 0) {
557 if (MSBits) {
558 DB[0] &= 0xFF >> (8 - MSBits);
604 size_t maskedDBLen, MSBits, emLen;
633 MSBits = (BN_num_bits(rsa->n) - 1) & 0x7;
635 if (MSBits == 0) {
693 if (MSBits) {
    [all...]
  /external/autotest/client/site_tests/audio_Aplay/
audio_Aplay.py 34 msbits : 16
  /external/aac/libAACenc/src/
bitenc.cpp 389 INT sfb, sfbOff, msBits = 0;
397 msBits += 2;
402 msBits += 2;
407 msBits += 2;
418 msBits += 1;
425 msBits += 2;
429 msBits += 1;
434 return (msBits);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 305 ALOGV("msbits = %d\n", p->msbits);
  /external/libhevc/decoder/
ihevcd_structs.h 1029 * 2 LSBits give coding_tree_depth for 0th 8x8 and 2 MSBits give coding_tree_depth for 15th 8x8 and so on
1038 * 2 LSBits give coding_tree_depth for 0th 8x8 and 2 MSBits give coding_tree_depth for 15th 8x8 and so on
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 343 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 350 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libasound.so 
libasound.so.2 
libasound.so.2.0.0 
  /external/kernel-headers/original/uapi/sound/
asound.h 387 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 369 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 375 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 368 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 368 unsigned int msbits; /* R: used most significant bits */ member in struct:snd_pcm_hw_params
    [all...]
  /bionic/libc/kernel/uapi/sound/
asound.h 364 unsigned int msbits; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 354 unsigned int msbits; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 355 unsigned int msbits; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 352 unsigned int msbits; member in struct:snd_pcm_hw_params
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 352 unsigned int msbits; member in struct:snd_pcm_hw_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libasound.so 
libasound.so.2 
libasound.so.2.0.0 

Completed in 1276 milliseconds

1 2