Searched defs:out (Results 201 - 225 of 2458) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcctest.c38 static void copyDefaultConverterName(char *out, UErrorCode *status) { argument
41 out[0]=0;
47 strcpy(out, itsName);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dencoding_utils.h30 static inline int DecodeUTF8Char(const char* in, char32* out) { argument
33 *out = r;
/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_sse2.c40 // Computes out = (k + in + 1) / 2 - ((ij & (s^t)) | (k^in)) & 1
41 #define GET_M(ij, in, out) do { \
47 (out) = _mm_sub_epi8(tmp0, tmp4); /* (k + in + 1) / 2 - lsb_correction */ \
51 #define PACK_AND_STORE(a, b, da, db, out) do { \
56 _mm_store_si128(((__m128i*)(out)) + 0, t_1); \
57 _mm_store_si128(((__m128i*)(out)) + 1, t_2); \
61 #define UPSAMPLE_32PIXELS(r1, r2, out) { \
86 PACK_AND_STORE(a, b, diag1, diag2, out + 0); /* store top */ \
87 PACK_AND_STORE(c, d, diag2, diag1, out + 2 * 32); /* store bottom */ \
92 uint8_t* const out) {
91 Upsample32Pixels(const uint8_t r1[], const uint8_t r2[], uint8_t* const out) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Dsm4_dump.cpp33 std::ostream& operator <<(std::ostream& out, const sm4_op& op) argument
36 out << '-';
38 out << '|';
41 out << "l(";
45 out << ", ";
46 out << op.imm_values[i].f32;
48 out << ")";
52 out << "d(";
56 out << ", ";
57 out << o
133 operator <<(std::ostream& out, const sm4_dcl& dcl) argument
179 operator <<(std::ostream& out, const sm4_insn& insn) argument
193 operator <<(std::ostream& out, const sm4_program& program) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, argument
46 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
47 *out = (coord[0] * plane0 +
53 static void TAG(dotprod_vec3)( GLfloat *out, argument
67 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
68 *out = (coord[0] * plane0 +
75 static void TAG(dotprod_vec4)( GLfloat *out, argument
88 for (i=0;i<count;i++,STRIDE_F(coord,stride),STRIDE_F(out,outstride)) {
89 *out = (coord[0] * plane0 +
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ls.c16 OMX_F32 *out,
20 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Fwd_Radix2_ls( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse.c17 OMX_F32 *out,
20 OMX_F32 *out0 = out;
15 x86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ms.c16 OMX_F32 *out,
22 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Fwd_Radix2_ms( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n, OMX_INT sub_size, OMX_INT sub_num) argument
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_fs.c16 OMX_F32 *out,
23 out[i] = in[i << 1];
24 out[i + n] = in[(i << 1) + 1];
27 // As we have already moved data from [in] to [out],
30 OMX_F32 *out0 = out + i;
14 x86SP_FFT_CToC_FC32_Fwd_Radix4_fs( const OMX_F32 *in, OMX_F32 *out, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ls.c16 OMX_F32 *out,
20 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Inv_Radix2_ls( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse.c17 OMX_F32 *out,
20 OMX_F32 *out0 =out;
15 x86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ms.c16 OMX_F32 *out,
22 OMX_F32 *out0 = out;
14 x86SP_FFT_CToC_FC32_Inv_Radix2_ms( const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n, OMX_INT sub_size, OMX_INT sub_num) argument
H A Dx86SP_FFT_F32_radix2_kernel.c17 OMX_F32 *out,
22 OMX_F32 *out,
27 OMX_F32 *out,
35 OMX_F32 *out,
43 OMX_F32 *out,
49 OMX_F32 *out,
55 // Two Ping Pong buffers for out of place kernel.
65 OMX_F32 *out = buf2; local
77 x86SP_FFT_CToC_FC32_Fwd_Radix2_ms(in, out, twiddle,
80 x86SP_FFT_CToC_FC32_Inv_Radix2_ms(in, out, twiddl
[all...]
H A Dx86SP_FFT_F32_radix4_kernel.c16 OMX_F32 *out,
21 OMX_F32 *out,
26 OMX_F32 *out,
31 OMX_F32 *out,
36 OMX_F32 *out,
44 OMX_F32 *out,
52 OMX_F32 *out,
60 OMX_F32 *out,
68 OMX_F32 *out,
74 OMX_F32 *out,
125 OMX_F32 *out = buf2; local
174 OMX_F32 *in, *out; local
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A DLPC_analysis_filter.c43 opus_int16 *out, /* O Output signal */
72 celt_fir( in + d, num, out + d, len - d, d, mem );
74 out[ j ] = 0;
100 out[ ix ] = (opus_int16)silk_SAT16( out32 );
104 silk_memset( out, 0, d * sizeof( opus_int16 ) );
42 silk_LPC_analysis_filter( opus_int16 *out, const opus_int16 *in, const opus_int16 *B, const opus_int32 len, const opus_int32 d ) argument
H A Dbiquad_alt.c47 opus_int16 *out, /* O output signal */
76 out[ k * stride ] = (opus_int16)silk_SAT16( silk_RSHIFT( out32_Q14 + (1<<14) - 1, 14 ) );
42 silk_biquad_alt( const opus_int16 *in, const opus_int32 *B_Q28, const opus_int32 *A_Q28, opus_int32 *S, opus_int16 *out, const opus_int32 len, opus_int stride ) argument
H A Dresampler.c54 /* in \ out 8 12 16 */
63 /* in \ out 8 12 16 24 48 */
176 opus_int16 out[], /* O Output signal */
195 silk_resampler_private_up2_HQ_wrapper( S, out, S->delayBuf, S->Fs_in_kHz );
196 silk_resampler_private_up2_HQ_wrapper( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
199 silk_resampler_private_IIR_FIR( S, out, S->delayBuf, S->Fs_in_kHz );
200 silk_resampler_private_IIR_FIR( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
203 silk_resampler_private_down_FIR( S, out, S->delayBuf, S->Fs_in_kHz );
204 silk_resampler_private_down_FIR( S, &out[ S->Fs_out_kHz ], &in[ nSamples ], inLen - S->Fs_in_kHz );
207 silk_memcpy( out,
174 silk_resampler( silk_resampler_state_struct *S, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
[all...]
H A Dresampler_private_IIR_FIR.c37 opus_int16 *out,
60 *out++ = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( res_Q15, 15 ) );
62 return out;
67 opus_int16 out[], /* O Output signal */
92 out = silk_resampler_private_IIR_FIR_INTERPOL( out, buf, max_index_Q16, index_increment_Q16 );
36 silk_resampler_private_IIR_FIR_INTERPOL( opus_int16 *out, opus_int16 *buf, opus_int32 max_index_Q16, opus_int32 index_increment_Q16 ) argument
65 silk_resampler_private_IIR_FIR( void *SS, opus_int16 out[], const opus_int16 in[], opus_int32 inLen ) argument
H A Dresampler_private_up2_HQ.c40 opus_int16 *out, /* O Output signal [ 2 * len ] */
79 out[ 2 * k ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( out32_1, 10 ) );
100 out[ 2 * k + 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( out32_1, 10 ) );
106 opus_int16 *out, /* O Output signal [ 2 * len ] */
112 silk_resampler_private_up2_HQ( S->sIIR, out, in, len );
38 silk_resampler_private_up2_HQ( opus_int32 *S, opus_int16 *out, const opus_int16 *in, opus_int32 len ) argument
104 silk_resampler_private_up2_HQ_wrapper( void *SS, opus_int16 *out, const opus_int16 *in, opus_int32 len ) argument
/external/chromium_org/third_party/opus/src/silk/float/
H A DSigProc_FLP.h170 opus_int16 *out,
177 out[k] = silk_SAT16( (opus_int32)float2int( in[k] ) );
183 silk_float *out,
190 out[k] = (silk_float)in[k];
169 silk_float2short_array( opus_int16 *out, const silk_float *in, opus_int32 length ) argument
182 silk_short2float_array( silk_float *out, const opus_int16 *in, opus_int32 length ) argument
/external/chromium_org/third_party/opus/src/src/
H A Dmlp.c93 void mlp_process(const MLP *m, const opus_val16 *in, opus_val16 *out)
113 out[j] = tansig_approx(EXTRACT16(PSHR32(sum,17)));
117 void mlp_process(const MLP *m, const float *in, float *out) argument
137 out[j] = tansig_approx(sum);
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_padding.c49 opus_int16 *out = malloc(FRAMESIZE*CHANNELS*sizeof(*out)); local
52 if (!in || !out) {
53 fprintf(stderr, "FAIL (out of memory)\n");
62 result = opus_decode(decoder, in, PACKETSIZE, out, FRAMESIZE, 0);
66 free(out);
/external/chromium_org/third_party/ots/src/
H A Dgasp.cc84 bool ots_gasp_serialise(OTSStream *out, OpenTypeFile *file) { argument
87 if (!out->WriteU16(gasp->version) ||
88 !out->WriteU16(gasp->gasp_ranges.size())) {
93 if (!out->WriteU16(gasp->gasp_ranges[i].first) ||
94 !out->WriteU16(gasp->gasp_ranges[i].second)) {
H A Dhdmx.cc105 bool ots_hdmx_serialise(OTSStream *out, OpenTypeFile *file) { argument
108 if (!out->WriteU16(hdmx->version) ||
109 !out->WriteS16(hdmx->records.size()) ||
110 !out->WriteS32(hdmx->size_device_record)) {
116 if (!out->Write(&rec.pixel_size, 1) ||
117 !out->Write(&rec.max_width, 1) ||
118 !out->Write(&rec.widths[0], rec.widths.size())) {
122 !out->Write((const uint8_t *)"\x00\x00\x00", hdmx->pad_len)) {
H A Dhead.cc121 bool ots_head_serialise(OTSStream *out, OpenTypeFile *file) { argument
122 if (!out->WriteU32(0x00010000) ||
123 !out->WriteU32(file->head->revision) ||
124 !out->WriteU32(0) || // check sum not filled in yet
125 !out->WriteU32(0x5F0F3CF5) ||
126 !out->WriteU16(file->head->flags) ||
127 !out->WriteU16(file->head->ppem) ||
128 !out->WriteR64(file->head->created) ||
129 !out->WriteR64(file->head->modified) ||
130 !out
[all...]

Completed in 319 milliseconds

1234567891011>>