Searched refs:tc25 (Results 1 – 2 of 2) sorted by relevance
378 ;tc25 calculations396 pavgw m8, m9; tc25 = ((tc * 5 + 1) >> 1)397 ;end tc25 calculations416 ;----tc25 comparison---423 pcmpgtw m8, m12; tc25 comparisons425 and r6, r11; strong mask, beta_2, beta_3 and tc25 comparisons426 ;----tc25 comparison end---
1545 const int tc25 = ((tc * 5 + 1) >> 1); in FUNC() local1547 if (abs(P3 - P0) + abs(Q3 - Q0) < beta_3 && abs(P0 - Q0) < tc25 && in FUNC()1548 abs(TP3 - TP0) + abs(TQ3 - TQ0) < beta_3 && abs(TP0 - TQ0) < tc25 && in FUNC()