HomeSort by relevance Sort by last modified time
    Searched refs:silk_Timer_depth (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/
debug.c 77 opus_int64 silk_Timer_depth[silk_NUM_TIMERS_MAX];
102 if (silk_Timer_depth[k] == 0) {
109 if (silk_Timer_depth[k] == 0) {
111 } else if (silk_Timer_depth[k] == 1) {
113 } else if (silk_Timer_depth[k] == 2) {
115 } else if (silk_Timer_depth[k] == 3) {
142 if (silk_Timer_depth[k] == 0) {
144 } else if (silk_Timer_depth[k] == 1) {
146 } else if (silk_Timer_depth[k] == 2) {
148 } else if (silk_Timer_depth[k] == 3)
    [all...]
debug.h 106 extern opus_int64 silk_Timer_depth[silk_NUM_TIMERS_MAX];
126 silk_Timer_depth[ID] = silk_Timer_depth_ctr; \
154 silk_Timer_depth[ID] = silk_Timer_depth_ctr; \

Completed in 136 milliseconds