Searched refs:y_chroma_shift (Results 1 – 9 of 9) sorted by relevance
162 img->y_chroma_shift = ycs; in img_alloc_helper()227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()228 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()231 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()235 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()236 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()239 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()263 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()
31 const int h = plane ? (img->d_h + img->y_chroma_shift) >> in Add()32 img->y_chroma_shift : img->d_h; in Add()
36 img->y_chroma_shift = yv12->uv_height < yv12->y_height; in yuvconfig2image()67 yv12->uv_height = img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 in image2yuvconfig()
214 if (plane > 0 && img->y_chroma_shift > 0) in vpx_img_plane_height()215 return (img->d_h + 1) >> img->y_chroma_shift; in vpx_img_plane_height()
473 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch()478 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in find_mismatch()564 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in compare_img()
926 _img->y_chroma_shift = _y4m->dst_c_dec_v >> 1; in y4m_input_fetch_frame()
112 unsigned int y_chroma_shift; /**< subsampling order, Y */ member
299 img->y_chroma_shift = 1; in yuvconfig2image()
1079 ctx->preview_img.y_chroma_shift = 1; in vp8e_get_preview()