Lines Matching refs:metric
20 metric_t metrics1; /* path metric buffer 1 */
21 metric_t metrics2; /* path metric buffer 2 */
139 __m64 decision0,decision1,metric,m_metric,m0,m1,m2,m3,survivor0,survivor1;
144 * metric and m_metric (-metric) are in the range 0-765
147 metric = _mm_add_pi16(_mm_xor_si64(Branchtab39[2].v[i],sym2v),m0);
148 m_metric = _mm_sub_pi16(_mm_set1_pi16(765),metric);
151 m0 = _mm_adds_pi16(vp->old_metrics->v[i],metric);
152 m3 = _mm_adds_pi16(vp->old_metrics->v[32+i],metric);
170 * Max metric spread for this code with 0-255 branch metrics is 12750
177 /* Find smallest metric and set adjustv to bring it down to SHRT_MIN */