OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ystride
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c
24
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/
picklpf.c
31
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);
/hardware/qcom/display/msm8960/libgralloc/
mapper.cpp
254
int
ystride
;
local
260
ystride
= ALIGN(hnd->width, 16);
262
ycbcr->cr = (void*)(hnd->base +
ystride
* hnd->height);
263
ycbcr->cb = (void*)(hnd->base +
ystride
* hnd->height + 1);
264
ycbcr->
ystride
=
ystride
;
265
ycbcr->cstride =
ystride
;
/hardware/qcom/display/msm8974/libgralloc/
mapper.cpp
255
int
ystride
;
local
261
ystride
= ALIGN(hnd->width, 16);
263
ycbcr->cr = (void*)(hnd->base +
ystride
* hnd->height);
264
ycbcr->cb = (void*)(hnd->base +
ystride
* hnd->height + 1);
265
ycbcr->
ystride
=
ystride
;
266
ycbcr->cstride =
ystride
;
/hardware/qcom/display/msm8x26/libgralloc/
mapper.cpp
254
int
ystride
;
local
260
ystride
= ALIGN(hnd->width, 16);
262
ycbcr->cr = (void*)(hnd->base +
ystride
* hnd->height);
263
ycbcr->cb = (void*)(hnd->base +
ystride
* hnd->height + 1);
264
ycbcr->
ystride
=
ystride
;
265
ycbcr->cstride =
ystride
;
/system/core/include/system/
graphics.h
257
* @
ystride
is the stride of the luma plane.
269
size_t
ystride
;
member in struct:android_ycbcr
Completed in 818 milliseconds