OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_chroma_shift
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vpx/src/
vpx_image.c
133
img->
y_chroma_shift
= ycs;
205
+ (y >> img->
y_chroma_shift
) * img->stride[VPX_PLANE_U];
206
data += (img->h >> img->
y_chroma_shift
) * img->stride[VPX_PLANE_U];
209
+ (y >> img->
y_chroma_shift
) * img->stride[VPX_PLANE_V];
215
+ (y >> img->
y_chroma_shift
) * img->stride[VPX_PLANE_V];
216
data += (img->h >> img->
y_chroma_shift
) * img->stride[VPX_PLANE_V];
219
+ (y >> img->
y_chroma_shift
) * img->stride[VPX_PLANE_U];
240
img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->
y_chroma_shift
) - 1)
244
img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->
y_chroma_shift
) - 1)
/external/libvpx/vpx/
vpx_image.h
111
unsigned int
y_chroma_shift
; /**< subsampling order, Y */
member in struct:vpx_image
/external/libvpx/vp8/
vp8_cx_iface.c
889
ctx->preview_img.
y_chroma_shift
= 1;
[
all
...]
/external/libvpx/
y4minput.c
868
_img->
y_chroma_shift
=1;
Completed in 267 milliseconds