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

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.h 22 unsigned int *src_ptr = (unsigned int *)above_right_src; local
27 *dst_ptr0 = *src_ptr;
28 *dst_ptr1 = *src_ptr;
29 *dst_ptr2 = *src_ptr;
  /external/webp/src/dsp/
enc_neon.c 234 const uint8_t* src_ptr = src; local
241 "vld1.8 {d8}, [%[src_ptr]], %[kBPS] \n"
242 "vld1.8 {d10}, [%[src_ptr]], %[kBPS] \n"
243 "vld1.8 {d9}, [%[src_ptr]], %[kBPS] \n"
244 "vld1.8 {d11}, [%[src_ptr]] \n"
335 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr),
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 95 const Scalar *src_ptr = src.IsRowMajor ? &(src.nestedExpression().coeffRef(outer,0)) : local
98 vml_call<UnaryOp>::run(src.functor(), innerSize, src_ptr, dst_ptr );
  /frameworks/base/media/mca/filterfw/jni/
jni_native_frame.cpp 179 Pixel* src_ptr; local
180 const int result = AndroidBitmap_lockPixels(env, bitmap, reinterpret_cast<void**>(&src_ptr));
188 const Pixel pixel = *(src_ptr++);
195 const Pixel pixel = *(src_ptr++);
203 memcpy(dst_ptr, src_ptr, frame->Size());
232 const uint8_t* src_ptr = frame->Data(); local
233 const uint8_t* end_ptr = src_ptr + frame->Size();
236 while (src_ptr < end_ptr) {
237 const uint8_t value = *(src_ptr++);
245 while (src_ptr < end_ptr)
    [all...]
  /external/jpeg/
transupp.c 124 JCOEFPTR src_ptr, dst_ptr; local
164 src_ptr = src_row_ptr[dst_blk_x];
168 *dst_ptr++ = *src_ptr++;
171 *dst_ptr++ = - *src_ptr++;
194 JCOEFPTR src_ptr, dst_ptr; local
216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
220 dst_ptr[j*DCTSIZE+i] = src_ptr[i*DCTSIZE+j];
242 JCOEFPTR src_ptr, dst_ptr; local
266 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
273 dst_ptr[j*DCTSIZE+i] = src_ptr[i*DCTSIZE+j]
306 JCOEFPTR src_ptr, dst_ptr; local
371 JCOEFPTR src_ptr, dst_ptr; local
475 JCOEFPTR src_ptr, dst_ptr; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
transupp.c 124 JCOEFPTR src_ptr, dst_ptr; local
164 src_ptr = src_row_ptr[dst_blk_x];
168 *dst_ptr++ = *src_ptr++;
171 *dst_ptr++ = - *src_ptr++;
194 JCOEFPTR src_ptr, dst_ptr; local
216 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
220 dst_ptr[j*DCTSIZE+i] = src_ptr[i*DCTSIZE+j];
242 JCOEFPTR src_ptr, dst_ptr; local
266 src_ptr = src_buffer[offset_x][dst_blk_y + offset_y];
273 dst_ptr[j*DCTSIZE+i] = src_ptr[i*DCTSIZE+j]
306 JCOEFPTR src_ptr, dst_ptr; local
371 JCOEFPTR src_ptr, dst_ptr; local
475 JCOEFPTR src_ptr, dst_ptr; local
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 150 const uint8_t *src_ptr = (const uint8_t *)src.mBits local
155 signed y1 = (signed)src_ptr[2 * x + 1] - 16;
156 signed y2 = (signed)src_ptr[2 * x + 3] - 16;
157 signed u = (signed)src_ptr[2 * x] - 128;
158 signed v = (signed)src_ptr[2 * x + 2] - 128;
192 src_ptr += src.mWidth * 2;
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 24 unsigned char *src_ptr = (*(be->base_src) + be->src); local
35 diff_ptr[c] = src_ptr[c] - pred_ptr[c];
40 src_ptr += src_stride;
firstpass.c 414 unsigned char *src_ptr = (*(b->base_src) + b->src); local
424 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
430 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /system/core/init/
init_parser.c 189 const char *src_ptr = src; local
206 while (*src_ptr && left > 0) {
212 c = strchr(src_ptr, '$');
214 while (left-- > 0 && *src_ptr)
215 *(dst_ptr++) = *(src_ptr++);
221 ret = push_chars(&dst_ptr, &left, src_ptr, c - src_ptr);
228 src_ptr = c;
278 src_ptr = c;
  /external/opencv/cv/src/
cvderiv.cpp 296 uchar* src_ptr = src->data.ptr; local
318 ipp_sobel_func_8u ? ipp_sobel_func_8u( src_ptr, src_step, dst_ptr, dst_step,
320 ipp_sobel_func_32f ? ipp_sobel_func_32f( src_ptr, src_step, dst_ptr, dst_step,
322 ipp_scharr_func_8u ? ipp_scharr_func_8u( src_ptr, src_step, dst_ptr, dst_step,
324 ipp_scharr_func_32f ? ipp_scharr_func_32f( src_ptr, src_step, dst_ptr, dst_step,
837 uchar* src_ptr = src->data.ptr; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1798 int* src_ptr = block[i & -2] + (i & 1)*8; local
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4555 char* src_ptr = write_buf; local
    [all...]

Completed in 452 milliseconds