Home
last modified time | relevance | path

Searched defs:h_end (Results 1 – 12 of 12) 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()
47 int h_end, int v_start, int v_end, in find_average_highbd()
Dpickrst.c936 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/
Dwiener_test.cc35 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()
152 int h_end = in RunWienerTest() local
217 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_ExtremeValues() local
294 int h_end, int v_start, int v_end, in compute_stats_highbd_win_opt_c()
373 const uint8_t *src, int h_start, int h_end, in compute_stats_highbd_opt_c()
431 const int h_end = in RunWienerTest() local
501 const int h_end = MAX_WIENER_BLOCK; in RunWienerTest_ExtremeValues() local
Dpickrst_test.cc80 int h_end = run_times != 1 ? 128 : (rng_.Rand16() % MAX_DATA_BLOCK) + 1; in RunPixelProjErrorTest() local
133 int h_end = 192; in RunPixelProjErrorTest_ExtremeValues() local
245 int h_end = run_times != 1 ? 128 : (rng_.Rand16() % MAX_DATA_BLOCK) + 1; in RunPixelProjErrorTest() local
298 int h_end = 192; in RunPixelProjErrorTest_ExtremeValues() local
414 int h_end = run_times != 1 in RunGetProjSubspaceTest() local
476 int h_end = MAX_DATA_BLOCK; in RunGetProjSubspaceTest_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()
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()
374 int h_end, int v_start, int v_end, 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()
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()
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/
Dpooling_ops_common.h266 const int32 h_end = std::min(hpad / row_stride + 1, out_height); in SpatialMaxPool() local
Dmaxpooling_op.cc144 const int h_end = std::min(hpad / row_stride + 1, out_height); in SpatialMaxPoolWithArgMaxHelper() local
618 const int h_end = std::min(h_start + window_rows, in_rows); in SpatialMaxPoolGradGrad() local
Dpooling_ops_3d.cc610 const int h_end = std::min(h_start + window_rows, in_rows); in launch() local
/external/libaom/libaom/av1/common/
Drestoration.h255 int h_start, h_end, v_start, v_end; member
/external/kernel-headers/original/uapi/linux/
Domap3isp.h230 __u16 h_end; member
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h3206 int h_end = std::min(hpad / stride_height + 1, output_height); in AveragePool() local
3400 int h_end = std::min(hpad / stride_height + 1, output_height); in MaxPool() local
3568 const int h_end = std::min(hpad / stride_height + 1, output_height); in L2Pool() local