Searched refs:compute_frame_energy (Results 1 – 1 of 1) sorted by relevance
/external/libopus/src/ |
D | opus_encoder.c | 860 static opus_val32 compute_frame_energy(const opus_val16 *pcm, int frame_size, int channels, int arc… in compute_frame_energy() function 887 static opus_val32 compute_frame_energy(const opus_val16 *pcm, int frame_size, int channels, int arc… in compute_frame_energy() function 911 noise_energy = compute_frame_energy(pcm, frame_size, channels, arch); in decide_dtx_mode() 1157 compute_frame_energy(pcm, frame_size, st->channels, st->arch)); in opus_encode_native()
|