Searched refs:y_chroma_shift (Results 1 – 12 of 12) sorted by relevance
213 if (plane > 0 && img->y_chroma_shift > 0) in vpx_img_plane_height()214 return (img->d_h + 1) >> img->y_chroma_shift; in vpx_img_plane_height()278 dst->y_chroma_shift != src->y_chroma_shift || dst->fmt != src->fmt || in highbd_img_upshift()295 h = (h + src->y_chroma_shift) >> src->y_chroma_shift; in highbd_img_upshift()314 dst->y_chroma_shift != src->y_chroma_shift || in lowbd_img_upshift()331 h = (h + src->y_chroma_shift) >> src->y_chroma_shift; in lowbd_img_upshift()356 dst->y_chroma_shift != src->y_chroma_shift) { in vpx_img_truncate_16_to_8()372 h = (h + src->y_chroma_shift) >> src->y_chroma_shift; in vpx_img_truncate_16_to_8()390 dst->y_chroma_shift != src->y_chroma_shift || dst->fmt != src->fmt || in highbd_img_downshift()407 h = (h + src->y_chroma_shift) >> src->y_chroma_shift; in highbd_img_downshift()[all …]
594 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch_high()599 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in find_mismatch_high()686 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch()691 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in find_mismatch()777 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in compare_img()
1117 _img->y_chroma_shift = _y4m->dst_c_dec_v >> 1; in y4m_input_fetch_frame()
139 img->y_chroma_shift = ycs; in img_alloc_helper()198 (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()199 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()202 (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()206 (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()207 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()210 (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()228 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) * in vpx_img_flip()232 img->planes[VPX_PLANE_V] += (signed)((img->d_h >> img->y_chroma_shift) - 1) * in vpx_img_flip()
64 (plane ? (img->d_h + img->y_chroma_shift) >> img->y_chroma_shift in write_image_file()103 ASSERT_EQ(img()->y_chroma_shift, 1U); in HeaderChecks()108 ASSERT_EQ(img()->y_chroma_shift, 0U); in HeaderChecks()113 ASSERT_EQ(img()->y_chroma_shift, 0U); in HeaderChecks()
32 plane ? (img->d_h + img->y_chroma_shift) >> img->y_chroma_shift in Add()
33 if (plane > 0 && current.y_chroma_shift) { in CheckMb()
49 img->y_chroma_shift = yv12->subsampling_y; in yuvconfig2image()97 img->y_chroma_shift == 1 ? (1 + yv12->y_height) / 2 : yv12->y_height; in image2yuvconfig()132 yv12->subsampling_y = img->y_chroma_shift; in image2yuvconfig()
76 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in compare_img()107 const uint32_t bsizey = bsize >> img1->y_chroma_shift; in find_mismatch()112 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in find_mismatch()
108 unsigned int y_chroma_shift; /**< subsampling order, Y */ member
213 img->y_chroma_shift = 1; in yuvconfig2image()
1058 ctx->preview_img.y_chroma_shift = 1; in vp8e_get_preview()