Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c161 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dmd5_helper.h33 const int w = plane ? (img->d_w + img->x_chroma_shift) >> in Add()
34 img->x_chroma_shift : img->d_w; in Add()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h35 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c207 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()
Dvpxenc.c474 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()
Dy4minput.c925 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h111 unsigned int x_chroma_shift; /**< subsampling order, X */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c298 img->x_chroma_shift = 1; in yuvconfig2image()
Dvp8_cx_iface.c1078 ctx->preview_img.x_chroma_shift = 1; in vp8e_get_preview()