Home
last modified time | relevance | path

Searched refs:x_chroma_shift (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vpx/src/
Dvpx_image.c132 img->x_chroma_shift = xcs; in img_alloc_helper()
204 + (x >> img->x_chroma_shift) in vpx_img_set_rect()
208 + (x >> img->x_chroma_shift) in vpx_img_set_rect()
214 + (x >> img->x_chroma_shift) in vpx_img_set_rect()
218 + (x >> img->x_chroma_shift) in vpx_img_set_rect()
/external/libvpx/vpx/
Dvpx_image.h110 unsigned int x_chroma_shift; /**< subsampling order, X */ member
/external/libvpx/
Dy4minput.c867 _img->x_chroma_shift=1; in y4m_input_fetch_frame()
/external/libvpx/vp8/
Dvp8_cx_iface.c922 ctx->preview_img.x_chroma_shift = 1; in vp8e_get_preview()