Home
last modified time | relevance | path

Searched refs:dq0 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dg726.c200 int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; in g726_decode() local
218 dq0 = dq ? sgn(dq) : 0; in g726_decode()
234 c->b[i] += 128*dq0*sgn(-c->dq[i].sign) - (c->b[i]>>8); in g726_decode()
H A Dhevcdsp_template.c1530 const int dq0 = abs(Q2 - 2 * Q1 + Q0); in hevc_loop_filter_luma() local
1533 const int d0 = dp0 + dq0; in hevc_loop_filter_luma()
1579 if (dq0 + dq3 < ((beta + (beta >> 1)) >> 3)) in hevc_loop_filter_luma()
/third_party/ffmpeg/libavcodec/x86/
H A Dhevc_deblock.asm316 ABS1 m11, m13 ; 0dq0, 0dq3 , 1dq0, 1dq3
610 shufps m13, m15, 0; dq0 + dq3

Completed in 8 milliseconds