/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_image.c | 46 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/ |
D | util.h | 26 (img1->d_h == img2->d_h)); in compute_psnr() 29 const unsigned int height_y = img1->d_h; in compute_psnr()
|
D | encode_test_driver.cc | 45 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()
|
D | md5_helper.h | 31 const int h = plane ? (img->d_h + img->y_chroma_shift) >> in Add() 32 img->y_chroma_shift : img->d_h; in Add()
|
D | resize_test.cc | 139 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/ |
D | vp9_iface_common.h | 34 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()
|
D | vp9_cx_iface.c | 273 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/ |
D | vpx_image.h | 108 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/ |
D | decode_to_md5.c | 56 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()
|
D | vp8_multi_resolution_encoder.c | 92 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()
|
D | decode_with_partial_drops.c | 313 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/ |
D | tools_common.c | 90 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()
|
D | vpxdec.c | 128 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()
|
D | vpxenc.c | 478 (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()
|
D | y4minput.c | 924 _img->h = _img->d_h = _y4m->pic_h; in y4m_input_fetch_frame()
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9HWR.cpp | 574 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/ |
D | vp8_cx_iface.c | 278 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()
|
D | vp8_dx_iface.c | 297 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()
|