Searched defs:ystride (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c24 int ystride; local
29 ystride = src_ybc->y_stride;
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c31 int ystride; local
36 ystride = src_ybc->y_stride;
48 yoffset = ystride * (((yheight >> 5) * 16) - 4);
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);

Completed in 86 milliseconds