Home
last modified time | relevance | path

Searched refs:d_h (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c46 unsigned int d_h, in img_alloc_helper() argument
131 h = (d_h + align) & ~align; in img_alloc_helper()
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h)) in img_alloc_helper()
181 unsigned int d_h, in vpx_img_alloc() argument
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc()
189 unsigned int d_h, in vpx_img_wrap() argument
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()
206 img->d_h = h; in vpx_img_set_rect()
256 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y]; in vpx_img_flip()
259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1) in vpx_img_flip()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dutil.h26 (img1->d_h == img2->d_h)); in compute_psnr()
29 const unsigned int height_y = img1->d_h; in compute_psnr()
Dencode_test_driver.cc45 cfg_.g_h = img->d_h; in EncodeFrameInternal()
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) { in EncodeFrameInternal()
56 cfg_.g_h = img->d_h; in EncodeFrameInternal()
111 (img1->d_h == img2->d_h); in compare_img()
114 const unsigned int height_y = img1->d_h; in compare_img()
121 const unsigned int height_uv = (img1->d_h + 1) >> 1; in compare_img()
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()
Dresize_test.cc139 frame_info_list_.push_back(FrameInfo(pts, img.d_w, img.d_h)); in DecompressedFrameHook()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h34 img->d_h = yv12->y_crop_height; in yuvconfig2image()
61 yv12->y_crop_height = img->d_h; in image2yuvconfig()
63 yv12->y_height = img->d_h; in image2yuvconfig()
71 yv12->alpha_height = yv12->alpha_buffer ? img->d_h : 0; in image2yuvconfig()
Dvp9_cx_iface.c273 if (img->d_w != ctx->cfg.g_w || img->d_h != ctx->cfg.g_h) in validate_img()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h108 unsigned int d_h; /**< Displayed image height */ member
177 unsigned int d_h,
202 unsigned int d_h,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_to_md5.c56 const int h = plane ? (img->d_h + 1) >> 1 : img->d_h; in get_image_md5()
127 img->d_w, img->d_h, ++frame_cnt); in main()
Dvp8_multi_resolution_encoder.c92 int h = (plane ? (1 + img->d_h) / 2 : img->d_h); in read_frame_by_row()
380 raw[i-1].d_w, raw[i-1].d_h, in main()
384 raw[i].d_w, raw[i].d_h, 1); in main()
Ddecode_with_partial_drops.c313 for(y=0; y < (plane ? (img->d_h + 1) >> 1 : img->d_h); y++) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c90 const int h = (plane ? (1 + yuv_frame->d_h) / 2 : yuv_frame->d_h); in read_yuv_frame()
215 return (img->d_h + 1) >> img->y_chroma_shift; in vpx_img_plane_height()
217 return img->d_h; in vpx_img_plane_height()
Dvpxdec.c128 src->d_w, src->d_h, in vpx_image_scale()
132 dst->d_w, dst->d_h, in vpx_image_scale()
374 unsigned int d_w, unsigned int d_h, in generate_filename() argument
392 snprintf(q, q_len - 1, "%d", d_h); in generate_filename()
861 display_height = img->d_h; in main_loop()
871 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) { in main_loop()
910 img->d_w, img->d_h, frame_in); in main_loop()
Dvpxenc.c478 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in find_mismatch()
482 for (i = 0, match = 1; match && i < img1->d_h; i += bsize) { in find_mismatch()
485 const int si = mmin(i + bsize, img1->d_h) - i; in find_mismatch()
564 (img1->d_h + img1->y_chroma_shift) >> img1->y_chroma_shift; in compare_img()
570 match &= (img1->d_h == img2->d_h); in compare_img()
572 for (i = 0; i < img1->d_h; ++i) in compare_img()
1272 if (img && (img->d_w != cfg->g_w || img->d_h != cfg->g_h)) { in encode_frame()
1279 img->d_w, img->d_h, in encode_frame()
1286 stream->img->d_w, stream->img->d_h, in encode_frame()
Dy4minput.c924 _img->h = _img->d_h = _y4m->pic_h; in y4m_input_fetch_frame()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp574 mDecodedImageHeight = img->d_h; in FillRenderBuffer()
576 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) { in FillRenderBuffer()
578 mDecodedImageNewHeight = img->d_h; in FillRenderBuffer()
612 for (size_t i = 0; i < img->d_h; ++i) { in FillRenderBuffer()
620 for (size_t i = 0; i < img->d_h / 2; ++i) { in FillRenderBuffer()
628 for (size_t i = 0; i < img->d_h / 2; ++i) { in FillRenderBuffer()
664 size_t dst_y_size = img->d_w * img->d_h; in FillRenderBuffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c278 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h)) in validate_img()
687 yv12->y_crop_height = img->d_h; in image2yuvconfig()
689 yv12->y_height = img->d_h; in image2yuvconfig()
1082 ctx->preview_img.d_h = sd.y_height; in vp8e_get_preview()
Dvp8_dx_iface.c297 img->d_h = yv12->y_height; in yuvconfig2image()
715 yv12->y_crop_height = img->d_h; in image2yuvconfig()
717 yv12->y_height = img->d_h; in image2yuvconfig()