Home
last modified time | relevance | path

Searched refs:fshift (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl394 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
436 ldd [%o7 + $ileft], $fshift ! shift left params
446 fshiftorx $in0, $in1, $fshift, $in0
447 fshiftorx $in1, $intail, $fshift, $in1
491 fshiftorx $in0, $in1, $fshift, $in0
492 fshiftorx $in1, $intail, $fshift, $in1
528 ldd [%o7 + $mask], $fshift ! shift right params
533 fshiftorx %f0, %f0, $fshift, %f6
534 fshiftorx %f0, %f2, $fshift, %f8
629 fshiftorx $outhead, %f0, $fshift,
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl394 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
436 ldd [%o7 + $ileft], $fshift ! shift left params
446 fshiftorx $in0, $in1, $fshift, $in0
447 fshiftorx $in1, $intail, $fshift, $in1
491 fshiftorx $in0, $in1, $fshift, $in0
492 fshiftorx $in1, $intail, $fshift, $in1
528 ldd [%o7 + $mask], $fshift ! shift right params
533 fshiftorx %f0, %f0, $fshift, %f6
534 fshiftorx %f0, %f2, $fshift, %f8
629 fshiftorx $outhead, %f0, $fshift,
[all...]
/third_party/ffmpeg/libavcodec/
H A Dscpr3.c225 c = 1 << m->fshift; in update_model6_to_7()
255 a = 256 - m->size << (m->fshift > 0 ? m->fshift - 1 : 0); in calc_sum()
268 for (a = 1 << (0 < m->fshift ? m->fshift - 1 : 0), b = 0; b < 256; b++) in rescale_dec()
280 if (m->fshift > 0) in rescale_dec()
281 m->fshift--; in rescale_dec()
283 a = 256 - m->size << (0 < m->fshift ? m->fshift - 1 : 0); in rescale_dec()
322 n.fshift in update_model5_to_6()
[all...]
H A Dscpr3.h32 uint8_t fshift; member
/third_party/lame/misc/
H A Dabx.c1222 double fshift; in main() local
1264 fshift = cross_analyze ( A, B, len ); in main()
1265 shift = floor ( fshift + 0.5 ); in main()
1268 fprintf ( stderr, "Delay Ch1 is %.4f samples\n", fshift ); in main()

Completed in 5 milliseconds