/third_party/ffmpeg/libavresample/ |
H A D | audio_mix.c | 61 void ff_audio_mix_set_func(AudioMix *am, enum AVSampleFormat fmt, in ff_audio_mix_set_func() argument 66 if (fmt == am->fmt && coeff_type == am->coeff_type && in ff_audio_mix_set_func() 67 ( in_channels == am->in_matrix_channels || in_channels == 0) && in ff_audio_mix_set_func() 68 (out_channels == am->out_matrix_channels || out_channels == 0)) { in ff_audio_mix_set_func() 70 am->mix = mix_func; in ff_audio_mix_set_func() 71 am->func_descr = descr; in ff_audio_mix_set_func() 72 am->ptr_align = ptr_align; in ff_audio_mix_set_func() 73 am->samples_align = samples_align; in ff_audio_mix_set_func() 75 am in ff_audio_mix_set_func() 285 mix_function_init(AudioMix *am) mix_function_init() argument 343 AudioMix *am; ff_audio_mix_alloc() local 411 AudioMix *am; ff_audio_mix_free() local 428 ff_audio_mix(AudioMix *am, AudioData *src) ff_audio_mix() argument 483 ff_audio_mix_get_matrix(AudioMix *am, double *matrix, int stride) ff_audio_mix_get_matrix() argument 530 reduce_matrix(AudioMix *am, const double *matrix, int stride) reduce_matrix() argument 653 ff_audio_mix_set_matrix(AudioMix *am, const double *matrix, int stride) ff_audio_mix_set_matrix() argument [all...] |
H A D | audio_mix.h | 44 * @param am AudioMix context 54 void ff_audio_mix_set_func(AudioMix *am, enum AVSampleFormat fmt, 73 void ff_audio_mix_free(AudioMix **am); 78 int ff_audio_mix(AudioMix *am, AudioData *src); 83 int ff_audio_mix_get_matrix(AudioMix *am, double *matrix, int stride); 88 int ff_audio_mix_set_matrix(AudioMix *am, const double *matrix, int stride); 92 void ff_audio_mix_init_x86(AudioMix *am);
|
H A D | utils.c | 243 avr->am = ff_audio_mix_alloc(avr); in avresample_open() 244 if (!avr->am) { in avresample_open() 272 ff_audio_mix_free(&avr->am); in avresample_close() 426 ret = ff_audio_mix(avr->am, avr->in_buffer); in avresample_convert() 466 ret = ff_audio_mix(avr->am, current_buffer); in avresample_convert() 642 if (avr->am) in avresample_get_matrix() 643 return ff_audio_mix_get_matrix(avr->am, matrix, stride); in avresample_get_matrix() 671 if (avr->am) in avresample_set_matrix() 672 return ff_audio_mix_set_matrix(avr->am, matrix, stride); in avresample_set_matrix()
|
H A D | internal.h | 96 AudioMix *am; /**< channel mixing context */ member
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | audio_mix_init.c | 110 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ 113 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ 118 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ 121 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ 126 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ 129 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ 140 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ 143 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_FLTP, AV_MIX_COEFF_TYPE_FLT,\ 146 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16P, AV_MIX_COEFF_TYPE_FLT,\ 149 ff_audio_mix_set_func(am, AV_SAMPLE_FMT_S16 174 ff_audio_mix_init_x86(AudioMix *am) ff_audio_mix_init_x86() argument [all...] |
/third_party/optimized-routines/math/test/rtest/ |
H A D | semi.c | 133 uint32 am[2], bm[2]; in test_fmod() local 175 test_frexp(a, am, (uint32 *)&aex); in test_fmod() 177 am[0] &= 0xFFFFF, am[0] |= 0x100000; in test_fmod() 181 if (am[0] > bm[0] || (am[0] == bm[0] && am[1] >= bm[1])) { in test_fmod() 182 am[1] -= bm[1]; in test_fmod() 183 am[0] = am[ in test_fmod() 207 uint32 am, bm; test_fmodf() local [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | module-alsa-card.c | 209 pa_alsa_mapping *am; in card_set_profile() local 221 PA_IDXSET_FOREACH(am, od->profile->output_mappings, idx) { in card_set_profile() 222 if (!am->sink) in card_set_profile() 227 pa_idxset_get_by_data(nd->profile->output_mappings, am, NULL)) in card_set_profile() 230 sink_inputs = pa_sink_move_all_start(am->sink, sink_inputs); in card_set_profile() 231 pa_alsa_sink_free(am->sink); in card_set_profile() 232 am->sink = NULL; in card_set_profile() 236 PA_IDXSET_FOREACH(am, od->profile->input_mappings, idx) { in card_set_profile() 237 if (!am->source) in card_set_profile() 242 pa_idxset_get_by_data(nd->profile->input_mappings, am, NUL in card_set_profile() 295 pa_alsa_mapping *am; init_profile() local [all...] |
/third_party/skia/bin/ |
H A D | compare | 45 am, bm = m(a[key]), m(b[key]) 49 ps.append((bm/am, p, key, am, bm, asem, bsem)) 61 for ratio, p, key, am, bm, asem, bsem in ps: 65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem), 68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
|
/third_party/skia/src/core/ |
H A D | SkResourceCache.cpp | 476 SkAutoMutexExclusive am(resource_cache_mutex()); in GetTotalBytesUsed() 481 SkAutoMutexExclusive am(resource_cache_mutex()); in GetTotalByteLimit() 486 SkAutoMutexExclusive am(resource_cache_mutex()); in SetTotalByteLimit() 491 SkAutoMutexExclusive am(resource_cache_mutex()); in GetDiscardableFactory() 496 SkAutoMutexExclusive am(resource_cache_mutex()); in NewCachedData() 501 SkAutoMutexExclusive am(resource_cache_mutex()); in Dump() 506 SkAutoMutexExclusive am(resource_cache_mutex()); in SetSingleAllocationByteLimit() 511 SkAutoMutexExclusive am(resource_cache_mutex()); in GetSingleAllocationByteLimit() 516 SkAutoMutexExclusive am(resource_cache_mutex()); in GetEffectiveSingleAllocationByteLimit() 521 SkAutoMutexExclusive am(resource_cache_mute in PurgeAll() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | snow.c | 192 int am=0; in mc_block() local 194 am= 20*(a2+a3) - 5*(a1+a4) + (a0+a5); in mc_block() 195 tmpI[x]= am; in mc_block() 196 am= (am+16)>>5; in mc_block() 198 am= p->hcoeff[0]*(a2+a3) + p->hcoeff[1]*(a1+a4) + p->hcoeff[2]*(a0+a5) + p->hcoeff[3]*(a_1+a6); in mc_block() 199 tmpI[x]= am; in mc_block() 200 am= (am+32)>>6; in mc_block() 203 if(am in mc_block() 226 int am=0; mc_block() local 254 int am=0; mc_block() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 621 BIGNUM tmp, am; in BN_mod_exp_mont_consttime() local 732 * of am, am itself and tmp. in BN_mod_exp_mont_consttime() 757 /* lay down tmp and am right after powers table */ in BN_mod_exp_mont_consttime() 759 am.d = tmp.d + top; in BN_mod_exp_mont_consttime() 760 tmp.top = am.top = 0; in BN_mod_exp_mont_consttime() 761 tmp.dmax = am.dmax = top; in BN_mod_exp_mont_consttime() 762 tmp.neg = am.neg = 0; in BN_mod_exp_mont_consttime() 763 tmp.flags = am.flags = BN_FLG_STATIC_DATA; in BN_mod_exp_mont_consttime() 779 if (!bn_to_mont_fixed_top(&am, in BN_mod_exp_mont_consttime() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 613 BIGNUM tmp, am; in BN_mod_exp_mont_consttime() local 724 * of am, am itself and tmp. in BN_mod_exp_mont_consttime() 749 /* lay down tmp and am right after powers table */ in BN_mod_exp_mont_consttime() 751 am.d = tmp.d + top; in BN_mod_exp_mont_consttime() 752 tmp.top = am.top = 0; in BN_mod_exp_mont_consttime() 753 tmp.dmax = am.dmax = top; in BN_mod_exp_mont_consttime() 754 tmp.neg = am.neg = 0; in BN_mod_exp_mont_consttime() 755 tmp.flags = am.flags = BN_FLG_STATIC_DATA; in BN_mod_exp_mont_consttime() 771 if (!bn_to_mont_fixed_top(&am, in BN_mod_exp_mont_consttime() [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | code-factory.cc | 31 const ArgvMode am = argv_mode; in CEntry() local 34 if (rs == 1 && sd == SaveFPRegsMode::kIgnore && am == ArgvMode::kStack && in CEntry() 38 am == ArgvMode::kStack && be) { in CEntry() 41 am == ArgvMode::kRegister && !be) { in CEntry() 43 } else if (rs == 1 && sd == SaveFPRegsMode::kSave && am == ArgvMode::kStack && in CEntry() 46 } else if (rs == 1 && sd == SaveFPRegsMode::kSave && am == ArgvMode::kStack && in CEntry() 50 am == ArgvMode::kStack && !be) { in CEntry() 53 am == ArgvMode::kStack && be) { in CEntry() 56 am == ArgvMode::kRegister && !be) { in CEntry() 58 } else if (rs == 2 && sd == SaveFPRegsMode::kSave && am in CEntry() [all...] |
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/ |
H A D | main.cc | 46 amber::Amber am; in amber_sample_main() local 48 amber::Result r = am.Parse(info.script_content, &recipe); in amber_sample_main() 56 r = am.ExecuteWithShaderData(&recipe, amber_options, info.shader_map); in amber_sample_main()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | VulkanPipelineCachePerf.cpp | 89 gl::AttributesMask am; in step() local 105 (void)mCache.getPipeline(VK_NULL_HANDLE, pc, rp, pl, am, ctm, dbm, ssm, in step() 114 (void)mCache.getPipeline(VK_NULL_HANDLE, pc, rp, pl, am, ctm, dbm, ssm, defaultSpecConsts, in step()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.h | 282 explicit Address(Register rn, int32_t offset = 0, Mode am = Offset) { 286 encoding_ = (am ^ (1 << kUShift)) | -offset; // Flip U to adjust sign. 288 encoding_ = am | offset; 296 Address(Register rn, Register r, Mode am); 299 Mode am = Offset) { in Address() 307 encoding_ = o.encoding() | am | (static_cast<uint32_t>(rn) << kRnShift); in Address() 311 Address(Register rn, Register rm, Shift shift, Register r, Mode am = Offset); 570 void ldm(BlockAddressMode am, Register base, 575 void stm(BlockAddressMode am, Register base, 648 void vldms(BlockAddressMode am, Registe [all...] |
H A D | assembler_arm.cc | 137 BlockAddressMode am, 145 am | 523 void Assembler::ldm(BlockAddressMode am, Register base, RegList regs, 526 EmitMultiMemOp(cond, am, true, base, regs); 531 void Assembler::stm(BlockAddressMode am, Register base, RegList regs, 534 EmitMultiMemOp(cond, am, false, base, regs); 775 void Assembler::EmitMultiVSMemOp(Condition cond, BlockAddressMode am, bool load, 785 B26 | B11 | B9 | am | (load ? L : 0) | 792 void Assembler::EmitMultiVDMemOp(Condition cond, BlockAddressMode am, bool load, 804 B8 | am | (loa [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 406 MemOperand::MemOperand(Register rn, int32_t offset, AddrMode am) in MemOperand() argument 407 : rn_(rn), rm_(no_reg), offset_(offset), am_(am) { in MemOperand() 411 if (am == Offset) DCHECK_LE(0, offset); in MemOperand() 412 if (am == NegOffset) DCHECK_GE(0, offset); in MemOperand() 416 MemOperand::MemOperand(Register rn, Register rm, AddrMode am) in MemOperand() argument 417 : rn_(rn), rm_(rm), shift_op_(LSL), shift_imm_(0), am_(am) {} in MemOperand() 420 int shift_imm, AddrMode am) in MemOperand() 425 am_(am) { in MemOperand() 429 NeonMemOperand::NeonMemOperand(Register rn, AddrMode am, int align) in NeonMemOperand() argument 430 : rn_(rn), rm_(am in NeonMemOperand() 419 MemOperand(Register rn, Register rm, ShiftOp shift_op, int shift_imm, AddrMode am) MemOperand() argument 1328 int am = x.am_; AddrMode2() local 1369 int am = x.am_; AddrMode3() local 1425 int am = x.am_; AddrMode5() local 2141 AddrMode am = Offset; ldr_pcrel() local 2262 ldm(BlockAddrMode am, Register base, RegList dst, Condition cond) ldm() argument 2280 stm(BlockAddrMode am, Register base, RegList src, Condition cond) stm() argument 2623 vldm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) vldm() argument 2641 vstm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) vstm() argument 2659 vldm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) vldm() argument 2675 vstm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) vstm() argument [all...] |
H A D | assembler-arm.h | 197 explicit MemOperand(Register rn, int32_t offset = 0, AddrMode am = Offset); 202 explicit MemOperand(Register rn, Register rm, AddrMode am = Offset); 208 AddrMode am = Offset); 211 AddrMode am = Offset) { in PointerAddressFromSmiKey() 213 return MemOperand(array, key, LSL, kPointerSizeLog2 - kSmiTagSize, am); in PointerAddressFromSmiKey() 228 AddrMode am() const { return am_; } in am() function in v8::internal::MemOperand 251 explicit NeonMemOperand(Register rn, AddrMode am = Offset, int align = 0); 631 void ldm(BlockAddrMode am, Register base, RegList dst, Condition cond = al); 632 void stm(BlockAddrMode am, Register base, RegList src, Condition cond = al); 705 void vldm(BlockAddrMode am, Registe [all...] |
/third_party/rust/crates/clap/src/parser/ |
H A D | arg_matcher.rs | 83 let mut am = ArgMatcher { in fill_in_global_values() variables 87 am.fill_in_global_values(global_arg_vec, vals_map); in fill_in_global_values() 88 mem::swap(&mut am.matches, &mut sc.matches); in fill_in_global_values()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 297 amber::Amber am (&delegate); in parse() 298 amber::Result r = am.Parse(script, m_recipe); in parse() 399 amber::Amber am (DE_NULL); in iterate() 410 r = am.AreAllRequirementsSupported(m_recipe, &amber_options); in iterate() 440 r = am.ExecuteWithShaderData(m_recipe, &amber_options, shaderMap); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
H A D | vktAmberTestCase.cpp | 296 amber::Amber am (&delegate); in parse() 297 amber::Result r = am.Parse(script, m_recipe); in parse() 398 amber::Amber am (DE_NULL); in iterate() 409 r = am.AreAllRequirementsSupported(m_recipe, &amber_options); in iterate() 439 r = am.ExecuteWithShaderData(m_recipe, &amber_options, shaderMap); in iterate()
|
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 27 // am: Compute w_j += (x*this_i), propagate carries, 74 BigInteger.prototype.am = am2; 78 BigInteger.prototype.am = am1; 82 BigInteger.prototype.am = am3; 331 for(i = 0; i < y.t; ++i) r[i+x.t] = x.am(0,y[i],r,i,0,x.t); 343 var c = x.am(i,x[i],r,2*i,0,1); 344 if((r[i+x.t]+=x.am(i+1,2*x[i],r,2*i+1,c,x.t-i-1)) >= x.DV) { 349 if(r.t > 0) r[r.t-1] += x.am(i,x[i],r,2*i,0,1); 382 t.subTo(y,y); // "negative" y so we can replace sub with am later 387 if((r[i]+=y.am( [all...] |
/third_party/ltp/ |
H A D | Makefile | 19 .SUFFIXES: .am .default .h .in .m4 .mk 21 vpath %.am $(top_srcdir)/m4
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound_fm.h | 46 unsigned char am; /* amplitude modulation */ member
|