Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c45 unsigned int d_w, in img_alloc_helper() argument
129 w = (d_w + align) & ~align; in img_alloc_helper()
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h)) in img_alloc_helper()
180 unsigned int d_w, in vpx_img_alloc() argument
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc()
188 unsigned int d_w, 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()
205 img->d_w = w; in vpx_img_set_rect()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc44 cfg_.g_w = img->d_w; in EncodeFrameInternal()
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) { in EncodeFrameInternal()
55 cfg_.g_w = img->d_w; in EncodeFrameInternal()
110 (img1->d_w == img2->d_w) && in compare_img()
113 const unsigned int width_y = img1->d_w; in compare_img()
120 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img()
Dutil.h25 (img1->d_w == img2->d_w) && in compute_psnr()
28 const unsigned int width_y = img1->d_w; in compute_psnr()
Dmd5_helper.h33 const int w = plane ? (img->d_w + img->x_chroma_shift) >> in Add()
34 img->x_chroma_shift : img->d_w; 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.h33 img->d_w = yv12->y_crop_width; in yuvconfig2image()
60 yv12->y_crop_width = img->d_w; in image2yuvconfig()
62 yv12->y_width = img->d_w; in image2yuvconfig()
70 yv12->alpha_width = yv12->alpha_buffer ? img->d_w : 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.h107 unsigned int d_w; /**< Displayed image width */ member
176 unsigned int d_w,
201 unsigned int d_w,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_to_md5.c55 const int w = plane ? (img->d_w + 1) >> 1 : img->d_w; in get_image_md5()
127 img->d_w, img->d_h, ++frame_cnt); in main()
Dvp8_multi_resolution_encoder.c91 int w = (plane ? (1 + img->d_w) / 2 : img->d_w); in read_frame_by_row()
318 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w) in main()
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.c314 (void) fwrite(buf, 1, (plane ? (img->d_w + 1) >> 1 : img->d_w), in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c89 const int w = (plane ? (1 + yuv_frame->d_w) / 2 : yuv_frame->d_w); in read_yuv_frame()
208 return (img->d_w + 1) >> img->x_chroma_shift; in vpx_img_plane_width()
210 return img->d_w; in vpx_img_plane_width()
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
389 snprintf(q, q_len - 1, "%d", d_w); in generate_filename()
860 display_width = img->d_w; 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.c476 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch()
483 for (j = 0; match && j < img1->d_w; j += bsize) { in find_mismatch()
486 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch()
562 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img()
569 match &= (img1->d_w == img2->d_w); in compare_img()
575 img1->d_w) == 0); 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.c923 _img->w = _img->d_w = _y4m->pic_w; in y4m_input_fetch_frame()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderVP9HWR.cpp577 mDecodedImageWidth = img->d_w; in FillRenderBuffer()
580 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) { in FillRenderBuffer()
581 mDecodedImageNewWidth = img->d_w; in FillRenderBuffer()
622 memcpy(dst_y, srcLine, img->d_w); in FillRenderBuffer()
630 memcpy(dst_u, srcLine, img->d_w / 2); in FillRenderBuffer()
638 memcpy(dst_v, srcLine, img->d_w / 2); in FillRenderBuffer()
673 size_t dst_y_size = img->d_w * img->d_h; in FillRenderBuffer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c296 img->d_w = yv12->y_width; in yuvconfig2image()
714 yv12->y_crop_width = img->d_w; in image2yuvconfig()
716 yv12->y_width = img->d_w; in image2yuvconfig()
724 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2; in image2yuvconfig()
Dvp8_cx_iface.c278 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h)) in validate_img()
686 yv12->y_crop_width = img->d_w; in image2yuvconfig()
688 yv12->y_width = img->d_w; in image2yuvconfig()
1081 ctx->preview_img.d_w = sd.y_width; in vp8e_get_preview()