Searched refs:x_chroma_shift (Results 1 – 9 of 9) sorted by relevance
161 img->x_chroma_shift = xcs; in img_alloc_helper()226 + (x >> img->x_chroma_shift) in vpx_img_set_rect()230 + (x >> img->x_chroma_shift) in vpx_img_set_rect()234 + (x >> img->x_chroma_shift) in vpx_img_set_rect()238 + (x >> img->x_chroma_shift) in vpx_img_set_rect()
33 const int w = plane ? (img->d_w + img->x_chroma_shift) >> in Add()34 img->x_chroma_shift : img->d_w; in Add()
35 img->x_chroma_shift = yv12->uv_width < yv12->y_width; in yuvconfig2image()65 yv12->uv_width = img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 in image2yuvconfig()
207 if (plane > 0 && img->x_chroma_shift > 0) in vpx_img_plane_width()208 return (img->d_w + 1) >> img->x_chroma_shift; in vpx_img_plane_width()
474 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch()476 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch()562 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img()
925 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
111 unsigned int x_chroma_shift; /**< subsampling order, X */ member
298 img->x_chroma_shift = 1; in yuvconfig2image()
1078 ctx->preview_img.x_chroma_shift = 1; in vp8e_get_preview()