Home
last modified time | relevance | path

Searched defs:rounding_offset (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dqnt_Nx8_neon.py87 multiplicative_offset, rounding_offset, shift): argument
109 rounding_offset, shift, alignment): argument
247 multiplicative_offset, rounding_offset, argument
/aosp_15_r20/external/libaom/av1/decoder/
H A Dgrain_synthesis.c471 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); in generate_luma_grain_block() local
507 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); in generate_chroma_grain_blocks() local
644 int rounding_offset = (1 << (params->scaling_shift - 1)); in add_noise_to_block() local
759 int rounding_offset = (1 << (params->scaling_shift - 1)); in add_noise_to_block_hbd() local
/aosp_15_r20/external/gemmlowp/meta/
H A Dquantized_mul_kernels.h30 int rounding_offset; member
/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcfx_cmyk_to_srgb.cpp1738 const float rounding_offset = 0.49999997f; in AdobeCMYK_to_sRGB() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dresize_bilinear.h88 const float rounding_offset = std::numeric_limits<T>::is_integer ? .5f : .0f; in ResizeBilinear() local
H A Ddepthwiseconv_uint8.h104 const int rounding_offset = right_shift > 0 ? 1 << (right_shift - 1) : 0; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dresize_bilinear.h1571 const float rounding_offset = std::numeric_limits<T>::is_integer ? .5f : .0f; in ResizeBilinearGenericSmallChannel() local
/aosp_15_r20/external/libgav1/src/tile/
H A Dprediction.cc950 const int rounding_offset = in ScaleMotionVector() local