HomeSort by relevance Sort by last modified time
    Searched full:out_ptr (Results 1 - 25 of 36) 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/llvm/test/Transforms/InstCombine/
obfuscated_splat.ll 3 define void @test(<4 x float> *%in_ptr, <4 x float> *%out_ptr) {
9 store <4 x float> %D, <4 x float> *%out_ptr
  /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/common_audio/signal_processing/
filter_ma_fast_q12.c 21 int16_t* out_ptr,
42 *out_ptr++ = (int16_t)((o + (int32_t)2048) >> 12);
  /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/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/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/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/llvm/test/CodeGen/AMDGPU/
array-ptr-calc-i32.ll 40 %out_ptr = getelementptr i32, i32 addrspace(1)* %out, i32 %tid
41 store i32 %reload, i32 addrspace(1)* %out_ptr, align 4
  /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/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/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;
ssl_asn1.c 434 * explicitly tagged with |tag| from |cbs| and stows it in |*out_ptr|
435 * and |*out_len|. If |*out_ptr| is not NULL, it frees the existing
437 * |*out_ptr| to NULL. It returns one on success, whether or not the
439 static int SSL_SESSION_parse_octet_string(CBS *cbs, uint8_t **out_ptr,
446 if (!CBS_stow(&value, out_ptr, out_len)) {
  /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/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...]