OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetIdxOffset
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
analog_agc.h
71
uint16_t
targetIdxOffset
; // Table index offset for level compensation
analog_agc.c
549
stt->
targetIdxOffset
= WEBRTC_SPL_RSHIFT_W16((3 * zeros) - stt->targetIdx - 2, 2);
567
stt->analogTarget += stt->
targetIdxOffset
;
575
stt->targetIdx += stt->
targetIdxOffset
;
[
all
...]
Completed in 32 milliseconds