Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c162 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dmd5_helper.h31 const int h = plane ? (img->d_h + img->y_chroma_shift) >> in Add()
32 img->y_chroma_shift : img->d_h; in Add()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h36 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c214 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()
Dvpxenc.c473 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()
Dy4minput.c926 _img->y_chroma_shift = _y4m->dst_c_dec_v >> 1; in y4m_input_fetch_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h112 unsigned int y_chroma_shift; /**< subsampling order, Y */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c299 img->y_chroma_shift = 1; in yuvconfig2image()
Dvp8_cx_iface.c1079 ctx->preview_img.y_chroma_shift = 1; in vp8e_get_preview()