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

1 2 3 4 5 6 7 8

  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dct_9.cpp 38 int32 vec[] vector of 9 32-bit integers
40 int32 vec[] dct computation in-place
120 void pvmp3_dct_9(int32 vec[])
125 int32 tmp0 = vec[8] + vec[0];
126 int32 tmp8 = vec[8] - vec[0];
127 int32 tmp1 = vec[7] + vec[1];
128 int32 tmp7 = vec[7] - vec[1]
    [all...]
pvmp3_dct_16.cpp 45 int32 vec[], input vector length 16
49 int32 vec[], dct length 16
57 int32 vec[], input vector length 16
61 int32 vec[], merged output of two dct 16 to create a dct 32
69 int32 vec[], input vector length 16
73 int32 vec[], splitted even/odd and pre processing rotation
152 void pvmp3_dct_16(int32 vec[], int32 flag)
176 tmp_o0 = fxp_mul32_Q32((vec[ 0] - vec[15]), Qfmt_31(0.50241928618816F));
177 tmp0 = vec[ 0] + vec[15]
    [all...]
pvmp3_mdct_6.cpp 37 int32 vec[], input vector of length 6
122 void pvmp3_mdct_6(int32 vec[], int32 *history)
129 int32 *pt_vec = vec;
130 int32 *pt_vec_o = vec;
144 pvmp3_dct_6(vec); // Even terms
147 tmp = -(vec[0] + vec[1]);
150 tmp = -(vec[1] + vec[2]);
151 vec[0] = vec[3] + vec[4]
    [all...]
pvmp3_dct_6.cpp 38 Int32 vec[] vector of 6 32-bit integers
40 Int32 vec[] dct computation in-place
114 void pvmp3_dct_6(int32 vec[])
127 tmp0 = vec[5] + vec[0];
128 tmp5 = vec[5] - vec[0];
129 tmp1 = vec[4] + vec[1];
130 tmp4 = vec[4] - vec[1]
    [all...]
pvmp3_mdct_18.cpp 38 int32 vec[], input vector of length 18
132 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window)
146 int32 *pt_vec = vec;
147 int32 *pt_vec_o = &vec[17];
161 pvmp3_dct_9(vec); // Even terms
162 pvmp3_dct_9(&vec[9]); // Odd terms
165 tmp3 = vec[16]; //
166 vec[16] = vec[ 8];
167 tmp4 = vec[14]; /
    [all...]
pvmp3_dct_16.h 81 void pvmp3_dct_16(int32 vec[], int32 flag);
83 void pvmp3_merge_in_place_N32(int32 vec[]);
pvmp3_mdct_18.h 92 void pvmp3_mdct_18(int32 vec[], int32 *history, const int32 *window);
94 void pvmp3_dct_9(int32 vec[]);
96 void pvmp3_mdct_6(int32 vec[], int32 *overlap);
98 void pvmp3_dct_6(int32 vec[]);
  /frameworks/base/media/libstagefright/codecs/aacdec/
dct64.cpp 175 void dct_64(Int32 vec[], Int32 *scratch_mem)
191 temp_o1 = &vec[32];
225 pv_split(&vec[16]);
227 dct_16(&vec[16], 0);
228 dct_16(vec, 1); // Even terms
230 pv_merge_in_place_N32(vec);
232 pv_split_z(&vec[32]);
234 dct_16(&vec[32], 1); // Even terms
235 dct_16(&vec[48], 0);
237 pv_merge_in_place_N32(&vec[32])
    [all...]
dct16.cpp 104 void dct_16(Int32 vec[], Int flag)
129 tmp_o0 = fxp_mul32_by_16((vec[ 0] - vec[15]), Qfmt15(0.50241928618816F));
130 tmp0 = vec[ 0] + vec[15];
132 tmp_o7 = fxp_mul32_Q31((vec[ 7] - vec[ 8]) << 3, Qfmt_31(0.63764357733614F));
133 tmp7 = vec[ 7] + vec[ 8];
138 tmp_o1 = fxp_mul32_by_16((vec[ 1] - vec[14]), Qfmt15(0.52249861493969F))
    [all...]
