HomeSort by relevance Sort by last modified time
    Searched refs:out_ptr (Results 1 - 25 of 33) sorted by null

1 2

  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_idct16x16_msa.c 20 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/
filter_ma_fast_q12.c 21 int16_t* out_ptr,
42 *out_ptr++ = (int16_t)((o + (int32_t)2048) >> 12);
  /bionic/linker/
linker_utils.cpp 31 char* out_ptr = buf; local
43 while (out_ptr > buf && *--out_ptr != '/') {
47 out_ptr++;
56 *out_ptr++ = *in_ptr++;
59 *out_ptr = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_video_generic.cc 59 uint8_t* out_ptr = buffer; local
64 *out_ptr++ = generic_header_;
69 memcpy(out_ptr, payload_data_, payload_length_);
  /external/boringssl/src/crypto/bytestring/
cbs.c 54 int CBS_stow(const CBS *cbs, uint8_t **out_ptr, size_t *out_len) {
55 OPENSSL_free(*out_ptr);
56 *out_ptr = NULL;
62 *out_ptr = BUF_memdup(cbs->data, cbs->len);
63 if (*out_ptr == NULL) {
70 int CBS_strdup(const CBS *cbs, char **out_ptr) {
71 if (*out_ptr != NULL) {
72 OPENSSL_free(*out_ptr);
74 *out_ptr = BUF_strndup((const char*)cbs->data, cbs->len);
75 return (*out_ptr != NULL)
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log_c_helpers_unittest.c 36 char* out_ptr = WebRtcDataLog_Combine(combined_name, kOutLen, kTableName, 17); local
38 if (!out_ptr) {
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 87 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 = out + 8 local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/transient/
transient_suppressor.h 64 void Suppress(float* in_ptr, float* spectral_mean, float* out_ptr);
transient_suppressor.cc 234 float* out_ptr) {
280 out_ptr[i] += fft_buffer_[i] * window_[i] * fft_scaling;
  /external/boringssl/src/include/openssl/
bytestring.h 56 /* CBS_stow copies the current contents of |cbs| into |*out_ptr| and
57 * |*out_len|. If |*out_ptr| is not NULL, the contents are freed with
59 * success, |*out_ptr| should be freed with OPENSSL_free. If |cbs| is empty,
60 * |*out_ptr| will be NULL. */
61 OPENSSL_EXPORT int CBS_stow(const CBS *cbs, uint8_t **out_ptr, size_t *out_len);
63 /* CBS_strdup copies the current contents of |cbs| into |*out_ptr| as a
64 * NUL-terminated C string. If |*out_ptr| is not NULL, the contents are freed
66 * failure. On success, |*out_ptr| should be freed with OPENSSL_free.
70 OPENSSL_EXPORT int CBS_strdup(const CBS *cbs, char **out_ptr);
  /external/boringssl/src/ssl/
ssl_buffer.c 224 int ssl_write_buffer_init(SSL *ssl, uint8_t **out_ptr, size_t max_len) {
254 *out_ptr = buf->buf + buf->offset;
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 45 int16_t* out_ptr = data_out; local
70 *out_ptr++ = filter_state[2];
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 405 LLVMValueRef *out_ptr = local
408 out_ptr[2 * chan], "");
410 out_ptr[2 * chan + 1], "");
424 LLVMValueRef out_ptr = local
429 out_ptr, "");
  /external/libvpx/libvpx/vpx_dsp/mips/
idct32x32_msa.c 645 int16_t *out_ptr = out_arr; local
650 idct32x8_1d_rows_msa((input + (i << 8)), (out_ptr + (i << 8)));
656 idct8x32_1d_columns_addblk_msa((out_ptr + (i << 3)), (dst + (i << 3)),
665 int16_t *out_ptr = out_arr; local
669 "sw $zero, 0(%[out_ptr]) \n\t"
670 "sw $zero, 4(%[out_ptr]) \n\t"
671 "sw $zero, 8(%[out_ptr]) \n\t"
672 "sw $zero, 12(%[out_ptr]) \n\t"
673 "sw $zero, 16(%[out_ptr]) \n\t"
674 "sw $zero, 20(%[out_ptr]) \n\t
    [all...]
  /external/libpng/
pngwrite.c 1560 png_uint_16p out_ptr = output_row; local
1711 png_bytep out_ptr = output_row; local
1752 png_bytep out_ptr = output_row; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngwrite.c 1663 png_uint_16p out_ptr = output_row; local
1812 png_bytep out_ptr = output_row; local
1853 png_bytep out_ptr = output_row; local
    [all...]
  /external/libjpeg-turbo/
jcsample.c 126 JSAMPARRAY in_ptr, out_ptr; local
131 out_ptr = output_buf[ci] + (out_row_group_index * compptr->v_samp_factor);
132 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
rdbmp.c 226 register JSAMPROW out_ptr; local
241 out_ptr = image_ptr[0];
242 if (fread(out_ptr, 1, source->row_width, infile) != source->row_width) {
  /external/opencv3/3rdparty/libjpeg/
jcsample.c 130 JSAMPARRAY in_ptr, out_ptr; local
135 out_ptr = output_buf[ci] +
137 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcsample.c 121 JSAMPARRAY in_ptr, out_ptr; local
126 out_ptr = output_buf[ci] + (out_row_group_index * compptr->v_samp_factor);
127 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr);
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 623 uint8_t* out_ptr = frame.data() +
631 out_ptr,
729 uint8_t* out_ptr = frame.data() +
737 out_ptr,
754 out_ptr = frame.data() +
760 out_ptr,
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 1229 unsigned char *out_ptr = local
1405 unsigned char *out_ptr = ((unsigned char *) buf) + iPair * 3; local
1808 JSAMPLE *out_ptr = (JSAMPLE *) (line16 + iPair * 2); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c     [all...]
intel_mipmap_tree.h 581 void **out_ptr,
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 1310 unsigned char *out_ptr = local
1476 unsigned char *out_ptr = ((unsigned char *) buf) + iPair * 3; local
1930 JSAMPLE *out_ptr = (JSAMPLE *) (line16 + iPair * 2); local
    [all...]

Completed in 1084 milliseconds

1 2