Home
last modified time | relevance | path

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

12

/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.c624 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch_high()
626 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch_high()
716 const uint32_t bsizex = bsize >> img1->x_chroma_shift; in find_mismatch()
718 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch()
804 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img()
Dy4minput.c1109 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
/external/libaom/libaom/common/
Dtools_common.c250 dst->x_chroma_shift != src->x_chroma_shift || in highbd_img_upshift()
266 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in highbd_img_upshift()
285 dst->x_chroma_shift != src->x_chroma_shift || in lowbd_img_upshift()
302 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in lowbd_img_upshift()
328 dst->d_h != src->d_h || dst->x_chroma_shift != src->x_chroma_shift || in aom_img_truncate_16_to_8()
343 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in aom_img_truncate_16_to_8()
361 dst->x_chroma_shift != src->x_chroma_shift || in highbd_img_downshift()
377 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in highbd_img_downshift()
394 dst->x_chroma_shift != src->x_chroma_shift || in lowbd_img_downshift()
410 w = (w + src->x_chroma_shift) >> src->x_chroma_shift; in lowbd_img_downshift()
Dy4minput.c1137 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
/external/libaom/libaom/examples/
Dencoder_util.c32 const uint32_t bsizex = is_y_plane ? bsize : bsize >> img1->x_chroma_shift; in find_mismatch_plane()
36 : (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch_plane()
41 assert(img1->x_chroma_shift == img2->x_chroma_shift && in find_mismatch_plane()
111 uint32_t c_w = (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in aom_compare_img()
Dlightfield_tile_list_decoder.c81 (plane > 0) ? col_offset >> img->x_chroma_shift : col_offset; in write_tile_yuv1d()
82 const int w = (plane > 0) ? ((tile_width >> img->x_chroma_shift) << shift) in write_tile_yuv1d()
Danalyzer.cc315 int dc = ((y16 - y_row16) & 1) | (1 - img->x_chroma_shift); in render()
320 int dc = ((y - y_row) & 1) | (1 - img->x_chroma_shift); in render()
Dlightfield_decoder.c76 (plane > 0) ? dst_col_offset >> dst->x_chroma_shift : dst_col_offset; in aom_img_copy_tile()
Dnoise_model.c377 int chroma_sub[3] = { raw.x_chroma_shift, raw.y_chroma_shift, 0 }; in main()
/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.c119 img->x_chroma_shift = xcs; in img_alloc_helper()
178 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
182 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
186 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
190 data + (x >> img->x_chroma_shift) * bytes_per_sample + in vpx_img_set_rect()
/external/libaom/libaom/test/
Dy4m_test.cc90 ASSERT_EQ(img()->x_chroma_shift, 1U); in HeaderChecks()
95 ASSERT_EQ(img()->x_chroma_shift, 1U); in HeaderChecks()
100 ASSERT_EQ(img()->x_chroma_shift, 0U); in HeaderChecks()
Dmd5_helper.h36 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift in Add()
/external/libaom/libaom/aom/src/
Daom_image.c133 img->x_chroma_shift = xcs; in img_alloc_helper()
197 unsigned int uv_x = x >> img->x_chroma_shift; in aom_img_set_rect()
248 if (plane > 0 && img->x_chroma_shift > 0) in aom_img_plane_width()
249 return (img->d_w + 1) >> img->x_chroma_shift; in aom_img_plane_width()
/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/libaom/libaom/av1/
Dav1_iface_common.h50 img->x_chroma_shift = yv12->subsampling_x; in yuvconfig2image()
92 img->x_chroma_shift == 1 ? (1 + yv12->y_width) / 2 : yv12->y_width; in image2yuvconfig()
133 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.h90 unsigned int x_chroma_shift; /**< subsampling order, X */ member
/external/libaom/libaom/aom/
Daom_image.h164 unsigned int x_chroma_shift; /**< subsampling order, X */ member
/external/libaom/libaom/aom_dsp/
Dgrain_synthesis.c982 dst->x_chroma_shift = src->x_chroma_shift; in av1_add_film_grain()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c217 img->x_chroma_shift = 1; in yuvconfig2image()
Dvp8_cx_iface.c1082 ctx->preview_img.x_chroma_shift = 1; in vp8e_get_preview()

12