Home
last modified time | relevance | path

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

/external/gemmlowp/meta/generators/
Dqnt_Nx8_neon.py87 multiplicative_offset, rounding_offset, shift): argument
109 rounding_offset, shift, alignment): argument
247 multiplicative_offset, rounding_offset, argument
/external/gemmlowp/meta/
Dquantized_mul_kernels.h30 int rounding_offset; member
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c413 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); in generate_luma_grain_block() local
452 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); in generate_chroma_grain_blocks() local
589 int rounding_offset = (1 << (params->scaling_shift - 1)); in add_noise_to_block() local
704 int rounding_offset = (1 << (params->scaling_shift - 1)); in add_noise_to_block_hbd() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddepthwiseconv_uint8.h83 const int rounding_offset = right_shift > 0 ? 1 << (right_shift - 1) : 0; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp1823 const float rounding_offset = 0.49999997f; in AdobeCMYK_to_sRGB() local