Home
last modified time | relevance | path

Searched refs:scratch_ptr (Results 1 – 10 of 10) sorted by relevance

/external/libopus/celt/
Dstack_alloc.h119 char *scratch_ptr=0; variable
123 extern char *scratch_ptr;
146 #define RESTORE_STACK (printf("%ld %s:%d\n", global_stack-scratch_ptr, __FILE__, __LINE__),global_s…
150 #define ALLOC_STACK char *_saved_stack; (global_stack = (global_stack==0) ? (scratch_ptr=opus_alloc…
/external/tensorflow/tensorflow/lite/micro/kernels/
Dsvdf.cc59 float* const __restrict__ state_ptr, float* const __restrict__ scratch_ptr, in ApplyTimeWeightsBiasAndActivation() argument
64 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
96 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
142 float* scratch_ptr = static_cast<float*>( in EvalFloatSVDF() local
187 bias_ptr, params->activation, state_ptr, scratch_ptr, output_ptr); in EvalFloatSVDF()
/external/tensorflow/tensorflow/lite/micro/kernels/cmsis_nn/
Dsvdf.cc75 float* const __restrict__ state_ptr, float* const __restrict__ scratch_ptr, in ApplyTimeWeightsBiasAndActivation() argument
80 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
112 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
158 float* scratch_ptr = static_cast<float*>( in EvalFloatSVDF() local
203 bias_ptr, params->activation, state_ptr, scratch_ptr, output_ptr); in EvalFloatSVDF()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsvdf.h41 float* const __restrict__ state_ptr, float* const __restrict__ scratch_ptr, in ApplyTimeWeightsBiasAndActivation() argument
46 float* scratch_ptr_batch = scratch_ptr + b * num_filters; in ApplyTimeWeightsBiasAndActivation()
53 tensor_utils::ReductionSumVector(scratch_ptr, output_ptr, in ApplyTimeWeightsBiasAndActivation()
/external/libxaac/decoder/
Dixheaacd_block.c1074 WORD32 *x_invquant, WORD8 *scratch_ptr) { in ixheaacd_huffman_dec_word2() argument
1091 it_bit_buff, width, cb_table, x_invquant, pow_table, scratch_ptr, in ixheaacd_huffman_dec_word2()
1098 scratch_ptr, tbl_sign, idx_table); in ixheaacd_huffman_dec_word2()
1112 it_bit_buff, width, cb_table, x_invquant, pow_table, scratch_ptr, in ixheaacd_huffman_dec_word2()
Dixheaacd_block.h61 WORD32 *x_invquant, WORD8 *scratch_ptr);
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc251 const uint8_t* scratch_ptr = curr_page; in ReadAndProcessBatch() local
253 ParsePageHeader(&scratch_ptr, table_->page_header_size_len()); in ReadAndProcessBatch()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h221 LLVMValueRef scratch_ptr; member
Dlp_bld_nir_soa.c1901 …LLVMValueRef ptr2 = LLVMBuildBitCast(builder, bld->scratch_ptr, LLVMPointerType(load_bld->elem_typ… in emit_load_scratch()
1969 …LLVMValueRef ptr2 = LLVMBuildBitCast(builder, bld->scratch_ptr, LLVMPointerType(store_bld->elem_ty… in emit_store_scratch()
2124 bld.scratch_ptr = lp_build_array_alloca(gallivm, in lp_build_nir_soa()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc1410 int32_t* scratch_ptr = scratch; in NeonMatrixBatchVectorMultiplyAccumulate() local
1430 const int32x4_t scratch_val0 = vld1q_s32(scratch_ptr + i); in NeonMatrixBatchVectorMultiplyAccumulate()
1431 const int32x4_t scratch_val1 = vld1q_s32(scratch_ptr + i + 4); in NeonMatrixBatchVectorMultiplyAccumulate()
1446 scratch_ptr += i; in NeonMatrixBatchVectorMultiplyAccumulate()
1453 int32_t dotprod = *(scratch_ptr++); in NeonMatrixBatchVectorMultiplyAccumulate()