Home
last modified time | relevance | path

Searched defs:h_start (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpickrst.h33 static INLINE uint8_t find_average(const uint8_t *src, int h_start, int h_end, in find_average()
45 static INLINE uint16_t find_average_highbd(const uint16_t *src, int h_start, in find_average_highbd()
Dpickrst.c671 int h_start, int h_end, int v_start, int v_end, in av1_compute_stats_c()
712 const uint8_t *src8, int h_start, int h_end, in av1_compute_stats_highbd_c()
/external/libaom/libaom/test/
Dwiener_test.cc34 const uint8_t *src, int h_start, int h_end, in compute_stats_win_opt_c()
96 int h_start, int h_end, int v_start, int v_end, in compute_stats_opt_c()
150 const int h_start = ((rng_.Rand16() % (MAX_WIENER_BLOCK / 2)) & (~7)); in RunWienerTest() local
215 const int h_start = 16; in RunWienerTest_ExtremeValues() local
291 const uint8_t *src8, int h_start, in compute_stats_highbd_win_opt_c()
371 const uint8_t *src, int h_start, int h_end, in compute_stats_highbd_opt_c()
428 const int h_start = ((rng_.Rand16() % (MAX_WIENER_BLOCK / 2)) & (~7)); in RunWienerTest() local
498 const int h_start = 16; in RunWienerTest_ExtremeValues() local
Dpickrst_test.cc131 const int h_start = 0; in RunPixelProjErrorTest_ExtremeValues() local
296 const int h_start = 0; in RunPixelProjErrorTest_ExtremeValues() local
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_sse4.c35 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()
169 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_sse4_1()
214 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_sse4_1()
272 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_sse4_1()
314 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_sse4_1()
372 const uint8_t *src8, int h_start, in av1_compute_stats_highbd_sse4_1()
391 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_sse4_1()
425 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_sse4_1()
483 const uint8_t *src, int h_start, int h_end, in av1_compute_stats_sse4_1()
Dpickrst_avx2.c31 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()
159 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win7_one_line_avx2()
205 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win7_opt_avx2()
262 const uint16_t *dgd, const uint16_t *src, int h_start, int h_end, in acc_stat_highbd_win5_one_line_avx2()
305 const uint8_t *dgd8, const uint8_t *src8, int h_start, int h_end, in compute_stats_highbd_win5_opt_avx2()
362 const uint8_t *src8, int h_start, int h_end, in av1_compute_stats_highbd_avx2()
381 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, in acc_stat_win5_one_line_avx2()
415 const uint8_t *dgd, const uint8_t *src, int h_start, int h_end, int v_start, in compute_stats_win5_opt_avx2()
473 const uint8_t *src, int h_start, int h_end, in av1_compute_stats_avx2()
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.h225 const int32 h_start = (hpad < window_rows) in SpatialMaxPool() local
Dmaxpooling_op.cc134 const int h_start = in SpatialMaxPoolWithArgMaxHelper() local
609 int h_start = ph * row_stride - pad_rows; in SpatialMaxPoolGradGrad() local
Dpooling_ops_3d.cc613 int h_start = ph * row_stride - pad_rows; in launch() local
/external/kernel-headers/original/uapi/linux/
Domap3isp.h229 __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/
Drestoration.h254 int h_start, h_end, v_start, v_end; member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3994 int h_start = (hpad < params.filter_height) in AveragePool() local
4182 int h_start = (hpad < params.filter_height) in MaxPool() local
4349 const int h_start = in L2Pool() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h4141 int h_start = (hpad < params.filter_height) in AveragePool() local
4313 int h_start = (hpad < params.filter_height) in MaxPool() local
4464 const int h_start = in L2Pool() local