OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chromium_org/third_party/WebKit/Source/core/css/
CSSParser-in.cpp
[
all
...]
Completed in 119 milliseconds