HomeSort by relevance Sort by last modified time
    Searched refs:p_tmp (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
mips_FFTInv_CCSToR_F32_real.c 63 OMX_FC32* p_tmp = p_buf + offset; local
66 tmp1 = p_tmp[0].Re + p_tmp[1].Re;
67 tmp5 = p_tmp[2].Re + p_tmp[3].Re;
68 tmp2 = p_tmp[0].Im + p_tmp[1].Im;
69 tmp6 = p_tmp[2].Im + p_tmp[3].Im;
70 tmp3 = p_tmp[0].Re - p_tmp[1].Re
135 OMX_FC32* p_tmp = p_buf + offset; local
    [all...]
mips_FFTFwd_RToCCS_F32_complex.c 50 OMX_FC32* p_tmp = p_buf + offset; local
59 p_tmp[0].Re = tmp1 + tmp2;
60 p_tmp[2].Re = tmp1 - tmp2;
61 p_tmp[0].Im = tmp3 + tmp4;
62 p_tmp[2].Im = tmp3 - tmp4;
69 p_tmp[1].Re = tmp1 + tmp4;
70 p_tmp[3].Re = tmp1 - tmp4;
71 p_tmp[1].Im = tmp3 - tmp2;
72 p_tmp[3].Im = tmp3 + tmp2;
83 OMX_FC32* p_tmp = p_buf + offset local
143 OMX_FC32* p_tmp = p_buf + offset; local
    [all...]
mips_FFTInv_CCSToR_F32_complex.c 117 OMX_FC32* p_tmp = p_buf + offset; local
119 tmp1 = p_tmp[0].Re + p_tmp[1].Re;
120 tmp2 = p_tmp[0].Im + p_tmp[1].Im;
121 tmp3 = p_tmp[0].Re - p_tmp[1].Re;
122 tmp4 = p_tmp[0].Im - p_tmp[1].Im;
123 tmp5 = p_tmp[2].Re + p_tmp[3].Re
145 OMX_FC32* p_tmp = p_buf + offset; local
200 OMX_FC32* p_tmp = p_buf + offset; local
    [all...]
mips_FFTFwd_RToCCS_F32_real.c 54 OMX_FC32* p_tmp = p_buf + offset; local
62 p_tmp[0].Re = tmp1 + tmp2;
63 p_tmp[2].Re = tmp1 - tmp2;
64 p_tmp[0].Im = 0.0f;
65 p_tmp[2].Im = 0.0f;
66 p_tmp[1].Re = tmp3;
67 p_tmp[3].Re = tmp3;
68 p_tmp[1].Im = -tmp4;
69 p_tmp[3].Im = tmp4;
82 OMX_FC32* p_tmp = p_buf local
114 OMX_FC32* p_tmp = p_buf + offset; local
    [all...]
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 111 char *p_name, *p_tmp; local
  /hardware/broadcom/libbt/src/
hardware.c 616 char *p_name, *p_tmp; local
666 p_tmp = p_name = (char *) (p_evt_buf + 1) + \
681 p_name = p_tmp;
843 p_tmp = (char *) (p_evt_buf + 1) + \
846 if (memcmp(p_tmp, null_bdaddr, BD_ADDR_LEN) == 0)
856 *(p_tmp+5), *(p_tmp+4), *(p_tmp+3),
857 *(p_tmp+2), *(p_tmp+1), *p_tmp)
    [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_mct.c 662 uint8_t *p_tmp = p; local
672 p_tmp++;
673 STREAM_TO_UINT16(lay_spec, p_tmp);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 1315 uint32 *p_tmp; local
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 2357 tINQ_DB_ENT *p_tmp = NULL; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 2109 unsigned int *p_tmp; local
    [all...]

Completed in 1177 milliseconds