/external/libaom/av1/encoder/ |
D | pickrst.h | 60 static inline uint8_t find_average(const uint8_t *src, int h_start, int h_end, in find_average() 74 int h_end, int v_start, int v_end, in find_average_highbd()
|
D | pickrst.c | 969 int dgd_stride, int h_start, int h_end, in acc_stat_one_line() 1001 int h_end, int v_start, int v_end, int dgd_stride, in av1_compute_stats_c() 1053 int16_t *src_avg, int h_start, int h_end, in av1_compute_stats_highbd_c()
|
/external/libaom/test/ |
D | pickrst_test.cc | 81 int h_end = run_times != 1 ? 128 : (rng_.Rand16() % MAX_DATA_BLOCK) + 1; in RunPixelProjErrorTest() local 134 int h_end = 192; in RunPixelProjErrorTest_ExtremeValues() local 253 int h_end = run_times != 1 ? 128 : (rng_.Rand16() % MAX_DATA_BLOCK) + 1; in RunPixelProjErrorTest() local 306 int h_end = 192; in RunPixelProjErrorTest_ExtremeValues() local 430 int h_end = run_times != 1 in RunGetProjSubspaceTest() local 492 int h_end = MAX_DATA_BLOCK; in RunGetProjSubspaceTest_ExtremeValues() local 615 int h_end = run_times != 1 in RunGetProjSubspaceTestHBD() local 677 int h_end = MAX_DATA_BLOCK; in RunGetProjSubspaceTestHBD_ExtremeValues() local
|
D | wiener_test.cc | 39 int h_start, int h_end, int v_start, in compute_stats_win_opt_c() 163 int h_start, int h_end, int v_start, int v_end, in compute_stats_opt_c() 238 int h_end = run_times != 1 ? 256 : (rng_.Rand16() % MAX_WIENER_BLOCK); in RunWienerTest() local 313 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_ExtremeValues() local 414 int h_end, int v_start, int v_end, in compute_stats_highbd_win_opt_c() 524 int16_t *s, int h_start, int h_end, in compute_stats_highbd_opt_c() 603 int h_end = run_times != 1 ? 256 : (rng_.Rand16() % MAX_WIENER_BLOCK); in RunWienerTest() local 677 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_ExtremeValues() local 737 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_Overflow32bTest() local
|
/external/libaom/av1/encoder/x86/ |
D | pickrst_sse4.c | 36 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win7_one_line_sse4_1() 109 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win7_opt_sse4_1() 238 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_sse4_1() 328 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1() 386 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_sse4_1() 469 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1() 528 int16_t *src_avg, int h_start, int h_end, in av1_compute_stats_highbd_sse4_1() 553 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_sse4_1() 623 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_sse4_1() 714 int16_t *src_avg, int h_start, int h_end, in av1_compute_stats_sse4_1()
|
D | pickrst_avx2.c | 59 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_avx2() 149 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2() 206 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_avx2() 289 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2() 349 int16_t *src_avg, int h_start, int h_end, in av1_compute_stats_highbd_avx2() 469 int32_t h_end, int32_t v_start, in calc_dgd_buf_avg_avx2() 1501 int16_t *src_avg, int h_start, int h_end, in av1_compute_stats_avx2()
|
/external/libaom/av1/encoder/arm/ |
D | pickrst_sve.c | 392 int16_t *src_avg, int h_start, int h_end, int v_start, int v_end, in av1_compute_stats_downsampled_sve() 466 int16_t *src_avg, int h_start, int h_end, in av1_compute_stats_sve()
|
D | highbd_pickrst_sve.c | 88 int32_t h_end, int32_t v_start, int32_t v_end, in av1_compute_stats_highbd_sve()
|
D | pickrst_neon.c | 2246 int16_t *src_avg, int h_start, int h_end, int v_start, int v_end, in av1_compute_stats_downsampled_neon() 2316 int16_t *src_avg, int32_t h_start, int32_t h_end, in av1_compute_stats_neon()
|
D | highbd_pickrst_neon.c | 1712 int32_t h_end, int32_t v_start, in av1_compute_stats_highbd_neon()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_common.h | 265 const int32_t h_end = std::min(hpad / row_stride + 1, out_height); in SpatialMaxPool() local
|
D | maxpooling_op.cc | 146 const int h_end = std::min(hpad / row_stride + 1, out_height); in SpatialMaxPoolWithArgMaxHelper() local 642 const int h_end = std::min(h_start + window_rows, in_rows); in SpatialMaxPoolGradGrad() local
|
D | pooling_ops_3d.cc | 633 const int h_end = std::min(h_start + window_rows, in_rows); in launch() local
|
/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
D | Pooling.cpp | 70 int64_t h_end = std::min(h_start + (kH - 1) * dH + 1, iH); in spatial_dilated_max_pooling() local 149 int64_t h_end = std::min(h_start + (kH - 1) * dH + 1, iH); in spatial_dilated_max_pooling3d() local
|
/external/libaom/av1/common/ |
D | restoration.h | 315 int h_start, h_end, v_start, v_end; member
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 235 __u16 h_end; member
|
/external/libdav1d/src/ |
D | recon_tmpl.c | 2078 const int h_end = 4 * (sbsz - 2 * (sby + 1 < f->sbh)) >> ss_ver; in bytefn() local
|
/external/pytorch/aten/src/ATen/native/quantized/cpu/kernels/ |
D | QuantizedOpKernels.cpp | 1483 int64_t h_end = std::min(h_start + (kH - 1) * dH + 1, iH); in _qmaxpool_2d_nhwc_kernel() local 1619 int64_t h_end = std::min(h_start + (kH - 1) * dH + 1, iH); in qmaxpool_3d_nthwc_kernel() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 2886 int h_end = std::min(hpad / stride_height + 1, output_height); in AveragePool() local 3084 int h_end = std::min(hpad / stride_height + 1, output_height); in MaxPool() local 3252 const int h_end = std::min(hpad / stride_height + 1, output_height); in L2Pool() local
|