Lines Matching refs:ptr

24         const q15_t *inp  = inputA.ptr();  in test_max_q15()
29 q15_t *refp = ref.ptr(); in test_max_q15()
30 int16_t *refind = maxIndexes.ptr(); in test_max_q15()
32 q15_t *outp = output.ptr(); in test_max_q15()
33 int16_t *ind = index.ptr(); in test_max_q15()
50 const q15_t *inp = inputA.ptr(); in test_max_no_idx_q15()
54 q15_t *refp = ref.ptr(); in test_max_no_idx_q15()
56 q15_t *outp = output.ptr(); in test_max_no_idx_q15()
70 const q15_t *inp = inputA.ptr(); in test_absmax_no_idx_q15()
74 q15_t *refp = ref.ptr(); in test_absmax_no_idx_q15()
76 q15_t *outp = output.ptr(); in test_absmax_no_idx_q15()
90 const q15_t *inp = inputA.ptr(); in test_absmax_q15()
95 q15_t *refp = ref.ptr(); in test_absmax_q15()
96 int16_t *refind = maxIndexes.ptr(); in test_absmax_q15()
98 q15_t *outp = output.ptr(); in test_absmax_q15()
99 int16_t *ind = index.ptr(); in test_absmax_q15()
116 const q15_t *inp = inputA.ptr(); in test_min_q15()
121 q15_t *refp = ref.ptr(); in test_min_q15()
122 int16_t *refind = minIndexes.ptr(); in test_min_q15()
124 q15_t *outp = output.ptr(); in test_min_q15()
125 int16_t *ind = index.ptr(); in test_min_q15()
142 const q15_t *inp = inputA.ptr(); in test_min_no_idx_q15()
146 q15_t *refp = ref.ptr(); in test_min_no_idx_q15()
148 q15_t *outp = output.ptr(); in test_min_no_idx_q15()
162 const q15_t *inp = inputA.ptr(); in test_absmin_no_idx_q15()
166 q15_t *refp = ref.ptr(); in test_absmin_no_idx_q15()
168 q15_t *outp = output.ptr(); in test_absmin_no_idx_q15()
182 const q15_t *inp = inputA.ptr(); in test_absmin_q15()
187 q15_t *refp = ref.ptr(); in test_absmin_q15()
188 int16_t *refind = minIndexes.ptr(); in test_absmin_q15()
190 q15_t *outp = output.ptr(); in test_absmin_q15()
191 int16_t *ind = index.ptr(); in test_absmin_q15()
208 const q15_t *inp = inputA.ptr(); in test_mean_q15()
212 q15_t *refp = ref.ptr(); in test_mean_q15()
214 q15_t *outp = output.ptr(); in test_mean_q15()
230 const q15_t *inp = inputA.ptr(); in test_power_q15()
234 q63_t *refp = refPower.ptr(); in test_power_q15()
236 q63_t *outp = outputPower.ptr(); in test_power_q15()
252 const q15_t *inp = inputA.ptr(); in test_rms_q15()
256 q15_t *refp = ref.ptr(); in test_rms_q15()
258 q15_t *outp = output.ptr(); in test_rms_q15()
274 const q15_t *inp = inputA.ptr(); in test_std_q15()
278 q15_t *refp = ref.ptr(); in test_std_q15()
280 q15_t *outp = output.ptr(); in test_std_q15()
296 const q15_t *inp = inputA.ptr(); in test_var_q15()
300 q15_t *refp = ref.ptr(); in test_var_q15()
302 q15_t *outp = output.ptr(); in test_var_q15()
319 const q15_t *inpA = inputA.ptr(); in test_mse_q15()
320 const q15_t *inpB = inputB.ptr(); in test_mse_q15()
324 q15_t *refp = ref.ptr(); in test_mse_q15()
326 q15_t *outp = output.ptr(); in test_mse_q15()