Searched defs:maxc (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/eigen/test/ |
H A D | redux.cpp | 36 Scalar s(0), p(1), minc(numext::real(m1.coeff(0))), maxc(numext::real(m1.coeff(0))); in matrixRedux() local 98 RealScalar minc(numext::real(v.coeff(0))), maxc(numext::real(v.coeff(0))); in vectorRedux() local 115 RealScalar minc(numext::real(v.coeff(i))), maxc(numext::real(v.coeff(i))); in vectorRedux() local 132 RealScalar minc(numext::real(v.coeff(i))), maxc(numext::real(v.coeff(i))); in vectorRedux() local
|
H A D | visitor.cpp | 27 Scalar minc = Scalar(1000), maxc = Scalar(-1000); in matrixVisitor() local 113 Scalar minc = v(0), maxc = v(0); in vectorVisitor() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | pickcdef.h | 177 const int maxc = AOMMIN(mi_params->mi_cols - mi_col, MI_SIZE_64X64); in sb_all_skip() local
|
H A D | mcomp.h | 346 int maxc = AOMMIN(GET_MV_SUBPEL(mv_limits->col_max), ref_mv->col + max_mv); in av1_set_subpel_mv_search_range() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_builtin_builder.c | 121 nir_def *maxc = nir_fmax_abs_vec_comp(b, vec); in nir_normalize() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | cdef.c | 45 int maxc = mi_params->mi_cols - mi_col; in av1_cdef_compute_sb_list() local
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jquant2.c | 258 register long maxc = 0; in find_biggest_color_pop() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | mcomp.c | 245 int maxc = VPXMIN(x->mv_col_max * 4, in vp8_find_best_sub_pixel_step_iteratively() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 1530 float maxc = de::max(rc, de::max(gc, bc)); in packRGB999E5() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_mcomp.c | 745 int minc, maxc, minr, maxr; in vp9_find_best_sub_pixel_tree() local
|