mdst.h 61 void mdst_32(Int32 vec[], Int32 scratch_mem[]);
63 void dct_32(Int32 vec[]);
65 void mdct_32(Int32 vec[]);
dst8.h 61 void dst_8(Int32 vec[]);
idct8.h 61 void idct_8(Int32 vec[]);
idct8.cpp 105 void idct_8(Int32 vec[])
119 tmp5 = fxp_mul32_by_16(vec[4] << 1, Qfmt15(0.70710678118655F));
121 tmp1 = vec[0] + tmp5;
122 tmp5 = vec[0] - tmp5;
124 tmp3 = fxp_mul32_by_16(vec[2] << 1, Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi)));*/
125 tmp7 = fxp_mul32_Q29(vec[6], Qfmt(1.30656296487638F)); /* (1/(2*cos(6*phi)));*/
130 vec[0] = tmp1 + tmp7;
131 tmp2 = fxp_mul32_by_16(vec[1] << 1, Qfmt15(0.50979557910416F)); /* (1/(2*cos( phi)));*/
132 vec[1] = tmp5 + tmp0;
133 vec[2] = tmp5 - tmp0
    [all...]
dst8.cpp 111 void dst_8(Int32 vec[])
130 temp1 = fxp_mul32_by_16(vec[1], Qfmt15(0.50979557910416F)); /* (1/(2*cos( phi)));*/
131 temp2 = fxp_mul32_by_16(vec[2], Qfmt15(0.54119610014620F)); /* (1/(2*cos(2*phi)));*/
132 temp3 = fxp_mul32_by_16(vec[3], Qfmt15(0.60134488693505F)); /* (1/(2*cos(3*phi)));*/
133 temp5 = fxp_mul32_by_16(vec[5], Qfmt15(0.89997622313642F)); /* (1/(2*cos(5*phi)));*/
134 temp6 = fxp_mul32_by_16(vec[6] << 1, Qfmt15(0.65328148243819F)); /* (1/(2*cos(6*phi)));*/
135 temp7 = vec[7] + fxp_mul32_Q31(vec[7], Qfmt31(0.56291544774152F)); /* (1/(2*cos(7*phi)));*/
141 temp4 = fxp_mul32_by_16(vec[4], Qfmt15(0.70710678118655F));
142 vec[0] = tmp_a + temp4
    [all...]
dct16.h 61 void dct_16(Int32 vec[], Int flag);
dst16.h 62 void dst_16(Int32 vec[], Int32 scratch_mem[]);
idct16.h 62 void idct_16(Int32 vec[], Int32 scratch_mem[]);
idct32.h 61 void idct_32(Int32 vec[], Int32 scratch_mem[]);
dst32.h 62 void dst_32(Int32 vec[], Int32 scratch_mem[]);
analysis_sub_band.h 61 void analysis_sub_band_LC(Int32 vec[64],
69 void analysis_sub_band(Int32 vec[64],
dct64.h 67 void dct_64(Int32 vec[], Int32 *scratch_mem);
75 void pv_merge_in_place_N32(Int32 vec[]);
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecific.java 6 public BERApplicationSpecific(int tagNo, ASN1EncodableVector vec)
8 super(tagNo, vec);
  /external/icu4c/i18n/
fphdlimp.cpp 72 : iter(posIter), vec(NULL), status(_status) {
74 vec = new UVector32(status);
79 // setData adopts the vec regardless of status, so it's safe to null it
81 iter->setData(vec, status);
83 // if iter is null, we never allocated vec, so no need to free it
84 vec = NULL;
90 int32_t size = vec->size();
91 vec->addElement(id, status);
92 vec->addElement(start, status);
93 vec->addElement(limit, status)
    [all...]
  /system/core/liblog/
logd_write.c 45 static int __write_to_log_init(log_id_t, struct iovec *vec, size_t nr);
46 static int (*write_to_log)(log_id_t, struct iovec *vec, size_t nr) = __write_to_log_init;
73 static int __write_to_log_null(log_id_t log_fd, struct iovec *vec, size_t nr)
78 static int __write_to_log_kernel(log_id_t log_id, struct iovec *vec, size_t nr)
90 ret = log_writev(log_fd, vec, nr);
96 static int __write_to_log_init(log_id_t log_id, struct iovec *vec, size_t nr)
130 return write_to_log(log_id, vec, nr);
135 struct iovec vec[3]; local
152 vec[0].iov_base = (unsigned char *) &prio;
153 vec[0].iov_len = 1
164 struct iovec vec[3]; local
240 struct iovec vec[2]; local
258 struct iovec vec[3]; local
    [all...]
  /external/srec/srec/clib/
imeld_tr.c 46 imeldata vec[MAX_DIMEN]; local
54 vec[ii] = 0;
56 vec[ii] += prep->matrix[ii][jj] * fram[jj];
58 vec[ii] = (imeldata) SHIFT_DOWN((int)vec[ii],
66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
74 fram[ii] = vec[ii];
85 imeldata vec[MAX_DIMEN]; local
96 vec[ii]= 0
    [all...]

Completed in 294 milliseconds

1 2 3 4 5 6 7 8