Home
last modified time | relevance | path

Searched refs:temp_vector (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Daccelerate.cc59 AudioMultiVector temp_vector(num_channels_); in CheckCriteriaAndStretch() local
60 temp_vector.PushBackInterleaved(&input[fs_mult_120 * num_channels_], in CheckCriteriaAndStretch()
63 output->CrossFade(temp_vector, peak_index); in CheckCriteriaAndStretch()
Dpreemptive_expand.cc78 AudioMultiVector temp_vector(num_channels_); in CheckCriteriaAndStretch() local
79 temp_vector.PushBackInterleaved( in CheckCriteriaAndStretch()
83 output->CrossFade(temp_vector, peak_index); in CheckCriteriaAndStretch()
/external/libvorbis/doc/
D06-floor0.tex64 …7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] elem…
65 8) add the scalar value [last] to each scalar in vector [temp_vector]
66 9) [last] = the value of the last scalar in vector [temp_vector]
67 10) concatenate [temp_vector] onto the end of the [coefficients] vector
/external/chromium_org/v8/src/arm/
Dlithium-arm.h1634 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1708 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1733 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-arm.cc2997 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h1597 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1671 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1696 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-mips64.cc2859 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h1624 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1713 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1738 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-x64.cc2853 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h1632 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1726 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1751 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-ia32.cc2831 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h1642 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1736 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1761 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-x87.cc3127 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h1598 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1672 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1697 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-mips.cc2889 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h1757 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1859 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
1876 LOperand* temp_vector() { return temps_[0]; } in temp_vector() function
Dlithium-codegen-arm64.cc3372 Register vector = ToRegister(instr->temp_vector()); in EmitVectorLoadICRegisters()