/third_party/ffmpeg/libavcodec/ |
H A D | g723_1enc.c | 474 int ccr, eng, orig_eng, ccr_eng, exp; in estimate_pitch() local 487 ccr = ff_dot_product(buf + start, buf + offset, HALF_FRAME_LEN); in estimate_pitch() 488 if (ccr <= 0) in estimate_pitch() 492 exp = ff_g723_1_normalize_bits(ccr, 31); in estimate_pitch() 493 ccr = av_clipl_int32((int64_t) (ccr << exp) + (1 << 15)) >> 16; in estimate_pitch() 495 ccr *= ccr; in estimate_pitch() 496 temp = ff_g723_1_normalize_bits(ccr, 31); in estimate_pitch() 497 ccr in estimate_pitch() 541 int ccr, eng, max_ccr, max_eng; comp_harmonic_coeff() local [all...] |
H A D | g723_1dec.c | 352 int limit, ccr, lag = 0; in autocorr_max() local 362 ccr = ff_g723_1_dot_product(buf, buf + dir * i, length); in autocorr_max() 364 if (ccr > *ccr_max) { in autocorr_max() 365 *ccr_max = ccr; in autocorr_max() 379 * @param ccr cross-correlation 383 int tgt_eng, int ccr, int res_eng) in comp_ppf_gains() 391 temp2 = ccr * ccr << 1; in comp_ppf_gains() 394 if (ccr >= res_eng) { in comp_ppf_gains() 397 ppf->opt_gain = (ccr << 1 in comp_ppf_gains() 382 comp_ppf_gains(int lag, PPFParam *ppf, enum Rate cur_rate, int tgt_eng, int ccr, int res_eng) comp_ppf_gains() argument 522 int index, ccr, tgt_eng, best_eng, temp; comp_interp_index() local [all...] |
/third_party/musl/arch/powerpc/bits/ |
H A D | user.h | 3 unsigned long gpr[32], nip, msr, orig_gpr3, ctr, link, xer, ccr, mq; member
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | user.h | 3 unsigned long gpr[32], nip, msr, orig_gpr3, ctr, link, xer, ccr, softe; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | osfiber_asm_ppc64.h | 99 uintptr_t ccr; member 172 static_assert(offsetof(marl_fiber_context, ccr) == MARL_REG_CCR,
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 48 ! Following is V9 "rd %ccr,%o0" instruction. However! V8 54 .word 0x91408000 !rd %ccr,%o0 181 .word 0x95408000 !rd %ccr,%o2, see comment above 229 .word 0x91408000 !rd %ccr,%o0 391 .word 0x83408000 !rd %ccr,%g1 561 .word 0x83408000 !rd %ccr,%g1
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 48 ! Following is V9 "rd %ccr,%o0" instruction. However! V8 54 .word 0x91408000 !rd %ccr,%o0 181 .word 0x95408000 !rd %ccr,%o2, see comment above 229 .word 0x91408000 !rd %ccr,%o0 391 .word 0x83408000 !rd %ccr,%g1 561 .word 0x83408000 !rd %ccr,%g1
|
/third_party/elfutils/backends/ |
H A D | ppc_initreg.c | 96 uint32_t ccr; in ppc_set_initial_registers_tid()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 367 my ($ptbl,$pwr,$ccr,$skip_wr)=@_; 375 sll %o5, %o4, $ccr 378 wr $ccr, %g0, %ccr 594 wr %o4, %g0, %ccr 966 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$ccr)=map("%l$_",(0..7)); 968 &load_ccr($bp,"%g4",$ccr); 1055 wr $ccr, %g0, %ccr
|
/third_party/openssl/crypto/bn/asm/ |
H A D | sparct4-mont.pl | 367 my ($ptbl,$pwr,$ccr,$skip_wr)=@_; 375 sll %o5, %o4, $ccr 378 wr $ccr, %g0, %ccr 594 wr %o4, %g0, %ccr 966 ($t0,$t1,$t2,$t3,$cnt,$tp,$bufsz,$ccr)=map("%l$_",(0..7)); 968 &load_ccr($bp,"%g4",$ccr); 1055 wr $ccr, %g0, %ccr
|
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 403 ASN1_EXP(OSSL_CMP_PKIBODY, value.ccr, OSSL_CRMF_MSGS, 13),
|
H A D | cmp_local.h | 525 * ccr [13] CertReqMessages, --Cross-Cert. Request 584 * ccr [13] CertReqMessages, --Cross-Cert. Request 586 OSSL_CRMF_MSGS *ccr; /* 13 */ member
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_asn.c | 403 ASN1_EXP(OSSL_CMP_PKIBODY, value.ccr, OSSL_CRMF_MSGS, 13),
|
H A D | cmp_local.h | 525 * ccr [13] CertReqMessages, --Cross-Cert. Request 584 * ccr [13] CertReqMessages, --Cross-Cert. Request 586 OSSL_CRMF_MSGS *ccr; /* 13 */ member
|