Searched defs:bits2 (Results 1 - 8 of 8) sorted by path

/external/libopus/celt/
H A Drate.c249 const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance,
278 int tmp = bits1[j] + (mid*(opus_int32)bits2[j]>>ALLOC_STEPS);
299 int tmp = bits1[j] + ((opus_int32)lo*bits2[j]>>ALLOC_STEPS);
537 VARDECL(int, bits2);
563 ALLOC(bits2, len, int);
631 bits2[j] = bits2j;
633 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap,
248 interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, const int *bits1, const int *bits2, const int *thresh, const int *cap, opus_int32 total, opus_int32 *_balance, int skip_rsv, int *intensity, int intensity_rsv, int *dual_stereo, int dual_stereo_rsv, int *bits, int *ebits, int *fine_priority, int C, int LM, ec_ctx *ec, int encode, int prev, int signalBandwidth) argument
/external/libopus/src/
H A Dopus_demo.c245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; local
842 bits2 += len[toggle]*len[toggle]*64;
872 1e-3*sqrt(bits2/count - bits*bits/(count*(double)count))*sampling_rate/frame_size);
/external/ltp/testcases/kernel/device-drivers/include/
H A DincludeTest.c285 int bits = 0, bits2 = 0; local
298 hash_mem(name, bits, bits2);
/external/strace/tests-m32/
H A Dprctl-securebits.c60 static const kernel_ulong_t bits2 = local
75 if (bits2) {
76 prctl(PR_SET_SECUREBITS, bits2);
78 " = %s\n", (unsigned long long) bits2, errstr);
/external/strace/tests-mx32/
H A Dprctl-securebits.c60 static const kernel_ulong_t bits2 = local
75 if (bits2) {
76 prctl(PR_SET_SECUREBITS, bits2);
78 " = %s\n", (unsigned long long) bits2, errstr);
/external/strace/tests/
H A Dprctl-securebits.c60 static const kernel_ulong_t bits2 = local
75 if (bits2) {
76 prctl(PR_SET_SECUREBITS, bits2);
78 " = %s\n", (unsigned long long) bits2, errstr);
/external/v8/src/ast/
H A Dast-types.h308 static bool Is(bitset bits1, bitset bits2) { argument
309 return (bits1 | bits2) == bits2;
/external/v8/src/compiler/
H A Dtypes.h236 static bool Is(bitset bits1, bitset bits2) { argument
237 return (bits1 | bits2) == bits2;

Completed in 404 milliseconds