/external/libvpx/libvpx/ |
D | tools_common.c | 206 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 …]
|
D | vpxenc.c | 624 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()
|
D | y4minput.c | 1109 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
|
/external/libaom/libaom/common/ |
D | tools_common.c | 250 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()
|
D | y4minput.c | 1137 _img->x_chroma_shift = _y4m->dst_c_dec_h >> 1; in y4m_input_fetch_frame()
|
/external/libaom/libaom/examples/ |
D | encoder_util.c | 32 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()
|
D | lightfield_tile_list_decoder.c | 81 (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()
|
D | analyzer.cc | 315 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()
|
D | lightfield_decoder.c | 76 (plane > 0) ? dst_col_offset >> dst->x_chroma_shift : dst_col_offset; in aom_img_copy_tile()
|
D | noise_model.c | 377 int chroma_sub[3] = { raw.x_chroma_shift, raw.y_chroma_shift, 0 }; in main()
|
/external/libvpx/libvpx/test/ |
D | y4m_test.cc | 67 (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()
|
D | md5_helper.h | 35 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift in Add()
|
D | active_map_refresh_test.cc | 29 if (plane > 0 && current.x_chroma_shift) { in CheckMb()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 119 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/ |
D | y4m_test.cc | 90 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()
|
D | md5_helper.h | 36 (plane ? (img->d_w + img->x_chroma_shift) >> img->x_chroma_shift in Add()
|
/external/libaom/libaom/aom/src/ |
D | aom_image.c | 133 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/ |
D | vp9_iface_common.h | 48 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/ |
D | av1_iface_common.h | 50 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/ |
D | vp9cx_set_ref.c | 74 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/ |
D | vpx_image.h | 90 unsigned int x_chroma_shift; /**< subsampling order, X */ member
|
/external/libaom/libaom/aom/ |
D | aom_image.h | 164 unsigned int x_chroma_shift; /**< subsampling order, X */ member
|
/external/libaom/libaom/aom_dsp/ |
D | grain_synthesis.c | 982 dst->x_chroma_shift = src->x_chroma_shift; in av1_add_film_grain()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 217 img->x_chroma_shift = 1; in yuvconfig2image()
|
D | vp8_cx_iface.c | 1082 ctx->preview_img.x_chroma_shift = 1; in vp8e_get_preview()
|