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

  /external/aac/libAACdec/src/
rvlc.cpp 237 of a DPCM coded scalefactor.
242 DPCM value (which has a absolute value of 7)
349 description: Decodes a RVL-coded dpcm-word (-part).
354 return: - a dpcm value which is within range [0,1,..,14] in case of
355 no errors. The offset of 7 must be subtracted to get a valid dpcm scalefactor
398 /* check max value of dpcm value */
409 return value; /* return a dpcm value with offset +7 or an error status */
440 SHORT dpcm; local
478 dpcm = decodeRVLCodeword(bs, pRvlc);
479 if (dpcm < 0)
618 SHORT band, group, dpcm, offset; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_rev_vlc.c 527 WORD16 dpcm; local
565 dpcm = ixheaacd_decode_rvlc_code_word(it_bit_buff, ptr_rvlc);
566 if (dpcm < 0) {
570 dpcm -= 7;
572 if ((dpcm == -7) || (dpcm == 7)) {
577 if (dpcm == -7) {
578 dpcm -= *ptr_scf_esc++;
580 dpcm += *ptr_scf_esc++;
588 position += dpcm;
697 WORD16 band, group, dpcm, ixheaacd_drc_offset; local
    [all...]
  /external/libcups/cups/
encode.c 724 !_cups_strcasecmp(s, "dpcm"))

Completed in 220 milliseconds