Home
last modified time | relevance | path

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

/external/libvpx/vpx/src/
Dvpx_image.c133 img->y_chroma_shift = ycs; in img_alloc_helper()
205 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
206 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
209 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
215 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
216 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
219 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
240 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()
244 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()
/external/libvpx/vpx/
Dvpx_image.h111 unsigned int y_chroma_shift; /**< subsampling order, Y */ member
/external/libvpx/
Dy4minput.c868 _img->y_chroma_shift=1; in y4m_input_fetch_frame()
/external/libvpx/vp8/
Dvp8_cx_iface.c923 ctx->preview_img.y_chroma_shift = 1; in vp8e_get_preview()