HomeSort by relevance Sort by last modified time
    Searched full:dpcm (Results 1 - 20 of 20) sorted by null

  /external/aac/libAACdec/src/
rvlc.cpp 215 description: Decode a huffman coded RVLC Escape-word. This value is part of a DPCM coded
220 return: - a single RVLC-Escape value which had to be applied to a DPCM value (which
334 description: Decodes a RVL-coded dpcm-word (-part).
339 return: - a dpcm value which is within range [0,1,..,14] in case of no errors.
340 The offset of 7 must be subtracted to get a valid dpcm scalefactor value.
380 /* check max value of dpcm value */
391 return value; /* return a dpcm value with offset +7 or an error status */
423 SHORT dpcm; local
460 dpcm = decodeRVLCodeword(bs, pRvlc);
461 if ( dpcm < 0 )
610 SHORT band, group, dpcm, offset; local
    [all...]
rvlc_info.h 99 #define MAX_ALLOWED_DPCM_INDEX 14 /* the maximum allowed index of a decoded dpcm value (offset 'TABLE_OFFSET' incl --> must be subtracted) */
100 #define TABLE_OFFSET 7 /* dpcm offset of valid output values of rvl table decoding, the rvl table ouly returns positive values, therefore the offset */
aac_rom.cpp     [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
old_codec_ids.h 289 /* various DPCM codecs */
avcodec.h 382 /* various DPCM codecs */
    [all...]
  /external/aac/libSBRenc/src/
code_env.h 86 \brief DPCM Envelope coding
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitenc.c 176 * description: encode DPCM coded scale factors
  /hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h 409 /* 10bit raw bayer DPCM compressed to 8 bits */
414 /* 10bit raw bayer DPCM compressed to 6 bits */
    [all...]
  /external/aac/libAACenc/src/
bitenc.cpp 286 description: encode DPCM coded scale factors
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev2.h 327 /* 10bit raw bayer DPCM compressed to 8 bits */
    [all...]
  /external/kernel-headers/original/uapi/linux/
videodev2.h 569 /* 10bit raw bayer DPCM compressed to 8 bits */
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
videodev2.h 379 /* 10bit raw bayer DPCM compressed to 8 bits */
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
videodev2.h 376 /* 10bit raw bayer DPCM compressed to 8 bits */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
videodev2.h 361 /* 10bit raw bayer DPCM compressed to 8 bits */
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
jpgd.cpp 566 // Tables and macro used to fully decode the DPCM differences.
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 278 * using DPCM/PCM compression, as defined by the SMIA Functional Specification.
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h 380 /* 10bit raw bayer DPCM compressed to 8 bits */
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 985 milliseconds