/external/libaom/libaom/av1/encoder/ |
D | pickrst.h | 33 static INLINE uint8_t find_average(const uint8_t *src, int h_start, int h_end, in find_average() 46 static INLINE uint16_t find_average_highbd(const uint16_t *src, int h_start, in find_average_highbd()
|
D | pickrst.c | 936 int h_start, int h_end, int v_start, int v_end, in av1_compute_stats_c() 978 const uint8_t *src8, int h_start, int h_end, in av1_compute_stats_highbd_c()
|
/external/libaom/libaom/test/ |
D | wiener_test.cc | 35 const uint8_t *src, int h_start, int h_end, in compute_stats_win_opt_c() 97 int h_start, int h_end, int v_start, int v_end, in compute_stats_opt_c() 151 const int h_start = ((rng_.Rand16() % (MAX_WIENER_BLOCK / 2)) & (~7)); in RunWienerTest() local 216 const int h_start = 16; in RunWienerTest_ExtremeValues() local 293 const uint8_t *src8, int h_start, in compute_stats_highbd_win_opt_c() 373 const uint8_t *src, int h_start, int h_end, in compute_stats_highbd_opt_c() 430 const int h_start = ((rng_.Rand16() % (MAX_WIENER_BLOCK / 2)) & (~7)); in RunWienerTest() local 500 const int h_start = 16; in RunWienerTest_ExtremeValues() local
|
D | pickrst_test.cc | 132 const int h_start = 0; in RunPixelProjErrorTest_ExtremeValues() local 297 const int h_start = 0; in RunPixelProjErrorTest_ExtremeValues() local 475 const int h_start = 0; in RunGetProjSubspaceTest_ExtremeValues() local
|
/external/libaom/libaom/av1/encoder/x86/ |
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() 70 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win7_opt_sse4_1() 170 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_sse4_1() 215 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1() 273 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_sse4_1() 315 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1() 373 const uint8_t *src8, int h_start, in av1_compute_stats_highbd_sse4_1() 393 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_sse4_1() 427 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_sse4_1() 485 const uint8_t *src, int h_start, int h_end, in av1_compute_stats_sse4_1()
|
D | pickrst_avx2.c | 31 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win7_one_line_avx2() 66 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win7_opt_avx2() 162 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_avx2() 208 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2() 265 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_avx2() 308 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2() 367 const uint8_t *src8, int h_start, int h_end, in av1_compute_stats_highbd_avx2() 387 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_avx2() 421 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_avx2() 481 const uint8_t *src, int h_start, int h_end, in av1_compute_stats_avx2()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_common.h | 263 const int32 h_start = (hpad < window_rows) in SpatialMaxPool() local
|
D | maxpooling_op.cc | 142 const int h_start = in SpatialMaxPoolWithArgMaxHelper() local 617 int h_start = ph * row_stride - pad_top; in SpatialMaxPoolGradGrad() local
|
D | pooling_ops_3d.cc | 609 int h_start = ph * row_stride - pad_rows; in launch() local
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 229 __u16 h_start; member 280 __u16 h_start; /* IIR horizontal start */ member 287 __u16 h_start; /* Horizontal Start Position */ member
|
/external/libaom/libaom/av1/common/ |
D | restoration.h | 255 int h_start, h_end, v_start, v_end; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 3203 int h_start = (hpad < params.filter_height) in AveragePool() local 3397 int h_start = (hpad < params.filter_height) in MaxPool() local 3564 const int h_start = in L2Pool() local
|