/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | transfer.cpp | 148 hard_event *hev = new hard_event( in clEnqueueReadBuffer() local 173 hard_event *hev = new hard_event( in clEnqueueWriteBuffer() local 202 hard_event *hev = new hard_event( in clEnqueueReadBufferRect() local 233 hard_event *hev = new hard_event( in clEnqueueWriteBufferRect() local 258 hard_event *hev = new hard_event( in clEnqueueCopyBuffer() local 283 hard_event *hev = new hard_event( in clEnqueueCopyBufferRect() local 313 hard_event *hev = new hard_event( in clEnqueueReadImage() local 343 hard_event *hev = new hard_event( in clEnqueueWriteImage() local 372 hard_event *hev = new hard_event( in clEnqueueCopyImage() local 395 hard_event *hev = new hard_event( in clEnqueueCopyImageToBuffer() local [all …]
|
D | event.cpp | 208 ref_ptr<hard_event> hev = transfer( in clEnqueueWaitForEvents() local 230 ref_ptr<hard_event> hev = transfer(new hard_event(*q, 0, { })); in clFinish() local
|
D | kernel.cpp | 285 hard_event *hev = new hard_event( in clEnqueueNDRangeKernel() local 307 hard_event *hev = new hard_event( in clEnqueueTask() local
|
/external/libvpx/libvpx/vp8/common/ |
D | loopfilter_filters.c | 45 signed char hev = 0; in vp8_hevmask() local 51 static void vp8_filter(signed char mask, uc hev, uc *op1, in vp8_filter() 108 int hev = 0; /* high edge variance */ in vp8_loop_filter_horizontal_edge_c() local 140 int hev = 0; /* high edge variance */ in vp8_loop_filter_vertical_edge_c() local 161 static void vp8_mbfilter(signed char mask, uc hev, in vp8_mbfilter() 226 signed char hev = 0; /* high edge variance */ in vp8_mbloop_filter_horizontal_edge_c() local 261 signed char hev = 0; /* high edge variance */ in vp8_mbloop_filter_vertical_edge_c() local
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | vp8_loopfilter_filters_dspr2.c | 56 uint32_t *hev, in vp8_filter_mask_vec_mips() 163 uint32_t hev, in vp8_filter_mips() 354 uint32_t hev; in vp8_loop_filter_horizontal_edge_mips() local 564 uint32_t hev; in vp8_loop_filter_uvhorizontal_edge_mips() local 681 uint32_t mask, hev; in vp8_loop_filter_vertical_edge_mips() local 1031 uint32_t mask, hev; in vp8_loop_filter_uvvertical_edge_mips() local 1350 uint32_t hev, in vp8_mbfilter_mips() 1642 uint32_t mask, hev; in vp8_mbloop_filter_horizontal_edge_mips() local 1787 uint32_t mask, hev; in vp8_mbloop_filter_uvhorizontal_edge_mips() local 1914 uint32_t mask, hev; in vp8_mbloop_filter_vertical_edge_mips() local [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_4_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_4_msa() local 49 v16u8 mask, hev, flat, thresh0, b_limit0, limit0, thresh1, b_limit1, limit1; in vpx_lpf_horizontal_4_dual_msa() local 79 v16u8 mask, hev, flat, limit, thresh, b_limit; in vpx_lpf_vertical_4_msa() local 112 v16u8 mask, hev, flat; in vpx_lpf_vertical_4_dual_msa() local
|
D | loopfilter_masks_dspr2.h | 32 uint32_t thresh, uint32_t *hev, in filter_hev_mask_dspr2() 139 uint32_t *hev, in filter_hev_mask_flatmask4_dspr2()
|
D | loopfilter_8_msa.c | 19 v16u8 mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_8_msa() local 95 v16u8 flat, mask, hev, tmp, thresh, b_limit, limit; in vpx_lpf_horizontal_8_dual_msa() local 168 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_msa() local 250 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_lpf_vertical_8_dual_msa() local
|
D | loopfilter_mb_dspr2.c | 29 uint32_t hev, flat; in vpx_lpf_horizontal_8_dspr2() local 328 uint32_t mask, hev, flat; in vpx_lpf_vertical_8_dspr2() local
|
D | loopfilter_filters_dspr2.c | 30 uint32_t hev; in vpx_lpf_horizontal_4_dspr2() local 123 uint32_t mask, hev; in vpx_lpf_vertical_4_dspr2() local
|
D | loopfilter_filters_dspr2.h | 27 static INLINE void filter_dspr2(uint32_t mask, uint32_t hev, in filter_dspr2() 199 static INLINE void filter1_dspr2(uint32_t mask, uint32_t hev, in filter1_dspr2()
|
D | loopfilter_mb_vert_dspr2.c | 28 uint32_t mask, hev, flat, flat2; in vpx_lpf_vertical_16_dspr2() local
|
D | loopfilter_mb_horiz_dspr2.c | 29 uint32_t hev, flat, flat2; in vpx_lpf_horizontal_16_dspr2() local
|
D | loopfilter_16_msa.c | 21 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_hz_lpf_t4_and_t8_16w() local 434 v16u8 flat2, mask, hev, flat, thresh, b_limit, limit; in vpx_lpf_horizontal_16_msa() local 754 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_vt_lpf_t4_and_t8_8w() local 1066 v16u8 flat, mask, hev, thresh, b_limit, limit; in vpx_vt_lpf_t4_and_t8_16w() local
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 132 #define VP8_MBFILTER(p2, p1, p0, q0, q1, q2, mask, hev) \ argument 282 v16u8 mask, hev, flat; in loop_filter_horizontal_4_dual_msa() local 314 v16u8 mask, hev, flat; in loop_filter_vertical_4_dual_msa() local 361 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_y_msa() local 386 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_horizontal_edge_uv_msa() local 439 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_y_msa() local 506 v16u8 mask, hev, flat, thresh, limit, b_limit; in mbloop_filter_vertical_edge_uv_msa() local 622 v16u8 mask, hev, flat, thresh, limit, b_limit; in loop_filter_horizontal_edge_uv_msa() local 666 v16u8 mask, hev, flat, thresh, limit, b_limit; in loop_filter_vertical_edge_uv_msa() local
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | loopfilter_sse2.c | 31 __m128i mask, hev, flat, flat2; in mb_lpf_horizontal_edge_w_sse2_8() local 396 __m128i mask, hev, flat, flat2; in mb_lpf_horizontal_edge_w_sse2_16() local 744 __m128i mask, hev, flat; in vpx_lpf_horizontal_8_sse2() local 970 __m128i mask, hev, flat; in vpx_lpf_horizontal_8_dual_sse2() local 1211 __m128i mask, hev, flat; in vpx_lpf_horizontal_4_dual_sse2() local
|
D | loopfilter_avx2.c | 19 __m128i mask, hev, flat, flat2; in mb_lpf_horizontal_edge_w_avx2_8() local 406 __m128i mask, hev, flat, flat2; in mb_lpf_horizontal_edge_w_avx2_16() local
|
D | highbd_loopfilter_sse2.c | 64 __m128i mask, hev, flat, flat2, abs_p1p0, abs_q1q0; in highbd_mb_lpf_horizontal_edge_w_sse2_8() local 535 __m128i mask, hev, flat; in vpx_highbd_lpf_horizontal_8_sse2() local 779 __m128i mask, hev, flat; in vpx_highbd_lpf_horizontal_4_sse2() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 82 int8_t hev = 0; in hev_mask() local 96 const uint8_t hev = hev_mask(thresh, *op1, *op0, *oq0, *oq1); in filter4() local 409 int16_t hev = 0; in highbd_hev_mask() local 427 const uint16_t hev = highbd_hev_mask(thresh, *op1, *op0, *oq0, *oq1, bd); in highbd_filter4() local
|
/external/webp/src/dsp/ |
D | dec_mips32.c | 69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() function
|
D | dec.c | 505 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() function
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 76 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() function
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dec.c | 533 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() function
|