Home
last modified time | relevance | path

Searched refs:tmp32 (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dmdf_tm.h365 register spx_word32_t tmp32; in mdf_preemph() local
368 tmp32 = SUB32(EXTEND32(far_endi), EXTEND32(MULT16_16_P15(preemph,memX))); in mdf_preemph()
371 saturated = mux(iabs(tmp32) > 32767, M+1, saturated); in mdf_preemph()
372 tmp32 = iclipi(tmp32,32767); in mdf_preemph()
375 x[i] = EXTRACT16(tmp32); in mdf_preemph()
377 tmp32 = SUB32(EXTEND32(inputi), EXTEND32(MULT16_16_P15(preemph, memD))); in mdf_preemph()
380 saturated = mux( ((tmp32 > 32767) && (saturated == 0)), 1, in mdf_preemph()
381 mux( ((tmp32 <-32767) && (saturated == 0)), 1, saturated )); in mdf_preemph()
382 tmp32 in mdf_preemph()
848 register spx_word32_t tmp32, tmpx; mdf_compute_filtered_spectra_crosscorrelations() local
943 register spx_word32_t tmp32; mdf_compute_RER() local
1047 { register spx_word32_t tmp32, tmp32q; mdf_adapt() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmdf.c700 spx_word32_t tmp32; in speex_echo_cancellation() local
724 spx_word32_t tmp32; in speex_echo_cancellation() local
726 tmp32 = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(MULT16_16_P15(st->preemph, st->memD[chan]))); in speex_echo_cancellation()
728 if (tmp32 > 32767) in speex_echo_cancellation()
730 tmp32 = 32767; in speex_echo_cancellation()
734 if (tmp32 < -32767) in speex_echo_cancellation()
736 tmp32 = -32767; in speex_echo_cancellation()
742 st->input[chan*st->frame_size+i] = EXTRACT16(tmp32); in speex_echo_cancellation()
750 spx_word32_t tmp32; in speex_echo_cancellation() local
752 tmp32 in speex_echo_cancellation()
[all...]
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c537 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; in yuv2rgb_full_X_vsx_template() local
644 tmp32 = vec_mul(vu32_l, u2g_coeff); in yuv2rgb_full_X_vsx_template()
646 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_X_vsx_template()
648 tmp32 = vec_mul(vu32_r, u2g_coeff); in yuv2rgb_full_X_vsx_template()
650 G_r = vec_add(G_r, tmp32); in yuv2rgb_full_X_vsx_template()
694 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; in yuv2rgb_full_2_vsx_template() local
784 tmp32 = vec_mul(vu32_l, u2g_coeff); in yuv2rgb_full_2_vsx_template()
786 G_l = vec_add(G_l, tmp32); in yuv2rgb_full_2_vsx_template()
788 tmp32 = vec_mul(vu32_r, u2g_coeff); in yuv2rgb_full_2_vsx_template()
790 G_r = vec_add(G_r, tmp32); in yuv2rgb_full_2_vsx_template()
816 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32; yuv2rgb_2_vsx_template() local
987 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; yuv2rgb_full_1_vsx_template() local
1116 vec_s32 vy32_l, vy32_r, vu32_l, vu32_r, vv32_l, vv32_r, tmp32, tmp32_2; yuv2rgb_1_vsx_template() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl128 $tmp32="%i5";
142 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
152 srlx @X[$j+1],$tmp32,$tmp1
158 srlx $T1,$tmp32,$T1
192 srlx @pair[2],$tmp32,@pair[1]
210 srlx @pair[2],$tmp32,@pair[1]
282 $xi=$tmp32;
300 $xi=$tmp32;
682 mov 32,$tmp32
683 sub $tmp32,
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl128 $tmp32="%i5";
142 subcc %g0,$tmp31,$tmp32 ! should be 64-$tmp31, but -$tmp31 works too
152 srlx @X[$j+1],$tmp32,$tmp1
158 srlx $T1,$tmp32,$T1
192 srlx @pair[2],$tmp32,@pair[1]
210 srlx @pair[2],$tmp32,@pair[1]
282 $xi=$tmp32;
300 $xi=$tmp32;
682 mov 32,$tmp32
683 sub $tmp32,
[all...]
/third_party/curl/projects/
H A Dbuild-openssl.bat514 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug" 1>nul
517 rd tmp32.dbg /s /q
545 move tmp32\lib.pdb "%OUTDIR%\LIB Release" 1>nul
548 rd tmp32 /s /q
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpredictor_enc.c433 uint32_t* const tmp32 = upper_row; in CopyImageWithPrediction() local
435 current_row = tmp32; in CopyImageWithPrediction()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp1400 src_reg tmp32 = src_reg(this, glsl_type::vec4_type); in nir_emit_alu() local
1414 emit(F16TO32(dst_reg(tmp32), tmp16)); in nir_emit_alu()
1416 inst = emit(BRW_OPCODE_SEL, dst, zero, tmp32); in nir_emit_alu()
H A Dbrw_fs_nir.cpp1660 fs_reg tmp32 = bld.vgrf(BRW_REGISTER_TYPE_F); in nir_emit_alu() variable
1679 bld.emit(BRW_OPCODE_F16TO32, tmp32, tmp16); in nir_emit_alu()
1681 inst = bld.SEL(result, zero, tmp32); in nir_emit_alu()

Completed in 19 milliseconds