Searched refs:temp_vector (Results 1 - 21 of 21) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daccelerate.cc71 // Copy the |peak_index| starting at 15 ms to |temp_vector|.
72 AudioMultiVector temp_vector(num_channels_);
73 temp_vector.PushBackInterleaved(&input[fs_mult_120 * num_channels_],
75 // Cross-fade |temp_vector| onto the end of |output|.
76 output->CrossFade(temp_vector, peak_index);
H A Dpreemptive_expand.cc81 // Copy the last |peak_index| samples up to 15 ms to |temp_vector|.
82 AudioMultiVector temp_vector(num_channels_);
83 temp_vector.PushBackInterleaved(
86 // Cross-fade |temp_vector| onto the end of |output|.
87 output->CrossFade(temp_vector, peak_index);
/external/libvorbis/doc/
H A D06-floor0.tex64 7) vector [temp_vector] = read vector from bitstream using codebook number [floor0_book_list] element [booknumber] in VQ context.
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/v8/src/crankshaft/arm/
H A Dlithium-arm.h1500 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1570 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1584 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
2024 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2089 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-arm.cc2593 Register vector_register = ToRegister(instr->temp_vector());
2610 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1509 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1595 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1609 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
2041 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2099 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc2388 Register vector_register = ToRegister(instr->temp_vector());
2405 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1464 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1534 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1548 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1988 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2047 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-mips.cc2484 Register vector_register = ToRegister(instr->temp_vector());
2501 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1526 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1596 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1610 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
2034 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2093 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc2605 Register vector_register = ToRegister(instr->temp_vector());
2622 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1476 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1542 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1556 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1973 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2036 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc2669 Register vector_register = ToRegister(instr->temp_vector());
2686 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1374 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1436 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1450 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1841 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
1902 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-s390.cc2642 Register vector_register = ToRegister(instr->temp_vector());
2658 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1510 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1591 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1605 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
2032 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2089 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-x64.cc2531 Register vector_register = ToRegister(instr->temp_vector());
2548 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1499 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1585 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1599 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
2027 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2085 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-x87.cc2673 Register vector_register = ToRegister(instr->temp_vector());
2690 Register vector_register = ToRegister(instr->temp_vector());
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1564 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1669 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
1686 LOperand* temp_vector() { return temps_[0]; } function in class:v8::internal::final
2370 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
2422 LOperand* temp_vector() { return temps_[1]; } function in class:v8::internal::final
H A Dlithium-codegen-arm64.cc3038 Register vector_register = ToRegister(instr->temp_vector());
3055 Register vector_register = ToRegister(instr->temp_vector());

Completed in 499 milliseconds