/external/libvpx/libvpx/ |
D | tools_common.c | 225 return (img->d_w + 1) >> img->x_chroma_shift; in vpx_img_plane_width() 227 return img->d_w; in vpx_img_plane_width() 295 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in highbd_img_upshift() 312 int w = src->d_w; in highbd_img_upshift() 335 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in lowbd_img_upshift() 353 int w = src->d_w; in lowbd_img_upshift() 383 dst->d_w != src->d_w || dst->d_h != src->d_h || in vpx_img_truncate_16_to_8() 399 int w = src->d_w; in vpx_img_truncate_16_to_8() 420 if (dst->d_w != src->d_w || dst->d_h != src->d_h || in highbd_img_downshift() 437 int w = src->d_w; in highbd_img_downshift() [all …]
|
D | vpxdec.c | 148 src->d_w, src->d_h, in libyuv_scale() 155 dst->d_w, dst->d_h, in libyuv_scale() 164 src->d_w, src->d_h, in libyuv_scale() 168 dst->d_w, dst->d_h, in libyuv_scale() 417 unsigned int d_w, unsigned int d_h, in generate_filename() argument 432 snprintf(q, q_len - 1, "%d", d_w); in generate_filename() 534 return img->d_w != shifted->d_w || in img_shifted_realloc_required() 963 render_width = img->d_w; in main_loop() 975 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) { in main_loop() 1005 img->d_w, img->d_h, 16); in main_loop() [all …]
|
D | vpxenc.c | 561 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch_high() 572 for (j = 0; match && j < img1->d_w; j += bsize) { in find_mismatch_high() 575 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch_high() 653 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in find_mismatch() 660 for (j = 0; match && j < img1->d_w; j += bsize) { in find_mismatch() 663 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch() 738 uint32_t l_w = img1->d_w; in compare_img() 740 (img1->d_w + img1->x_chroma_shift) >> img1->x_chroma_shift; in compare_img() 747 match &= (img1->d_w == img2->d_w); in compare_img() 1597 (img->d_w != cfg->g_w || img->d_h != cfg->g_h)) { in encode_frame() [all …]
|
D | y4minput.c | 1032 _img->w = _img->d_w = _y4m->pic_w; in y4m_input_fetch_frame()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 20 unsigned int d_w, in img_alloc_helper() argument 127 w = (d_w + align) & ~align; in img_alloc_helper() 175 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h)) in img_alloc_helper() 185 unsigned int d_w, in vpx_img_alloc() argument 188 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL); in vpx_img_alloc() 193 unsigned int d_w, in vpx_img_wrap() argument 199 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap() 210 img->d_w = w; in vpx_img_set_rect()
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.cc | 28 cfg_.g_w = img->d_w; in InitEncoder() 87 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) { in EncodeFrameInternal() 88 cfg_.g_w = img->d_w; in EncodeFrameInternal() 147 (img1->d_w == img2->d_w) && in compare_img() 150 const unsigned int width_y = img1->d_w; in compare_img() 157 const unsigned int width_uv = (img1->d_w + 1) >> 1; in compare_img()
|
D | util.h | 24 (img1->d_w == img2->d_w) && in compute_psnr() 27 const unsigned int width_y = img1->d_w; in compute_psnr()
|
D | md5_helper.h | 35 const int w = (plane ? (img->d_w + img->x_chroma_shift) >> in Add() 36 img->x_chroma_shift : img->d_w) * bytes_per_sample; in Add()
|
D | y4m_test.cc | 65 const int w = (plane ? (img->d_w + img->x_chroma_shift) >> in write_image_file() 66 img->x_chroma_shift : img->d_w); in write_image_file() 97 ASSERT_EQ(img()->d_w, kWidth); in HeaderChecks()
|
D | active_map_refresh_test.cc | 26 int c_top = std::min(c0 + 16, static_cast<int>(current.d_w)); in CheckMb() 84 const int width = static_cast<int>(current->d_w); in PreEncodeFrameHook()
|
D | resize_test.cc | 139 frame_info_list_.push_back(FrameInfo(pts, img.d_w, img.d_h)); in DecompressedFrameHook() 317 frame_info_list_.push_back(FrameInfo(pts, img.d_w, img.d_h)); in DecompressedFrameHook()
|
/external/libvpx/libvpx/vpx/ |
D | vpx_image.h | 99 unsigned int d_w; /**< Displayed image width */ member 163 unsigned int d_w, 188 unsigned int d_w,
|
/external/libvpx/libvpx/examples/ |
D | decode_to_md5.c | 53 const int w = plane ? (img->d_w + 1) >> 1 : img->d_w; in get_image_md5() 125 img->d_w, img->d_h, ++frame_cnt); in main()
|
D | vp8_multi_resolution_encoder.c | 95 int w = (plane ? (1 + img->d_w) / 2 : img->d_w); in read_frame_by_row() 518 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w) in main() 607 raw[i-1].d_w, raw[i-1].d_h, in main() 611 raw[i].d_w, raw[i].d_h, 1); in main()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 44 img->d_w = yv12->y_crop_width; in yuvconfig2image() 87 yv12->y_crop_width = img->d_w; in image2yuvconfig() 91 yv12->y_width = img->d_w; in image2yuvconfig()
|
D | vp9_cx_iface.c | 365 if (img->d_w != ctx->cfg.g_w || img->d_h != ctx->cfg.g_h) in validate_img()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 249 img->d_w = img->r_w = yv12->y_width; in yuvconfig2image() 558 const int y_w = img->d_w; in image2yuvconfig() 560 const int uv_w = (img->d_w + 1) / 2; in image2yuvconfig() 579 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2; in image2yuvconfig()
|
D | vp8_cx_iface.c | 276 if ((img->d_w != ctx->cfg.g_w) || (img->d_h != ctx->cfg.g_h)) in validate_img() 734 const int y_w = img->d_w; in image2yuvconfig() 736 const int uv_w = (img->d_w + 1) / 2; in image2yuvconfig() 1151 ctx->preview_img.d_w = sd.y_width; in vp8e_get_preview()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_impl.cc | 738 RTC_DCHECK_EQ(input_image.width(), static_cast<int>(raw_images_[0].d_w)); in Encode() 762 raw_images_[i - 1].stride[VPX_PLANE_V], raw_images_[i - 1].d_w, in Encode() 766 raw_images_[i].stride[VPX_PLANE_V], raw_images_[i].d_w, in Encode() 912 raw_images_[0].d_w = codec_.width; in UpdateCodecFrameSize() 1335 last_frame_width_ = img->d_w; in ReturnFrame() 1338 VideoFrame decoded_image(buffer_pool_.CreateBuffer(img->d_w, img->d_h), in ReturnFrame() 1346 img->d_w, img->d_h); in ReturnFrame()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.cc | 492 RTC_DCHECK_EQ(input_image.width(), static_cast<int>(raw_->d_w)); in Encode() 694 encoded_image_._encodedWidth = raw_->d_w; in GetEncodedLayerFrame() 945 img->d_w, img->d_h, img->planes[VPX_PLANE_Y], in ReturnFrame()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kpdf_mgc.pkb | 5031 )/&+,2857#!(58!*/656@ Fd7>8AFSIKTX`d_w�HLUTYc *B]b]kkn�iw���MDCOTN^dfo��F5�* K +�(��U(�S�…
|