Home
last modified time | relevance | path

Searched defs:hev (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Dtransfer.cpp376 auto hev = create<hard_event>( in clEnqueueReadBuffer() local
409 auto hev = create<hard_event>( in clEnqueueWriteBuffer() local
449 auto hev = create<hard_event>( in clEnqueueReadBufferRect() local
489 auto hev = create<hard_event>( in clEnqueueWriteBufferRect() local
536 auto hev = create<hard_event>( in clEnqueueFillBuffer() local
570 auto hev = create<hard_event>( in clEnqueueCopyBuffer() local
607 auto hev = create<hard_event>( in clEnqueueCopyBufferRect() local
641 auto hev = create<hard_event>( in clEnqueueReadImage() local
678 auto hev = create<hard_event>( in clEnqueueWriteImage() local
713 auto hev = create<hard_event>( in clEnqueueFillImage() local
[all …]
H A Devent.cpp196 auto hev = create<hard_event>(q, CL_COMMAND_MARKER, deps); in clEnqueueMarkerWithWaitList() local
231 auto hev = create<hard_event>(q, CL_COMMAND_BARRIER, deps); in clEnqueueBarrierWithWaitList() local
256 hard_event &hev = dynamic_cast<hard_event &>(obj(d_ev)); in clGetEventProfilingInfo() local
301 auto hev = create<hard_event>(q, 0, ref_vector<event> {}); in clFinish() local
H A Dkernel.cpp330 auto hev = create<hard_event>( in clEnqueueNDRangeKernel() local
353 auto hev = create<hard_event>( in clEnqueueTask() local
/aosp_15_r20/external/libvpx/vp8/common/
H A Dloopfilter_filters.c39 signed char hev = 0; in vp8_hevmask() local
45 static void vp8_filter(signed char mask, uc hev, uc *op1, uc *op0, uc *oq0, in vp8_filter()
95 int hev = 0; /* high edge variance */ in loop_filter_horizontal_edge_c() local
119 int hev = 0; /* high edge variance */ in loop_filter_vertical_edge_c() local
138 static void vp8_mbfilter(signed char mask, uc hev, uc *op2, uc *op1, uc *op0, in vp8_mbfilter()
196 signed char hev = 0; /* high edge variance */ in mbloop_filter_horizontal_edge_c() local
221 signed char hev = 0; /* high edge variance */ in mbloop_filter_vertical_edge_c() local
/aosp_15_r20/external/libvpx/vp8/common/mips/dspr2/
H A Dvp8_loopfilter_filters_dspr2.c34 uint32_t thresh, uint32_t *hev, uint32_t *mask) { in vp8_filter_mask_vec_mips()
131 static __inline void vp8_filter_mips(uint32_t mask, uint32_t hev, uint32_t *ps1, in vp8_filter_mips()
306 uint32_t hev; in vp8_loop_filter_horizontal_edge_mips() local
499 uint32_t hev; in vp8_loop_filter_uvhorizontal_edge_mips() local
605 uint32_t mask, hev; in vp8_loop_filter_vertical_edge_mips() local
919 uint32_t mask, hev; in vp8_loop_filter_uvvertical_edge_mips() local
1209 static __inline void vp8_mbfilter_mips(uint32_t mask, uint32_t hev, in vp8_mbfilter_mips()
1483 uint32_t mask, hev; in vp8_mbloop_filter_horizontal_edge_mips() local
1615 uint32_t mask, hev; in vp8_mbloop_filter_uvhorizontal_edge_mips() local
1729 uint32_t mask, hev; in vp8_mbloop_filter_vertical_edge_mips() local
[all …]
/aosp_15_r20/external/libvpx/vp8/common/loongarch/
H A Dloopfilter_filters_lsx.c16 #define VP8_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev) \ argument
51 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ argument
165 __m128i mask, hev, flat; in loop_filter_horizontal_4_dual_lsx() local
208 __m128i mask, hev, flat; in loop_filter_vertical_4_dual_lsx() local
306 __m128i mask, hev, flat, thresh, limit, b_limit; in loop_filter_horizontal_edge_uv_lsx() local
359 __m128i mask, hev, flat, thresh, limit, b_limit; in loop_filter_vertical_edge_uv_lsx() local
434 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_y_lsx() local
467 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_uv_lsx() local
527 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_y_lsx() local
604 __m128i mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_uv_lsx() local
/aosp_15_r20/external/libvpx/vp8/common/mips/msa/
H A Dloopfilter_filters_msa.c27 #define VP8_LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev) \ argument
90 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ argument
216 v16u8 mask, hev, flat; in loop_filter_horizontal_4_dual_msa() local
247 v16u8 mask, hev, flat; in loop_filter_vertical_4_dual_msa() local
293 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_y_msa() local
317 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_uv_msa() local
369 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_y_msa() local
434 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_uv_msa() local
546 v16u8 mask, hev, flat, thresh, limit, b_limit; in loop_filter_horizontal_edge_uv_msa() local
589 v16u8 mask, hev, flat, thresh, limit, b_limit; in loop_filter_vertical_edge_uv_msa() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dhighbd_loopfilter_neon.c47 const uint16x8_t q3, uint16x8_t *hev, uint16x8_t *mask) { in filter_hev_mask4()
74 uint32_t *flat_status, uint16x8_t *hev, const int bd) { in filter_flat_hev_mask()
229 static INLINE void filter4(const uint16x8_t mask, const uint16x8_t hev, in filter4()
291 const uint32_t flat_status, const uint16x8_t hev, in filter8()
315 const uint16x8_t flat2, const uint32_t flat2_status, const uint16x8_t hev, in filter16()
569 mask, hev; in vpx_highbd_lpf_horizontal_4_neon() local
591 mask, hev; in vpx_highbd_lpf_vertical_4_neon() local
616 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_highbd_lpf_horizontal_8_neon() local
640 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_highbd_lpf_vertical_8_neon() local
680 uint16x8_t mask, flat, flat2, hev, p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, in lpf_horizontal_16_kernel() local
[all …]
H A Dloopfilter_neon.c829 mask, hev; in vpx_lpf_vertical_4_neon() local
844 mask, hev; in vpx_lpf_vertical_4_dual_neon() local
867 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_horizontal_8_neon() local
886 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_horizontal_8_dual_neon() local
902 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_vertical_8_neon() local
922 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_vertical_8_dual_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Dloopfilter_4_msa.c19 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_4_msa() local
47 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_horizontal_4_dual_msa() local
76 v16u8 mask, hev, flat, limit, thresh, b_limit; in vpx_lpf_vertical_4_msa() local
107 v16u8 mask, hev, flat; in vpx_lpf_vertical_4_dual_msa() local
H A Dloopfilter_8_msa.c19 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_msa() local
88 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_msa() local
159 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_msa() local
236 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_msa() local
H A Dloopfilter_masks_dspr2.h31 uint32_t thresh, uint32_t *hev, in filter_hev_mask_dspr2()
131 uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) { in filter_hev_mask_flatmask4_dspr2()
H A Dloopfilter_mb_dspr2.c26 uint32_t hev, flat; in vpx_lpf_horizontal_8_dspr2() local
293 uint32_t mask, hev, flat; in vpx_lpf_vertical_8_dspr2() local
H A Dloopfilter_filters_dspr2.c27 uint32_t hev; in vpx_lpf_horizontal_4_dspr2() local
111 uint32_t mask, hev; in vpx_lpf_vertical_4_dspr2() local
H A Dloopfilter_filters_dspr2.h27 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, uint32_t *ps1, in filter_dspr2()
192 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, uint32_t ps1, in filter1_dspr2()
H A Dloopfilter_16_msa.c22 v16u8 flat, mask, hev, thresh, b_limit, limit; in hz_lpf_t4_and_t8_16w() local
433 v16u8 flat2, mask, hev, flat, thresh, b_limit, limit; in mb_lpf_horizontal_edge() local
765 v16u8 flat, mask, hev, thresh, b_limit, limit; in vt_lpf_t4_and_t8_8w() local
1076 v16u8 flat, mask, hev, thresh, b_limit, limit; in vt_lpf_t4_and_t8_16w() local
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dloopfilter_4_lsx.c18 __m128i mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_4_lsx() local
51 __m128i mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_horizontal_4_dual_lsx() local
89 __m128i mask, hev, flat, limit, thresh, b_limit; in vpx_lpf_vertical_4_lsx() local
141 __m128i mask, hev, flat; in vpx_lpf_vertical_4_dual_lsx() local
H A Dloopfilter_8_lsx.c18 __m128i mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_lsx() local
91 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_lsx() local
175 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_lsx() local
290 __m128i flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_lsx() local
/aosp_15_r20/external/webp/src/dsp/
H A Ddec_msa.c188 #define LPF_FILTER4_4W(p1, p0, q0, q1, mask, hev) do { \ argument
215 #define LPF_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) do { \ argument
342 v16u8 mask, hev; in VFilter16() local
361 v16u8 mask, hev; in HFilter16() local
420 v16u8 mask, hev; in VFilterHorEdge16i() local
442 v16u8 mask, hev; in HFilterVertEdge16i() local
483 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, mask, hev; in VFilter8() local
527 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, mask, hev; in HFilter8() local
562 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, mask, hev; in VFilter8i() local
592 v16u8 p3, p2, p1, p0, q3, q2, q1, q0, mask, hev; in HFilter8i() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dloopfilter_sse2.c142 __m128i *hev, __m128i *mask, in filter4_sse2()
193 __m128i *hev, __m128i *mask, in filter4_dual_sse2()
249 __m128i mask, flat, hev; in lpf_internal_4_sse2() local
292 __m128i mask, hev; in lpf_internal_4_dual_sse2() local
400 __m128i mask, hev, flat, flat2; in lpf_internal_14_dual_sse2() local
703 __m128i mask, hev, flat, flat2; in lpf_internal_14_sse2() local
993 __m128i mask, hev, flat; in lpf_internal_6_dual_sse2() local
1122 __m128i mask, hev, flat; in lpf_internal_6_sse2() local
1315 __m128i mask, hev, flat; in lpf_internal_8_sse2() local
1469 __m128i mask, hev, flat; in lpf_internal_8_dual_sse2() local
[all …]
H A Dhighbd_loopfilter_sse2.c112 __m128i *hev, __m128i *mask) { in highbd_hev_filter_mask_x_sse2()
214 __m128i *hev, __m128i *mask, in highbd_filter4_sse2()
285 __m128i hev; in highbd_filter4_dual_sse2() local
741 __m128i mask, hev, flat; in highbd_lpf_internal_6_sse2() local
1001 __m128i mask, hev, flat; in highbd_lpf_internal_8_sse2() local
1279 __m128i mask, hev; in highbd_lpf_internal_4_sse2() local
H A Dloopfilter_avx2.c100 __m128i hev; in aom_lpf_horizontal_6_quad_avx2() local
317 __m128i hev; in aom_lpf_horizontal_8_quad_avx2() local
677 __m128i hev = _mm_subs_epu8(flat, thresh_v); in aom_lpf_horizontal_14_quad_avx2() local
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Dloopfilter_sse2.c117 __m128i mask, hev; in vpx_lpf_horizontal_4_sse2() local
152 __m128i mask, hev; in vpx_lpf_vertical_4_sse2() local
240 __m128i mask, hev, flat, flat2; in vpx_lpf_horizontal_16_sse2() local
602 __m128i mask, hev, flat, flat2; in vpx_lpf_horizontal_16_dual_sse2() local
939 __m128i mask, hev, flat; in vpx_lpf_horizontal_8_sse2() local
1166 __m128i mask, hev, flat; in vpx_lpf_horizontal_8_dual_sse2() local
1411 __m128i mask, hev, flat; in vpx_lpf_horizontal_4_dual_sse2() local
H A Dhighbd_loopfilter_sse2.c58 __m128i mask, hev, flat, flat2, abs_p1p0, abs_q1q0; in vpx_highbd_lpf_horizontal_16_sse2() local
497 __m128i mask, hev, flat; in vpx_highbd_lpf_horizontal_8_sse2() local
725 __m128i mask, hev, flat; in vpx_highbd_lpf_horizontal_4_sse2() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dloopfilter.c74 int8_t hev = 0; in hev_mask() local
88 const int8_t hev = hev_mask(thresh, *op1, *op0, *oq0, *oq1); in filter4() local
408 int16_t hev = 0; in highbd_hev_mask() local
426 const int16_t hev = highbd_hev_mask(thresh, *op1, *op0, *oq0, *oq1, bd); in highbd_filter4() local

12