Home
last modified time | relevance | path

Searched refs:tc25 (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dhevc_deblock.asm378 ;tc25 calculations
396 pavgw m8, m9; tc25 = ((tc * 5 + 1) >> 1)
397 ;end tc25 calculations
416 ;----tc25 comparison---
423 pcmpgtw m8, m12; tc25 comparisons
425 and r6, r11; strong mask, beta_2, beta_3 and tc25 comparisons
426 ;----tc25 comparison end---
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c1545 const int tc25 = ((tc * 5 + 1) >> 1); in FUNC() local
1547 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()