Home
last modified time | relevance | path

Searched refs:hev (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp360 auto hev = create<hard_event>( in clEnqueueReadBuffer() local
367 hev().wait_signalled(); in clEnqueueReadBuffer()
369 ret_object(rd_ev, hev); in clEnqueueReadBuffer()
393 auto hev = create<hard_event>( in clEnqueueWriteBuffer() local
400 hev().wait_signalled(); in clEnqueueWriteBuffer()
402 ret_object(rd_ev, hev); in clEnqueueWriteBuffer()
433 auto hev = create<hard_event>( in clEnqueueReadBufferRect() local
440 hev().wait_signalled(); in clEnqueueReadBufferRect()
442 ret_object(rd_ev, hev); in clEnqueueReadBufferRect()
473 auto hev = create<hard_event>( in clEnqueueWriteBufferRect() local
[all …]
Devent.cpp196 auto hev = create<hard_event>(q, CL_COMMAND_MARKER, deps); in clEnqueueMarkerWithWaitList() local
198 ret_object(rd_ev, hev); in clEnqueueMarkerWithWaitList()
231 auto hev = create<hard_event>(q, CL_COMMAND_BARRIER, deps); in clEnqueueBarrierWithWaitList() local
233 ret_object(rd_ev, hev); in clEnqueueBarrierWithWaitList()
256 hard_event &hev = dynamic_cast<hard_event &>(obj(d_ev)); in clGetEventProfilingInfo() local
258 if (hev.status() != CL_COMPLETE) in clGetEventProfilingInfo()
263 buf.as_scalar<cl_ulong>() = hev.time_queued(); in clGetEventProfilingInfo()
267 buf.as_scalar<cl_ulong>() = hev.time_submit(); in clGetEventProfilingInfo()
271 buf.as_scalar<cl_ulong>() = hev.time_start(); in clGetEventProfilingInfo()
276 buf.as_scalar<cl_ulong>() = hev.time_end(); in clGetEventProfilingInfo()
[all …]
Dkernel.cpp330 auto hev = create<hard_event>( in clEnqueueNDRangeKernel() local
336 ret_object(rd_ev, hev); in clEnqueueNDRangeKernel()
353 auto hev = create<hard_event>( in clEnqueueTask() local
359 ret_object(rd_ev, hev); in clEnqueueTask()
/third_party/ffmpeg/libavcodec/mips/
Dvp8_lpf_msa.c142 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ argument
181 filt2 = filt & (v16i8) hev; \
184 hev = __msa_xori_b(hev, 0xff); \
185 filt = filt & (v16i8) hev; \
302 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter16_msa() local
311 hev, mask, flat); in ff_vp8_v_loop_filter16_msa()
312 VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev); in ff_vp8_v_loop_filter16_msa()
327 v16u8 mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter8uv_msa() local
344 hev, mask, flat); in ff_vp8_v_loop_filter8uv_msa()
345 VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev); in ff_vp8_v_loop_filter8uv_msa()
[all …]
Dvp9_lpf_msa.c202 v16u8 mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_4_8_msa() local
213 hev, mask, flat); in ff_loop_filter_v_4_8_msa()
214 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, in ff_loop_filter_v_4_8_msa()
230 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in ff_loop_filter_v_44_16_msa() local
249 hev, mask, flat); in ff_loop_filter_v_44_16_msa()
250 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1, p0, q0, q1); in ff_loop_filter_v_44_16_msa()
261 v16u8 mask, hev, flat, thresh, b_limit, limit; in ff_loop_filter_v_8_8_msa() local
277 hev, mask, flat); in ff_loop_filter_v_8_8_msa()
279 VP9_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev, p1_out, p0_out, q0_out, in ff_loop_filter_v_8_8_msa()
336 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in ff_loop_filter_v_88_16_msa() local
[all …]
Dvp8dsp_mmi.c57 MMI_PCMPGTUB(%[hev], %[ftmp0], %[ftmp3]) \
730 static av_always_inline int hev(uint8_t *p, ptrdiff_t stride, int thresh) in hev() function
843 [hev]"=&f"(ftmp[12]), [mask]"=&f"(ftmp[13]), in vp8_v_loop_filter8_mmi()
862 int hv = hev(dst + i * 1, stride, hev_thresh); in vp8_v_loop_filter8_inner_mmi()
942 [hev]"=&f"(ftmp[12]), [mask]"=&f"(ftmp[13]), in vp8_h_loop_filter8_mmi()
961 int hv = hev(dst + i * stride, 1, hev_thresh); in vp8_h_loop_filter8_inner_mmi()
1408 int hv = hev(dst + i * 1, stride, hev_thresh); in ff_vp8_v_loop_filter16_inner_mmi()
1423 int hv = hev(dst + i * stride, 1, hev_thresh); in ff_vp8_h_loop_filter16_inner_mmi()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Ddec_msa.c190 #define LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev) do { \ argument
198 filt = filt & hev; \
209 hev = __msa_xori_b(hev, 0xff); \
210 filt = filt & hev; \
217 #define LPF_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) do { \ argument
231 t2 = filt & hev; \
233 hev = __msa_xori_b(hev, 0xff); \
234 filt = filt & hev; \
344 v16u8 mask, hev; in VFilter16() local
351 hev, mask); in VFilter16()
[all …]
Ddec_mips32.c69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() function
98 if (hev(p, hstride, hev_thresh)) { in FilterLoop26()
114 if (hev(p, hstride, hev_thresh)) { in FilterLoop24()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_msa.c190 #define LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev) do { \ argument
198 filt = filt & hev; \
209 hev = __msa_xori_b(hev, 0xff); \
210 filt = filt & hev; \
217 #define LPF_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) do { \ argument
231 t2 = filt & hev; \
233 hev = __msa_xori_b(hev, 0xff); \
234 filt = filt & hev; \
344 v16u8 mask, hev; in VFilter16() local
351 hev, mask); in VFilter16()
[all …]
Ddec_mips32.c69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() function
98 if (hev(p, hstride, hev_thresh)) { in FilterLoop26()
114 if (hev(p, hstride, hev_thresh)) { in FilterLoop24()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Devent.cpp219 auto &hev = static_cast<hard_event &>(ev); in profile() local
221 hev._time_submit = timestamp::current(q); in profile()
222 hev._time_start = timestamp::query(q); in profile()
226 hev._time_end = timestamp::query(q); in profile()
/third_party/ffmpeg/libavcodec/x86/
Dvp9lpf_16bpp.asm98 ; calculate p or q portion of flat8in/hev/fm (excluding mb_edge condition)
426 ; flat8in|fm|hev q portion
435 ; r10[m13]=hev[q]
464 ; r10[m13]=hev[q]
487 ; r10[m13]=hev[q]
497 ; flat8in|fm|hev p portion
524 ; r10[m13]=hev
689 pandn m3, m5 ; f1 & !hev (for p1/q1 adj)
/third_party/ffmpeg/libavcodec/arm/
Dvp8dsp_neon.S283 @ calculate hev and normal_limit:
317 @ q9: hev
335 vand q12, q12, q9 @ if(hev) w += clamp(PS1-QS1)
351 @ q9 -> hev
365 vqadd.s8 q11, q10, q14 @ c1 = clamp((w&hev)+4)
366 vqadd.s8 q12, q10, q15 @ c2 = clamp((w&hev)+3)
377 @ c3 = ((c1&~hev) + 1) >> 1;
380 vqadd.s8 q11, q10, q14 @ c1 = clamp((w&hev)+4)
381 vqadd.s8 q12, q10, q15 @ c2 = clamp((w&hev)+3)
386 vbic q11, q11, q9 @ c1 & ~hev
[all …]
Dvp9lpf_neon.S99 vcle.u8 q3, q3, q4 @ hev
101 vand q3, q3, q2 @ !hev && fm && !flat8in
105 vbic q5, q5, q3 @ if (!hev) av_clip_int8 = 0
146 vbit q10, q0, q3 @ if (!hev && fm && !flat8in)
245 vcle.u8 d5, d5, d3 @ !hev
255 vand d5, d5, d4 @ !hev && fm && !flat8in
261 vbic \tmp1, \tmp1, d5 @ if (!hev) av_clip_int8 = 0
297 vbit d22, d0, d5 @ if (!hev && fm && !flat8in)
Dvp8dsp_armv6.S612 and r7, r7, r6 @ vp8_filter &= hev
623 and r7, r7, r6 @ Filter2 &= hev
651 sel r6, r12, r11 @ hev mask
676 bic r7, r7, r6 @ vp8_filter &= ~hev
718 bic r12, r12, r6 @ vp8_filter &= ~hev
/third_party/ffmpeg/libavcodec/
Dvp8dsp.c343 static av_always_inline int hev(uint8_t *p, ptrdiff_t stride, int thresh) in hev() function
382 if (hev(dst + i * stridea, strideb, hev_thresh)) \
400 int hv = hev(dst + i * stridea, strideb, hev_thresh); \
Dvp9dsp_template.c1831 int hev = FFABS(p1 - p0) > H || FFABS(q1 - q0) > H; in loop_filter() local
1833 if (hev) { in loop_filter()
/third_party/boost/boost/polygon/detail/
Dscan_arbitrary.hpp1751 static stream_type& print (stream_type& o, const std::vector<vertex_property>& hev) in print() argument
1754 for(std::size_t i = 0; i < hev.size(); ++i) { in print()
1755 print(o, (hev[i])) << " "; in print()
1761 static stream_type& print (stream_type& o, const std::vector<half_edge>& hev) in print() argument
1764 for(std::size_t i = 0; i < hev.size(); ++i) { in print()
1765 print(o, (hev[i])) << " "; in print()
/third_party/libffi/
DChangeLog.old168 2014-02-09 Heiher <r@hev.cc>
DChangeLog6615 Author: Heiher <r@hev.cc>