OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_chroma_shift
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vpx/src/
vpx_image.c
132
img->
x_chroma_shift
= xcs;
204
+ (x >> img->
x_chroma_shift
)
208
+ (x >> img->
x_chroma_shift
)
214
+ (x >> img->
x_chroma_shift
)
218
+ (x >> img->
x_chroma_shift
)
/external/libvpx/vpx/
vpx_image.h
110
unsigned int
x_chroma_shift
; /**< subsampling order, X */
member in struct:vpx_image
/external/libvpx/vp8/
vp8_cx_iface.c
922
ctx->preview_img.
x_chroma_shift
= 1;
[
all
...]
/external/libvpx/
y4minput.c
867
_img->
x_chroma_shift
=1;
Completed in 54 milliseconds