HomeSort by relevance Sort by last modified time
    Searched refs:dpcm (Results 1 - 2 of 2) 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...]
  /external/libcups/cups/
encode.c 724 !_cups_strcasecmp(s, "dpcm"))

Completed in 87 milliseconds