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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhevc_deblock.asm421 ;tc25 calculations
436 pavgw m8, m9; tc25 = ((tc * 5 + 1) >> 1)
437 ;end tc25 calculations
456 ;----tc25 comparison---
463 pcmpgtw m8, m12; tc25 comparisons
465 and r14, r2; strong mask, beta_2, beta_3 and tc25 comparisons
466 ;----tc25 comparison end---
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp_template.c1592 const int tc25 = ((tc * 5 + 1) >> 1); local
1594 if (abs(P3 - P0) + abs(Q3 - Q0) < beta_3 && abs(P0 - Q0) < tc25 &&
1595 abs(TP3 - TP0) + abs(TQ3 - TQ0) < beta_3 && abs(TP0 - TQ0) < tc25 &&

Completed in 62 milliseconds