Searched defs:input_ptr (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dsinc_resampler_sse.cc20 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1, argument
27 // Based on |input_ptr| alignment, we need to use loadu or load. Unrolling
29 if (reinterpret_cast<uintptr_t>(input_ptr) & 0x0F) {
31 m_input = _mm_loadu_ps(input_ptr + i);
37 m_input = _mm_load_ps(input_ptr + i);
H A Dsinc_resampler_neon.cc20 float SincResampler::Convolve_NEON(const float* input_ptr, const float* k1, argument
27 const float* upper = input_ptr + kKernelSize;
28 for (; input_ptr < upper; ) {
29 m_input = vld1q_f32(input_ptr);
30 input_ptr += 4;
/external/chromium_org/net/spdy/
H A Dbuffered_spdy_framer_unittest.cc138 const char* input_ptr = reinterpret_cast<const char*>(input); local
148 buffered_spdy_framer_.ProcessInput(input_ptr, bytes_read);
150 input_ptr += bytes_processed;
H A Dspdy_framer_test.cc479 const char* input_ptr = reinterpret_cast<const char*>(input); local
488 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read);
490 input_ptr += bytes_processed;
/external/chromium_org/media/base/
H A Dsinc_resampler.cc266 const float* const input_ptr = r1_ + source_idx; local
272 input_ptr, k1, k2, kernel_interpolation_factor);
311 float SincResampler::Convolve_C(const float* input_ptr, const float* k1, argument
321 sum1 += *input_ptr * *k1++;
322 sum2 += *input_ptr++ * *k2++;
331 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1, argument
338 // Based on |input_ptr| alignment, we need to use loadu or load. Unrolling
340 if (reinterpret_cast<uintptr_t>(input_ptr) & 0x0F) {
342 m_input = _mm_loadu_ps(input_ptr + i);
348 m_input = _mm_load_ps(input_ptr
368 Convolve_NEON(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
[all...]
/external/chromium_org/skia/ext/
H A Dconvolver_unittest.cc73 unsigned char* input_ptr = &input[0]; local
77 memset(input_ptr, 0, byte_count);
78 input_ptr[(y * width + x) * 4 + channel] = 0xff;
80 input_ptr[(y * width + x) * 4 + 3] = 0xff;
81 TestImpulseConvolution(input_ptr, width, height);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c64 const uint8_t *input_ptr; member in struct:translate_generic::__anon13752
638 src = tg->attrib[attr].input_ptr +
652 tg->attrib[attr].input_ptr,
751 tg->attrib[i].input_ptr = ((const uint8_t *)ptr +
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c64 const uint8_t *input_ptr; member in struct:translate_generic::__anon27163
638 src = tg->attrib[attr].input_ptr +
652 tg->attrib[attr].input_ptr,
751 tg->attrib[i].input_ptr = ((const uint8_t *)ptr +
/external/chromium_org/third_party/libjpeg_turbo/
H A Djquant1.c525 register JSAMPROW input_ptr; local
542 input_ptr = input_buf[row] + ci;
556 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
557 input_ptr += nc;
576 register JSAMPROW input_ptr; local
591 input_ptr = input_buf[row];
599 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
601 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
603 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
626 register JSAMPROW input_ptr; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c235 char *input_ptr; local
244 option_name = strtok_r(input_string, "=", &input_ptr);
247 option_value = strtok_r(NULL, " ", &input_ptr);
288 option_name = strtok_r(NULL, "=", &input_ptr);
/external/jpeg/
H A Djquant1.c520 register JSAMPROW input_ptr; local
537 input_ptr = input_buf[row] + ci;
551 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
552 input_ptr += nc;
571 register JSAMPROW input_ptr; local
586 input_ptr = input_buf[row];
594 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
596 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
598 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
621 register JSAMPROW input_ptr; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djquant1.c520 register JSAMPROW input_ptr; local
537 input_ptr = input_buf[row] + ci;
551 *output_ptr += colorindex_ci[GETJSAMPLE(*input_ptr)+dither[col_index]];
552 input_ptr += nc;
571 register JSAMPROW input_ptr; local
586 input_ptr = input_buf[row];
594 pixcode = GETJSAMPLE(colorindex0[GETJSAMPLE(*input_ptr++) +
596 pixcode += GETJSAMPLE(colorindex1[GETJSAMPLE(*input_ptr++) +
598 pixcode += GETJSAMPLE(colorindex2[GETJSAMPLE(*input_ptr++) +
621 register JSAMPROW input_ptr; local
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c408 char *input_ptr; local
416 option_name = strtok_r(input_string, "=", &input_ptr);
419 option_value = strtok_r(NULL, " ", &input_ptr);
451 option_name = strtok_r(NULL, "=", &input_ptr);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c700 LLVMValueRef input_ptr = LLVMBuildGEP(builder, local
702 res = LLVMBuildLoad(builder, input_ptr, "");
2017 LLVMValueRef input_ptr = local
2022 LLVMBuildStore(gallivm->builder, value, input_ptr);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c700 LLVMValueRef input_ptr = LLVMBuildGEP(builder, local
702 res = LLVMBuildLoad(builder, input_ptr, "");
2017 LLVMValueRef input_ptr = local
2022 LLVMBuildStore(gallivm->builder, value, input_ptr);

Completed in 470 milliseconds