Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 147) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Ddct_inline.h85 int32 carry, abs_sum; in sum_abs() local
87 carry = k0 >> 31; in sum_abs()
88 abs_sum = (k0 ^ carry); in sum_abs()
89 carry = k1 >> 31; in sum_abs()
90 abs_sum += (k1 ^ carry) - carry; in sum_abs()
91 carry = k2 >> 31; in sum_abs()
92 abs_sum += (k2 ^ carry) - carry; in sum_abs()
93 carry = k3 >> 31; in sum_abs()
94 abs_sum += (k3 ^ carry) - carry; in sum_abs()
95 carry = k4 >> 31; in sum_abs()
[all …]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_crc.cpp145 uint32 carry; in calculate_crc() local
150 carry = *crc & 0x8000; in calculate_crc()
152 if (!carry ^ !(data & masking)) in calculate_crc()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c225 unsigned char carry = 0; in FwdLockFile_CalculateCounter() local
229 pCounter[i] = part + carry; in FwdLockFile_CalculateCounter()
230 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0; in FwdLockFile_CalculateCounter()
233 pCounter[i] = pNonce[i] + carry; in FwdLockFile_CalculateCounter()
234 carry = (pCounter[i] < pNonce[i]) ? 1 : 0; in FwdLockFile_CalculateCounter()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dutils.js526 var carry = (bitsLow == 0) ? 1 : 0;
527 bitsHigh = (~bitsHigh + carry) >>> 0;
/frameworks/native/cmds/service/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/id3/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/am/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/mediaserver/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/packages/InputDevices/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/dpm/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/timedtext/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/media/jni/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/rtsp/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libstagefright/codecs/on2/enc/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/extractors/mpeg2/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/extractors/midi/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/cmds/appops/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/libmedia/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/base/packages/Keyguard/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/native/libs/ui/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/extractors/flac/
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/frameworks/av/media/codec2/components/g711/
DNOTICE110 (b) You must cause any modified files to carry prominent notices

123456