HomeSort by relevance Sort by last modified time
    Searched full:src_stride (Results 201 - 225 of 241) sorted by null

1 2 3 4 5 6 7 8910

  /external/webp/src/enc/
picture.c 199 static void CopyPlane(const uint8_t* src, int src_stride,
203 src += src_stride;
377 int src_width, int src_height, int src_stride,
393 src + y * src_stride, src_stride);
924 static float AccumulateLSIM(const uint8_t* src, int src_stride,
939 const uint8_t* s = src + j * src_stride;
    [all...]
alpha.c 152 static void CopyPlane(const uint8_t* src, int src_stride,
156 src += src_stride;
iterator.c 89 static void ImportBlock(const uint8_t* src, int src_stride,
98 src += src_stride;
vp8l.c 817 uint32_t src_stride, uint32_t dst_stride,
841 src += src_stride;
863 src += src_stride;
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.mm 138 const int src_stride = (packed_width % 4 == 0 ?
141 const uint8* const src_end = src + packed_height * src_stride;
152 for (; src < src_end; src += src_stride, dst += dst_stride)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 475 int uv_stride = x->block[16].src_stride;
591 mb->block[0].src_stride, mb->e_mbd.predictor, 16);
    [all...]
encodeframe.c     [all...]
ethreading.c 363 z->block[i].src_stride = x->block[i].src_stride;
  /external/chromium_org/third_party/libwebp/enc/
alpha.c 152 static void CopyPlane(const uint8_t* src, int src_stride,
156 src += src_stride;
iterator.c 89 static void ImportBlock(const uint8_t* src, int src_stride,
98 src += src_stride;
vp8l.c 817 uint32_t src_stride, uint32_t dst_stride,
841 src += src_stride;
863 src += src_stride;
    [all...]
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 149 " pld [%[src], %[src_stride], lsl #2] \n\t"
170 : [src_stride] "r" (width)
AppCallbackNotifier.cpp 569 " pld [%[src], %[src_stride], lsl #2] \n\t"
604 : [src_stride] "r" (stride_bytes)
627 " pld [%[src], %[src_stride], lsl #2] \n\t"
663 : [src_stride] "r" (stride_bytes)
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 82 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 195 vfp->svf(PRE(r, c), y_stride, SP(c), SP(r), z, src_stride, &sse)
287 int src_stride = x->plane[0].src.stride; local
320 besterr = vfp->vf(y, y_stride, z, src_stride, sse1);
385 const int src_stride = x->plane[0].src.stride; local
417 besterr = vfp->vf(y, y_stride, z, src_stride, sse1);
464 z, src_stride, &sse, second_pred)
479 const int src_stride = x->plane[0].src.stride; local
516 besterr = vfp->vf(comp_pred, w, z, src_stride, sse1);
582 const int src_stride = x->plane[0].src.stride; local
618 besterr = vfp->vf(comp_pred, w, z, src_stride, sse1)
    [all...]
vp9_encodemb.c 30 const uint8_t *src_ptr, ptrdiff_t src_stride,
40 src_ptr += src_stride;
  /external/chromium_org/third_party/libwebp/dec/
io.c 281 static int Rescale(const uint8_t* src, int src_stride,
285 const int lines_in = WebPRescalerImport(wrk, new_lines, src, src_stride);
286 src += lines_in * src_stride;
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 361 const int src_stride = src_strides[i]; local
362 const uint8_t *const src = srcs[i] + 2 * src_stride + 2;
369 vp9_post_proc_down_and_across(src, dst, src_stride, dst_stride,
  /external/webp/src/dec/
io.c 281 static int Rescale(const uint8_t* src, int src_stride,
285 const int lines_in = WebPRescalerImport(wrk, new_lines, src, src_stride);
286 src += lines_in * src_stride;
  /external/libvpx/libvpx/vp8/common/x86/
recon_sse2.asm 16 ; int src_stride,
32 movsxd rax, dword ptr arg(1) ;src_stride;
  /external/libyuv/files/include/libyuv/
row.h 719 ptrdiff_t src_stride,
722 ptrdiff_t src_stride, int dst_width,
  /external/pixman/pixman/
pixman-arm-neon-asm.S 285 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift]!
449 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift]!
523 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift]!
555 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift]!
627 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift]!
681 PF ldrgeb DUMMY, [PF_SRC, SRC_STRIDE, lsl #src_bpp_shift]!
    [all...]
pixman-private.h 438 int src_stride,
523 int src_stride,
    [all...]
  /external/libyuv/files/source/
convert.cc 194 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
199 void ScaleRowDown2Int_SSE2(const uint8* src_ptr, ptrdiff_t src_stride,
202 void ScaleRowDown2Int_C(const uint8* src_ptr, ptrdiff_t src_stride,
229 void (*ScaleRowDown2)(const uint8* src_ptr, ptrdiff_t src_stride,
278 int src_stride, int dst_stride,
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 42 int src_stride,

Completed in 389 milliseconds

1 2 3 4 5 6 7 8910