Searched defs:out_ptr (Results 1 - 25 of 33) sorted by relevance

12

/external/libvpx/libvpx/vp9/common/mips/msa/
H A Dvp9_idct16x16_msa.c20 int16_t *out_ptr = &out[0]; local
27 vpx_idct16_1d_rows_msa((input + (i << 7)), (out_ptr + (i << 7)));
33 vpx_idct16_1d_columns_addblk_msa((out_ptr + (i << 3)), (dst + (i << 3)),
41 vpx_idct16_1d_rows_msa((input + (i << 7)), (out_ptr + (i << 7)));
46 vpx_iadst16_1d_columns_addblk_msa((out_ptr + (i << 3)),
54 vpx_iadst16_1d_rows_msa((input + (i << 7)), (out_ptr + (i << 7)));
60 vpx_idct16_1d_columns_addblk_msa((out_ptr + (i << 3)), (dst + (i << 3)),
68 vpx_iadst16_1d_rows_msa((input + (i << 7)), (out_ptr + (i << 7)));
73 vpx_iadst16_1d_columns_addblk_msa((out_ptr + (i << 3)),
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dfilter_ma_fast_q12.c21 int16_t* out_ptr,
42 *out_ptr++ = (int16_t)((o + (int32_t)2048) >> 12);
20 WebRtcSpl_FilterMAFastQ12(const int16_t* in_ptr, int16_t* out_ptr, const int16_t* B, size_t B_length, size_t length) argument
/external/libxcam/modules/soft/
H A Dsoft_copy_task.cpp31 typename ImageT::Type *out_ptr = out->get_buf_ptr (0, y); local
33 memcpy (out_ptr, in_ptr, size);
/external/tensorflow/tensorflow/core/kernels/
H A Ddequantize_op.cc79 float* out_ptr = output->flat<float>().data(); variable
84 out_ptr[i] =
115 float* out_ptr = output->flat<float>().data(); variable
120 out_ptr[i] = static_cast<int>(in_ptr[i]) * scale_factor;
H A Dmatrix_triangular_solve_op.cc188 auto out_ptr = AsDeviceMemory(output.data()); variable
193 stream->ThenMemcpyD2D(&out_ptr, rhs_ptr, sizeof(Scalar) * rhs_elems)
231 matrix_ptr, leading_dim_matrix /*lda*/, &out_ptr,
H A Dquantized_instance_norm.cc217 uint8_t* out_ptr = output + col_offset; local
238 vst1_u8(out_ptr,
240 vst1_u8(out_ptr + 8,
242 out_ptr += cols;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_video_generic.cc59 uint8_t* out_ptr = buffer; local
64 *out_ptr++ = generic_header_;
69 memcpy(out_ptr, payload_data_, payload_length_);
/external/webrtc/webrtc/system_wrappers/source/
H A Ddata_log_c_helpers_unittest.c36 char* out_ptr = WebRtcDataLog_Combine(combined_name, kOutLen, kTableName, 17); local
38 if (!out_ptr) {
/external/libxaac/decoder/
H A Dixheaacd_acelp_mdct.c139 WORD32 *out_ptr = &out[2 * nlength - 1]; local
143 out_ptr[0] = -ixheaacd_mul_add64_sat_32(data_re[i], data_im[i], sin_ptr[i],
148 out_ptr[-2] = -ixheaacd_mul_add64_sat_32(data_re[i + 1], data_im[i + 1],
153 out_ptr[-4] = -ixheaacd_mul_add64_sat_32(data_re[i + 2], data_im[i + 2],
158 out_ptr[-6] = -ixheaacd_mul_add64_sat_32(data_re[i + 3], data_im[i + 3],
161 out_ptr -= 8;
H A Dixheaacd_hbe_trans.c743 FLOAT32 *out_ptr = &ptr_hbe_txposer->qmf_out_buf[1][2 * qmf_band_idx]; local
762 *out_ptr++ +=
765 *out_ptr++ +=
769 out_ptr += 126;
773 out_ptr -= 128 * 8;
776 out_ptr -= (128 * 2 * qmf_voc_columns) - 2;
1018 FLOAT32 *out_ptr = &ptr_hbe_txposer->qmf_out_buf[3][2 * qmf_band_idx]; local
1054 *out_ptr++ += (temp_r * 0.6666667f);
1055 *out_ptr++ += (temp_i * 0.6666667f);
1058 out_ptr
1075 FLOAT32 *out_ptr = &ptr_hbe_txposer->qmf_out_buf[1][2 * qmf_band_idx]; local
1480 FLOAT32 *out_ptr = &ptr_hbe_txposer->qmf_out_buf[3][2 * qmf_band_idx]; local
[all...]
/external/adhd/cras/src/tests/
H A Ddsp_core_unittest.cc56 float *out_ptr[] = {output, output + FRAMES}; local
58 dsp_util_deinterleave(input, out_ptr, 2, FRAMES);
71 dsp_util_interleave(out_ptr, output2, 2, FRAMES);
/external/libjpeg-turbo/
H A Djcsample.c128 JSAMPARRAY in_ptr, out_ptr; local
133 out_ptr = output_buf[ci] + (out_row_group_index * compptr->v_samp_factor);
134 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
H A Drdbmp.c227 register JSAMPROW out_ptr; local
242 out_ptr = image_ptr[0];
243 if (fread(out_ptr, 1, source->row_width, infile) != source->row_width) {
/external/webrtc/webrtc/common_audio/vad/
H A Dvad_filterbank.c45 int16_t* out_ptr = data_out; local
70 *out_ptr++ = filter_state[2];
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_suppressor.cc234 float* out_ptr) {
280 out_ptr[i] += fft_buffer_[i] * window_[i] * fft_scaling;
232 Suppress(float* in_ptr, float* spectral_mean, float* out_ptr) argument
/external/boringssl/src/crypto/
H A Dcpu-arm-linux.c80 // one and sets |*out_ptr| and |*out_len| to a newly-allocated buffer with the
82 static int read_file(char **out_ptr, size_t *out_len, const char *path) { argument
120 *out_ptr = buf;
/external/boringssl/src/ssl/
H A Dssl_asn1.cc431 // explicitly tagged with |tag| from |cbs| and stows it in |*out_ptr|
432 // and |*out_len|. If |*out_ptr| is not NULL, it frees the existing
434 // |*out_ptr| to NULL. It returns one on success, whether or not the
436 static int SSL_SESSION_parse_octet_string(CBS *cbs, uint8_t **out_ptr, argument
443 if (!CBS_stow(&value, out_ptr, out_len)) {
/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct32x32_msa.c636 int16_t *out_ptr = out_arr; local
641 idct32x8_1d_rows_msa((input + (i << 8)), (out_ptr + (i << 8)));
647 idct8x32_1d_columns_addblk_msa((out_ptr + (i << 3)), (dst + (i << 3)),
656 int16_t *out_ptr = out_arr; local
660 "sw $zero, 0(%[out_ptr]) \n\t"
661 "sw $zero, 4(%[out_ptr]) \n\t"
662 "sw $zero, 8(%[out_ptr]) \n\t"
663 "sw $zero, 12(%[out_ptr]) \n\t"
664 "sw $zero, 16(%[out_ptr]) \n\t"
665 "sw $zero, 20(%[out_ptr]) \
[all...]
/external/boringssl/src/crypto/bytestring/
H A Dcbs.c60 int CBS_stow(const CBS *cbs, uint8_t **out_ptr, size_t *out_len) { argument
61 OPENSSL_free(*out_ptr);
62 *out_ptr = NULL;
68 *out_ptr = BUF_memdup(cbs->data, cbs->len);
69 if (*out_ptr == NULL) {
76 int CBS_strdup(const CBS *cbs, char **out_ptr) { argument
77 if (*out_ptr != NULL) {
78 OPENSSL_free(*out_ptr);
80 *out_ptr = BUF_strndup((const char*)cbs->data, cbs->len);
81 return (*out_ptr !
[all...]
/external/libxcam/modules/ocl/
H A Dcl_context.cpp585 void *out_ptr = NULL; local
595 out_ptr = clEnqueueMapBuffer (
606 out_ptr && errcode == CL_SUCCESS,
610 ptr = out_ptr;
633 void *out_ptr = NULL; local
644 out_ptr = clEnqueueMapImage (
658 out_ptr && errcode == CL_SUCCESS,
662 ptr = out_ptr;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c894 void **out_ptr,
901 *out_ptr = NULL;
915 *out_ptr = map->ptr;
885 intel_miptree_map(struct intel_context *intel, struct intel_mipmap_tree *mt, unsigned int level, unsigned int slice, unsigned int x, unsigned int y, unsigned int w, unsigned int h, GLbitfield mode, void **out_ptr, int *out_stride) argument
/external/webrtc/webrtc/modules/audio_processing/aecm/
H A Daecm_core.c562 const int16_t* out_ptr = NULL; local
634 WebRtc_ReadBuffer(aecm->outFrameBuf, (void**) &out_ptr, out, FRAME_LEN);
635 if (out_ptr != out) {
637 memcpy(out, out_ptr, FRAME_LEN * sizeof(int16_t));
/external/libpng/
H A Dpngwrite.c1572 png_uint_16p out_ptr = output_row; local
1574 while (out_ptr < row_end)
1580 out_ptr[aindex] = alpha;
1615 *out_ptr++ = component;
1621 ++out_ptr;
1724 png_bytep out_ptr = output_row; local
1726 while (out_ptr < row_end)
1734 out_ptr[aindex] = alphabyte;
1741 *out_ptr++ = png_unpremultiply(*in_ptr++, alpha, reciprocal);
1746 ++out_ptr;
1765 png_bytep out_ptr = output_row; local
[all...]
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c87 int16_t *out_ptr = out + 128; local
109 ST_SH(out5, (out_ptr + 4 * 16));
116 ST_SH(out13, (out_ptr + 5 * 16));
126 ST_SH(out1, (out_ptr + 7 * 16));
134 ST_SH(out9, (out_ptr + 6 * 16));
141 ST_SH(out3, (out_ptr));
145 ST_SH(out7, (out_ptr + 3 * 16));
149 ST_SH(out11, (out_ptr + 16));
153 ST_SH(out15, (out_ptr + 2 * 16));
265 int16_t *out_ptr local
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngwrite.c1560 png_uint_16p out_ptr = output_row; local
1562 while (out_ptr < row_end)
1568 out_ptr[aindex] = alpha;
1603 *out_ptr++ = component;
1609 ++out_ptr;
1711 png_bytep out_ptr = output_row; local
1713 while (out_ptr < row_end)
1721 out_ptr[aindex] = alphabyte;
1728 *out_ptr++ = png_unpremultiply(*in_ptr++, alpha, reciprocal);
1733 ++out_ptr;
1752 png_bytep out_ptr = output_row; local
[all...]

Completed in 1477 milliseconds

12