HomeSort by relevance Sort by last modified time
    Searched defs:input_ptr (Results 1 - 18 of 18) sorted by null

  /frameworks/base/media/mca/filterpacks/native/imageproc/
invert.c 34 const char* input_ptr = inputs[0]; local
36 if (!input_ptr || !output_ptr)
42 *(output_ptr++) = 255 - *(input_ptr++);
to_rgba.c 34 const char* input_ptr = inputs[0]; local
36 if (!input_ptr || !output_ptr)
42 *(output_ptr++) = *(input_ptr);
43 *(output_ptr++) = *(input_ptr);
44 *(output_ptr++) = *(input_ptr++);
65 const char* input_ptr = inputs[0]; local
67 if (!input_ptr || !output_ptr)
73 *(output_ptr++) = *(input_ptr++);
74 *(output_ptr++) = *(input_ptr++);
75 *(output_ptr++) = *(input_ptr++)
97 const char* input_ptr = inputs[0]; local
129 const char* input_ptr = inputs[0]; local
    [all...]
contrast.c 62 const char* input_ptr = inputs[0]; local
64 if (!input_ptr || !output_ptr) {
76 float px = *(input_ptr++) / 255.0;
brightness.c 67 const int* input_ptr = (int*)inputs[0]; local
69 const int* end_ptr = input_ptr + (output_size / 4);
70 if (!input_ptr || !output_ptr) {
82 while (input_ptr < end_ptr) {
83 pixel.value = *(input_ptr++);
  /external/chromium_org/net/spdy/
buffered_spdy_framer_unittest.cc 138 const char* input_ptr = reinterpret_cast<const char*>(input); local
148 buffered_spdy_framer_.ProcessInput(input_ptr, bytes_read);
150 input_ptr += bytes_processed;
spdy_framer_test.cc 479 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;
    [all...]
  /external/chromium_org/media/base/
sinc_resampler.cc 266 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,
321 sum1 += *input_ptr * *k1++;
322 sum2 += *input_ptr++ * *k2++;
331 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1,
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 + i)
    [all...]
  /external/chromium_org/skia/ext/
convolver_unittest.cc 73 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/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 235 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
translate_generic.c 64 const uint8_t *input_ptr; member in struct:translate_generic::__anon18377
638 src = tg->attrib[attr].input_ptr +
652 tg->attrib[attr].input_ptr,
751 tg->attrib[i].input_ptr = ((const uint8_t *)ptr +
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 64 const uint8_t *input_ptr; member in struct:translate_generic::__anon31774
638 src = tg->attrib[attr].input_ptr +
652 tg->attrib[attr].input_ptr,
751 tg->attrib[i].input_ptr = ((const uint8_t *)ptr +
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jquant1.c 525 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/jpeg/
jquant1.c 520 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/
jquant1.c 520 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/
svc_encodeframe.c 408 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 408 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);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 700 LLVMValueRef input_ptr = LLVMBuildGEP(builder, local
702 res = LLVMBuildLoad(builder, input_ptr, "");
2017 LLVMValueRef input_ptr = local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 700 LLVMValueRef input_ptr = LLVMBuildGEP(builder, local
702 res = LLVMBuildLoad(builder, input_ptr, "");
2017 LLVMValueRef input_ptr = local
    [all...]

Completed in 1276 milliseconds