Searched refs:c_s (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc_psy.c | 121 const float c_s = coeffs[j]*coeffs[j]; in step_collect_psy_metrics() local 122 dist_dev += (avg_c_s - c_s)*(avg_c_s - c_s); in step_collect_psy_metrics()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 808 void c_s(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
|
H A D | assembler-mips64.cc | 3123 void Assembler::c_s(FPUCondition cond, FPURegister fs, FPURegister ft, in c_s() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 748 void c_s(FPUCondition cond, FPURegister ft, FPURegister fs, uint16_t cc = 0);
|
H A D | assembler-mips.cc | 2917 void Assembler::c_s(FPUCondition cond, FPURegister fs, FPURegister ft, in c_s() function in v8::internal::Assembler
|
Completed in 22 milliseconds