Searched refs:y_chroma_shift (Results 1 – 4 of 4) sorted by relevance
133 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()
111 unsigned int y_chroma_shift; /**< subsampling order, Y */ member
868 _img->y_chroma_shift=1; in y4m_input_fetch_frame()
923 ctx->preview_img.y_chroma_shift = 1; in vp8e_get_preview()