OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errthresh
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/encoder/
block.h
82
int
errthresh
;
member in struct:__anon7457
ethreading.c
295
z->
errthresh
= x->
errthresh
;
onyx_int.h
334
int
errthresh
;
member in struct:__anon7475
/external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core_sse2.c
76
const __m128 kThresh = _mm_set1_ps(aec->
errThresh
);
117
if (absEf > aec->
errThresh
) {
118
absEf = aec->
errThresh
/ (absEf + 1e-10f);
aec_core.h
132
float
errThresh
; // error threshold
aec_core.c
246
if (absEf > aec->
errThresh
) {
247
absEf = aec->
errThresh
/ (absEf + 1e-10f);
351
aec->
errThresh
= 2e-6f;
355
aec->
errThresh
= 1.5e-6f;
[
all
...]
Completed in 243 milliseconds