| /external/libaom/av1/encoder/ |
| D | pickrst.h | 32 static INLINE uint8_t find_average(const uint8_t *src, int h_start, int h_end, in find_average() 46 int h_end, int v_start, int v_end, in find_average_highbd()
|
| D | pickrst.c | 942 int h_start, int h_end, uint8_t avg, in acc_stat_one_line() 972 int h_start, int h_end, int v_start, int v_end, in av1_compute_stats_c() 1021 const uint8_t *src8, int h_start, int h_end, in av1_compute_stats_highbd_c()
|
| /external/libaom/test/ |
| D | wiener_test.cc | 38 const uint8_t *src, int h_start, int h_end, in compute_stats_win_opt_c() 159 int h_start, int h_end, int v_start, int v_end, in compute_stats_opt_c() 226 int h_end = run_times != 1 ? 256 : (rng_.Rand16() % MAX_WIENER_BLOCK); in RunWienerTest() local 298 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_ExtremeValues() local 382 int h_end, int v_start, int v_end, in compute_stats_highbd_win_opt_c() 491 const uint8_t *src, int h_start, int h_end, in compute_stats_highbd_opt_c() 558 int h_end = run_times != 1 ? 256 : (rng_.Rand16() % MAX_WIENER_BLOCK); in RunWienerTest() local 628 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_ExtremeValues() local
|
| 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 424 int h_end = run_times != 1 in RunGetProjSubspaceTest() local 486 int h_end = MAX_DATA_BLOCK; in RunGetProjSubspaceTest_ExtremeValues() local 603 int h_end = run_times != 1 in RunGetProjSubspaceTestHBD() local 665 int h_end = MAX_DATA_BLOCK; in RunGetProjSubspaceTestHBD_ExtremeValues() local
|
| /external/libaom/av1/encoder/x86/ |
| D | pickrst_avx2.c | 32 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win7_one_line_avx2() 105 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win7_opt_avx2() 232 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_avx2() 322 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2() 379 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_avx2() 462 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2() 521 const uint8_t *src8, int h_start, int h_end, in av1_compute_stats_highbd_avx2() 541 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_avx2() 611 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_avx2() 706 const uint8_t *src, int h_start, int h_end, in av1_compute_stats_avx2()
|
| D | pickrst_sse4.c | 35 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win7_one_line_sse4_1() 108 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win7_opt_sse4_1() 237 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_sse4_1() 327 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1() 385 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_sse4_1() 468 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1() 527 int h_end, int v_start, int v_end, in av1_compute_stats_highbd_sse4_1() 546 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_sse4_1() 616 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_sse4_1() 706 const uint8_t *src, int h_start, int h_end, in av1_compute_stats_sse4_1()
|
| /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/libaom/av1/common/ |
| D | restoration.h | 331 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/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
|