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

  /external/fec/
viterbi39_av.c 76 int path_metric; local
83 path_metric = vp->old_metrics->s[endstate];
97 return path_metric;
113 int path_metric = 0; local
241 path_metric += t.s[0];
250 return path_metric;
viterbi39_mmx.c 82 int path_metric; local
91 path_metric = vp->old_metrics->s[endstate];
105 return path_metric;
122 int path_metric = 0; local
175 path_metric += 65536; /* Hack: wraparound probably occured */
184 return path_metric;
viterbi39_sse.c 83 int path_metric; local
90 path_metric = vp->old_metrics->s[endstate];
105 return path_metric - SHRT_MIN;
122 int path_metric = 0; local
186 path_metric += adjust;
200 return path_metric;
viterbi39_sse2.c 85 int path_metric; local
89 path_metric = vp->old_metrics->s[endstate];
103 return path_metric;
120 int path_metric = 0; local
181 path_metric += adjust;
197 return path_metric;
viterbi615_av.c 79 int path_metric; local
83 path_metric = vp->old_metrics->s[endstate];
97 return path_metric;
113 int path_metric = 0; local
247 path_metric += t.s[0];
256 return path_metric;

Completed in 66 milliseconds