Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dtools_common.c206 if (plane > 0 && img->x_chroma_shift > 0) in vpx_img_plane_width()
207 return (img->d_w + 1) >> img->x_chroma_shift; in vpx_img_plane_width()
277 dst->x_chroma_shift != src->x_chroma_shift || in highbd_img_upshift()
294 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in highbd_img_upshift()
313 dst->x_chroma_shift != src->x_chroma_shift || in lowbd_img_upshift()
330 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in lowbd_img_upshift()
355 dst->d_h != src->d_h || dst->x_chroma_shift != src->x_chroma_shift || in vpx_img_truncate_16_to_8()
371 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in vpx_img_truncate_16_to_8()
389 dst->x_chroma_shift != src->x_chroma_shift || in highbd_img_downshift()
406 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in highbd_img_downshift()
[all …]
Dvpxenc.c595 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch_high()
597 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch_high()
687 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch()
689 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch()
775 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img()
Dy4minput.c1116 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
/external/libvpx/libvpx/test/
Dy4m_test.cc67 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift in write_image_file()
102 ASSERT_EQ(img()->x_chroma_shift, 1U); in HeaderChecks()
107 ASSERT_EQ(img()->x_chroma_shift, 1U); in HeaderChecks()
112 ASSERT_EQ(img()->x_chroma_shift, 0U); in HeaderChecks()
Dmd5_helper.h35 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift in Add()
Dactive_map_refresh_test.cc29 if (plane > 0 && current.x_chroma_shift) { in CheckMb()
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c138 img->x_chroma_shift = xcs; in img_alloc_helper()
197 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
201 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
205 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
209 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h48 img->x_chroma_shift = yv12->subsampling_x; in yuvconfig2image()
95 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width; in image2yuvconfig()
131 yv12->subsampling_x = img->x_chroma_shift; in image2yuvconfig()
/external/libvpx/libvpx/examples/
Dvp9cx_set_ref.c74 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img()
108 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch()
110 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch()
/external/libvpx/libvpx/vpx/
Dvpx_image.h107 unsigned int x_chroma_shift; /**< subsampling order, X */ member
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c212 img->x_chroma_shift = 1; in yuvconfig2image()
Dvp8_cx_iface.c1057 ctx->preview_img.x_chroma_shift = 1; in vp8e_get_preview()