Home
last modified time | relevance | path

Searched refs:flat8out (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S299 @ The rest of the calculation of flat8out is interleaved below
334 vcle.u16 d7, d7, d0 @ flat8out
340 vand d7, d7, d6 @ flat8out && flat8in && fm
354 vbic d6, d6, d7 @ fm && flat8in && !flat8out
392 @ If no pixels need flat8in, jump to flat8out
432 @ matter for the flat8out part below, since we only update those pixels
447 @ If no pixels needed flat8in nor flat8out, jump to a
452 @ If no pixels need flat8out, jump to a writeout of the inner 6 pixels
455 @ flat8out
886 @ If we did the flat8out par
[all...]
H A Dvp9lpf_neon.S218 @ The rest of the calculation of flat8out is interleaved below
251 vcle.u8 d7, d7, d0 @ flat8out
257 vand d7, d7, d6 @ flat8out && flat8in && fm
267 vbic d6, d6, d7 @ fm && flat8in && !flat8out
301 @ If no pixels need flat8in, jump to flat8out
341 @ matter for the flat8out part below, since we only update those pixels
356 @ If no pixels needed flat8in nor flat8out, jump to a
361 @ If no pixels need flat8out, jump to a writeout of the inner 6 pixels
364 @ flat8out
757 @ If we did the flat8out par
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9lpf_16bpp.asm81 ; calculate p or q portion of flat8out
95 por m7, m5 ; !flat8out, q portion
410 ; flat8out q portion
434 ; r9[m15]=!flat8out[q]
463 ; r9[m15]=!flat8out[q]
479 ; flat8out p portion
486 ; r9[m15]=!flat8out
H A Dvp9lpf.asm709 ; calc flat8out mask
760 por m1, m7 ; flat8out final value
776 ; (m0: hev, [m1: flat8out], [m2: flat8in], m3: fm, m8..15: p5 p4 p1 p0 q0 q1 q6 q7)
819 ; (m0: hev, m1: p0', m2: q0-p0, m3: fm, m7: q0', [m8: flat8out], m10..13: p1 p0 q0 q1, m14: pb_10, [m15: flat8in], )
859 ; ([m1: flat8out], m2: flat8in, m3: fm, m10..13: p1 p0 q0 q1)
897 ; (m0: 0, [m1: flat8out], m2: fm & flat8in, m8..15: q2 q3 p1 p0 q0 q1 p3 p2)
/third_party/ffmpeg/libavcodec/
H A Dvp9dsp_template.c1768 int flat8out, flat8in; in loop_filter() local
1783 flat8out = FFABS(p7 - p0) <= F && FFABS(p6 - p0) <= F && in loop_filter()
1794 if (wd >= 16 && flat8out && flat8in) { in loop_filter()

Completed in 9 milliseconds