Searched defs:p_dst (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
H A Dmips_FFTFwd_RToCCS_F32_real.c21 OMX_FC32* p_dst = (OMX_FC32*)pDst; local
37 p_dst[0].Re = tmp1 + tmp2;
38 p_dst[2].Re = tmp1 - tmp2;
39 p_dst[0].Im = 0.0f;
40 p_dst[2].Im = 0.0f;
41 p_dst[1].Re = tmp3;
42 p_dst[1].Im = -tmp4;
96 p_dst[4].Re = p_tmp[0].Re - tmp3;
97 p_dst[0].Re = p_tmp[0].Re + tmp3;
98 p_dst[
[all...]
H A Dmips_FFTFwd_RToCCS_F32_complex.c28 OMX_FC32* p_dst = (OMX_FC32*)pDst; local
222 p_dst[i].Re = 0.5f * (tmp5 + w_re * tmp7 - w_im * tmp6);
223 p_dst[i].Im = 0.5f * (tmp8 - w_re * tmp6 - w_im * tmp7);
224 p_dst[fft_size / 2 - i].Re = 0.5f * (tmp5 - w_re * tmp7 + w_im * tmp6);
225 p_dst[fft_size / 2 - i].Im = 0.5f * (-tmp8 - w_re * tmp6 - w_im * tmp7);
232 p_dst[i + fft_size / 4].Re = 0.5f * (tmp5 - w_im * tmp7 - w_re * tmp6);
233 p_dst[i + fft_size / 4].Im = 0.5f * (tmp8 + w_im * tmp6 - w_re * tmp7);
234 p_dst[fft_size / 4 - i].Re = 0.5f * (tmp5 + w_im * tmp7 + w_re * tmp6);
235 p_dst[fft_size / 4 - i].Im = 0.5f * (-tmp8 + w_im * tmp6 - w_re * tmp7);
253 p_dst[fft_siz
[all...]
H A Dmips_FFTInv_CCSToR_F32_complex.c28 OMX_FC32* p_dst; local
257 p_dst = (OMX_FC32*)pDst;
264 p_dst[n1_2].Re = factor * (p_buf[0].Re - tmp1);
265 p_dst[0].Re = factor * (p_buf[0].Re + tmp1);
266 p_dst[n1_2].Im = factor * (p_buf[0].Im - tmp3);
267 p_dst[0].Im = factor * (p_buf[0].Im + tmp3);
268 p_dst[n3_4].Re = factor * (p_buf[n1_4].Re + tmp4);
269 p_dst[n1_4].Re = factor * (p_buf[n1_4].Re - tmp4);
270 p_dst[n3_4].Im = factor * (p_buf[n1_4].Im - tmp2);
271 p_dst[n1_
[all...]
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_sbc.c31 typedef int (tBTA_AV_SBC_ACT)(void *p_src, void *p_dst,
111 ** p_dst: the data buffer to hold the converted audio data
113 ** dst_samples: The size of p_dst (number of bytes)
123 ** Returns The number of bytes used in p_dst
127 int bta_av_sbc_up_sample (void *p_src, void *p_dst, argument
138 return (*bta_av_sbc_ups_cb.p_act)(p_src, p_dst, src, dst, p_ret);
156 ** p_dst: the data buffer to hold the converted audio data
158 ** dst_samples: The size of p_dst (in uint of 4 bytes)
160 ** Returns The number of bytes used in p_dst
164 int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst, argument
227 bta_av_sbc_up_sample_16m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
292 bta_av_sbc_up_sample_8s(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
361 bta_av_sbc_up_sample_8m(void *p_src, void *p_dst, UINT32 src_samples, UINT32 dst_samples, UINT32 *p_ret) argument
[all...]
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_sco.c664 ** p_dst: pointer to the buffer which is to be used to store
671 INT32 BTA_DmPcmResample (void *p_src, UINT32 in_bytes, void *p_dst) argument
680 out_sample = (*bta_dm_pcm_cb.filter) (p_src, p_dst, (in_bytes / bta_dm_pcm_cb.divisor),
685 out_sample = (*bta_dm_pcm_cb.nofilter) (p_src, p_dst,
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c350 ** p_dst: the resulting media payload header byte sequence.
354 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, BOOLEAN last, UINT8 num) argument
356 if(p_dst)
358 *p_dst = 0;
360 *p_dst |= A2D_SBC_HDR_F_MSK;
362 *p_dst |= A2D_SBC_HDR_S_MSK;
364 *p_dst |= A2D_SBC_HDR_L_MSK;
365 *p_dst |= (A2D_SBC_HDR_NUM_MSK & num);
433 void A2D_BldSbcMplHdr(UINT8 *p_dst, BOOLEAN frag, BOOLEAN start, argument
436 UNUSED(p_dst);
[all...]
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_dlc.c866 UINT8 *p, *p_dst, send_seq, rcv_seq, error_flags; local
963 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
966 UINT16_TO_BE_STREAM (p_dst, info_len);
971 memcpy (p_dst, p, info_len);
1005 p_dst = (UINT8*) (p_msg + 1);
1008 UINT16_TO_BE_STREAM (p_dst, info_len);
1011 memcpy (p_dst, p, info_len);
H A Dllcp_link.c986 UINT8 *p_dst; local
1031 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
1034 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length);
1037 memcpy (p_dst, p_ui_pdu, ui_pdu_length);
1068 p_dst = (UINT8*) (p_msg + 1);
1071 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length);
1073 memcpy (p_dst, p_ui_pdu, ui_pdu_length);
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c165 UINT8 *p_src = NULL, *p_dst; local
194 p_dst = (UINT8 *) (p_r_apdu + 1) + p_r_apdu->offset;
204 UINT16_TO_BE_STREAM (p_dst, p_t4t->nlen);
209 p_dst--;
216 UINT8_TO_BE_STREAM (p_dst, (UINT8) (p_t4t->nlen));
229 memcpy (p_dst, p_src + offset, length);
230 p_dst += length;
233 UINT16_TO_BE_STREAM (p_dst, T4T_RSP_CMD_CMPLTED);
H A Dce_t3t.c172 UINT8 *p_dst, *p_rsp_start; local
182 p_dst = p_rsp_start = (UINT8 *) (p_rsp_msg+1) + p_rsp_msg->offset;
185 UINT8_TO_STREAM (p_dst, opcode);
188 ARRAY_TO_STREAM (p_dst, p_nfcid2, NCI_RF_F_UID_LEN);
191 UINT8_TO_STREAM (p_dst, status1);
192 UINT8_TO_STREAM (p_dst, status2);
194 p_rsp_msg->len = (UINT16) (p_dst - p_rsp_start);
402 UINT8 *p_dst, *p_temp, *p_status; local
411 p_dst = p_rsp_start = (UINT8 *) (p_rsp_msg+1) + p_rsp_msg->offset;
414 UINT8_TO_STREAM (p_dst, T3T_MSG_OPC_CHECK_RS
559 UINT8 *p_dst; local
1000 UINT8 *p_dst, *p_rsp_start; local
[all...]
H A Drw_t3t.c1845 UINT8 *p_dst, *p_cmd_start; local
1851 p_dst = p_cmd_start = (UINT8 *) (p_cmd_buf+1) + p_cmd_buf->offset;
1854 UINT8_TO_STREAM (p_dst, T3T_MSG_OPC_UPDATE_CMD);
1857 ARRAY_TO_STREAM (p_dst, p_cb->peer_nfcid2, NCI_NFCID2_LEN);
1860 UINT8_TO_STREAM (p_dst, 1); /* Number of services (only 1 service: NDEF) */
1861 UINT16_TO_STREAM (p_dst, T3T_MSG_NDEF_SC_RW); /* Service code (little-endian format) */
1864 UINT8_TO_STREAM (p_dst, 1);
1867 UINT8_TO_STREAM (p_dst, T3T_MSG_MASK_TWO_BYTE_BLOCK_DESC_FORMAT);
1868 UINT8_TO_STREAM (p_dst, block_id);
1871 ARRAY_TO_STREAM (p_dst, p_block_dat
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c44 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len);
1071 ** p_dst: destination data pointer.
1078 static BOOLEAN copy_extra_byte_in_db(tGATT_SVC_DB *p_db, void **p_dst, UINT16 len) argument
1080 UINT8 *p = (UINT8 *)*p_dst;
1095 *p_dst = (void *)p;
H A Dgatt_utils.c1065 UINT8 gatt_build_uuid_to_stream(UINT8 **p_dst, tBT_UUID uuid) argument
1067 UINT8 *p = *p_dst;
1087 *p_dst = p;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c87 uint8_t *p_dst; local
99 p_dst = dst_ptr;
114 p_dst[col] = v;
119 p_dst = dst_ptr;
141 p_dst[col - 2] = d[(col - 2) & 7];
145 p_dst[col - 2] = d[(col - 2) & 7];
146 p_dst[col - 1] = d[(col - 1) & 7];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c141 uint8_t *p_dst; local
153 p_dst = dst_ptr;
168 p_dst[col] = v;
173 p_dst = dst_ptr;
195 p_dst[col - 2] = d[(col - 2) & 7];
199 p_dst[col - 2] = d[(col - 2) & 7];
200 p_dst[col - 1] = d[(col - 1) & 7];
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dpostproc.c137 unsigned char *p_src, *p_dst; local
147 p_dst = dst_ptr;
168 p_dst[col] = v;
173 p_dst = dst_ptr;
197 p_dst[col - 2] = d[(col - 2) & 3];
201 p_dst[col - 2] = d[(col - 2) & 3];
202 p_dst[col - 1] = d[(col - 1) & 3];
/external/libvpx/libvpx/vp8/common/
H A Dpostproc.c137 unsigned char *p_src, *p_dst; local
147 p_dst = dst_ptr;
168 p_dst[col] = v;
173 p_dst = dst_ptr;
197 p_dst[col - 2] = d[(col - 2) & 3];
201 p_dst[col - 2] = d[(col - 2) & 3];
202 p_dst[col - 1] = d[(col - 1) & 3];
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_gap.c65 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst,
1135 UINT8 *btm_ble_build_adv_data(tBTM_BLE_AD_MASK *p_data_mask, UINT8 **p_dst, argument
1139 UINT8 *p = *p_dst,
1403 *p_dst = p;
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c560 uint16_t *p_dst = (uint16_t *)(dst->planes[plane] + local
563 *p_dst++ = (*p_src++ << input_shift) + offset;
598 uint16_t *p_dst = (uint16_t *)(dst->planes[plane] + local
601 *p_dst++ = (*p_src++ << input_shift) + offset;
645 uint16_t *p_dst = (uint16_t *)(dst->planes[plane] + local
648 *p_dst++ = *p_src++ >> down_shift;
683 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local
685 *p_dst++ = *p_src++ >> down_shift;
H A Dvpxenc.c1753 uint16_t *p_dst = (uint16_t *)(dst->planes[plane] + local
1756 *p_dst++ = (*p_src++ << input_shift) + offset;
1792 uint16_t *p_dst = (uint16_t *)(dst->planes[plane] + local
1795 *p_dst++ = (*p_src++ << input_shift) + offset;
1838 uint8_t *p_dst = dst->planes[plane] + y * dst->stride[plane]; local
1840 *p_dst++ = *p_src++;
/external/valgrind/main/none/tests/ppc32/
H A Djm-insns.c6061 double src, *p_dst; local
6085 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6089 p_dst = &fargs_priv[i];
6092 *p_dst = 0; // clear dst
6113 double_to_bits(*p_dst), r15-base);
6128 double src, *p_dst; local
6153 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6157 p_dst = &fargs_priv[i];
6160 *p_dst = 0; // clear dst
6176 double_to_bits(*p_dst), r1
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Djm-insns.c6061 double src, *p_dst; local
6085 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6089 p_dst = &fargs_priv[i];
6092 *p_dst = 0; // clear dst
6113 double_to_bits(*p_dst), r15-base);
6128 double src, *p_dst; local
6153 p_dst = &fargs_priv[nb_tmp_fargs-1 + i];
6157 p_dst = &fargs_priv[i];
6160 *p_dst = 0; // clear dst
6176 double_to_bits(*p_dst), r1
[all...]

Completed in 4144 milliseconds