/external/gemmlowp/meta/ |
D | quantized_mul_kernels_arm_64.h | 95 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 171 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 252 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 336 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 433 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 533 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 638 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 745 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 834 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 929 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() [all …]
|
D | quantized_mul_kernels_arm_32.h | 95 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 173 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 257 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 344 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 445 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 550 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 661 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 775 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 866 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() 963 [rounding_offset] "r"(params.kernel.rounding_offset) in Multiply() [all …]
|
D | quantized_mul_kernels.h | 30 int rounding_offset; member 67 std::cout << " kernel.rounding_offset: " << params.kernel.rounding_offset in Debug()
|
D | legacy_single_thread_gemm.h | 66 params.fused_kernel.kernel.rounding_offset = (1 << (shift - 1)); in gemm_q8_strided() 110 params.fused_kernel.kernel.rounding_offset = (1 << (shift - 1)); in gemv_q8()
|
D | test_gemm_correctness.cc | 266 params->fused_kernel.kernel.rounding_offset = (1 << (SHIFT - 1)); in setup_row_row() 283 params->fused_kernel.kernel.rounding_offset = (1 << (SHIFT - 1)); in setup_row_col()
|
/external/gemmlowp/meta/generators/ |
D | qnt_Nx8_neon.py | 87 multiplicative_offset, rounding_offset, shift): argument 96 emitter.EmitVAdd('i32', lane[0], lane[0], rounding_offset) 109 rounding_offset, shift, alignment): argument 130 multiplicative_offset, rounding_offset, shift) 247 multiplicative_offset, rounding_offset, argument 264 multiplicative_offset, rounding_offset, shift) 300 rounding_offset = DuplicateRegister(emitter, registers, 319 rounding_offset, shift, 64 if aligned else None) 327 multiplicative_offset, rounding_offset,
|
D | quantized_mul_kernels_common.py | 64 self.rounding_offset = _DuplicateGeneralRegister( 95 self.rounding_offset)
|
/external/libaom/av1/decoder/ |
D | grain_synthesis.c | 471 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); in generate_luma_grain_block() local 491 ((wsum + rounding_offset) >> params->ar_coeff_shift), in generate_luma_grain_block() 507 int rounding_offset = (1 << (params->ar_coeff_shift - 1)); in generate_chroma_grain_blocks() local 580 ((wsum_cb + rounding_offset) >> params->ar_coeff_shift), in generate_chroma_grain_blocks() 585 ((wsum_cr + rounding_offset) >> params->ar_coeff_shift), in generate_chroma_grain_blocks() 644 int rounding_offset = (1 << (params->scaling_shift - 1)); in add_noise_to_block() local 705 rounding_offset) >> in add_noise_to_block() 721 rounding_offset) >> in add_noise_to_block() 735 rounding_offset) >> in add_noise_to_block() 759 int rounding_offset = (1 << (params->scaling_shift - 1)); in add_noise_to_block_hbd() local [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | resize_bilinear.h | 88 const float rounding_offset = std::numeric_limits<T>::is_integer ? .5f : .0f; in ResizeBilinear() local 111 rounding_offset); in ResizeBilinear()
|
D | depthwiseconv_uint8.h | 104 const int rounding_offset = right_shift > 0 ? 1 << (right_shift - 1) : 0; variable 107 rounding_offset) >>
|
/external/gemmlowp/doc/ |
D | less-than-8-bit.md | 219 dst = (src * maxval + rounding_offset) / 255; 222 rounding_offset can be set to 224 rounding_offset = 127 227 to rounding_offset = 0). 257 dst = (src * maxval + rounding_offset) / 255; 259 but now the rounding_offset is a random value in [0 .. 254].
|
/external/libgav1/src/tile/ |
D | prediction.cc | 950 const int rounding_offset = in ScaleMotionVector() local 966 rounding_offset; in ScaleMotionVector() 969 *start_x = LeftShift(orig_x, 6) + rounding_offset; in ScaleMotionVector() 983 rounding_offset; in ScaleMotionVector() 986 *start_y = LeftShift(orig_y, 6) + rounding_offset; in ScaleMotionVector()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | resize_bilinear.h | 1571 const float rounding_offset = std::numeric_limits<T>::is_integer ? .5f : .0f; in ResizeBilinearGenericSmallChannel() local 1602 rounding_offset); in ResizeBilinearGenericSmallChannel()
|