Home
last modified time | relevance | path

Searched defs:norm_factor (Results 1 – 12 of 12) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/
DNEHarrisCornersKernel.cpp73 float32x4_t norm_factor) in harris_score1x3_FLOAT_FLOAT_FLOAT()
105 float32x4_t norm_factor) in harris_score1x5_FLOAT_FLOAT_FLOAT()
160 … float32x4_t &gy2, float32x4_t &gxgy, float32x4_t norm_factor) in harris_score1x7_FLOAT_FLOAT_FLOAT()
291 float32x4_t norm_factor = vdupq_n_f32(in_norm_factor); in harris_score3x3_S16_S16_FLOAT() local
367 float32x4_t norm_factor = vdupq_n_f32(in_norm_factor); in harris_score3x3_S32_S32_FLOAT() local
478 float32x4_t norm_factor = vdupq_n_f32(in_norm_factor); in harris_score5x5_S16_S16_FLOAT() local
566 float32x4_t norm_factor = vdupq_n_f32(in_norm_factor); in harris_score5x5_S32_S32_FLOAT() local
620 float32x4_t norm_factor = vdupq_n_f32(in_norm_factor); in harris_score7x7_S16_S16_FLOAT() local
668 float32x4_t norm_factor = vdupq_n_f32(in_norm_factor); in harris_score7x7_S32_S32_FLOAT() local
738 …nfigure(const IImage *input1, const IImage *input2, IImage *output, float norm_factor, float stren… in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLHarrisCornersKernel.cpp55 … int32_t block_size, float norm_factor, float strength_thresh, float sensitivity, in configure()
62 … int32_t block_size, float norm_factor, float strength_thresh, float sensitivity, in configure()
/external/ComputeLibrary/tests/validation/reference/
DHarrisCornerDetector.cpp46 float norm_factor = 0.f; in compute_sobel() local
76 float norm_factor = 0.f; in harris_corner_detector_impl() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEHarrisCorners.cpp129 const float norm_factor = 1.0f / (255.0f * pow(4.0f, gradient_size / 2) * block_size); in configure() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLHarrisCorners.cpp133 …const float norm_factor = 1.0f / (255.0f * pow(4.0f, gradient_size / 2) * block_size… in configure() local
/external/libvpx/libvpx/vpx_dsp/
Davg.c346 const int norm_factor = height >> 1; in vpx_int_pro_row_c() local
/external/libvpx/libvpx/vpx_dsp/mips/
Davg_msa.c516 const int norm_factor = height >> 1; in vpx_int_pro_row_msa() local
/external/libaom/libaom/aom_dsp/
Davg.c486 const int norm_factor = height >> 1; in aom_int_pro_row_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c2321 const int norm_factor = 3 + (bw >> 5); in vp9_int_pro_motion_estimation() local
Dvp9_encodeframe.c3359 const float norm_factor = 1.0f / ((float)ref_rd + 1.0f); in ml_prune_rect_partition() local
/external/libaom/libaom/av1/encoder/
Dmcomp.c1940 const int norm_factor = 3 + (bw >> 5); in av1_int_pro_motion_estimation() local
Dtx_search.c427 double norm_factor = 1.0 / (visible_cols * visible_rows); in pixel_diff_stats() local