Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dhevc_deblock.asm399 ;----beta_3 comparison-----
414 and r6, r11; strong mask , beta_2 and beta_3 comparisons
415 ;----beta_3 comparison end-----
425 and r6, r11; strong mask, beta_2, beta_3 and tc25 comparisons
/third_party/ffmpeg/libavcodec/
Dhevcdsp_template.c1543 const int beta_3 = beta >> 3; 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()