HomeSort by relevance Sort by last modified time
    Searched refs:d_w (Results 1 - 25 of 36) sorted by null

1 2

  /external/libvpx/libvpx/test/
util.h 25 (img1->d_w == img2->d_w) &&
28 const unsigned int width_y = img1->d_w;
md5_helper.h 34 const int w = (plane ? (img->d_w + img->x_chroma_shift) >>
35 img->x_chroma_shift : img->d_w) * bytes_per_sample;
encode_test_driver.cc 44 cfg_.g_w = img->d_w;
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) {
55 cfg_.g_w = img->d_w;
113 (img1->d_w == img2->d_w) &&
116 const unsigned int width_y = img1->d_w;
123 const unsigned int width_uv = (img1->d_w + 1) >> 1;
y4m_test.cc 63 const int w = (plane ? (img->d_w + img->x_chroma_shift) >>
64 img->x_chroma_shift : img->d_w);
95 ASSERT_EQ(img()->d_w, kWidth);
resize_test.cc 139 frame_info_list_.push_back(FrameInfo(pts, img.d_w, img.d_h));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
util.h 25 (img1->d_w == img2->d_w) &&
28 const unsigned int width_y = img1->d_w;
md5_helper.h 33 const int w = plane ? (img->d_w + img->x_chroma_shift) >>
34 img->x_chroma_shift : img->d_w;
encode_test_driver.cc 44 cfg_.g_w = img->d_w;
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) {
55 cfg_.g_w = img->d_w;
110 (img1->d_w == img2->d_w) &&
113 const unsigned int width_y = img1->d_w;
120 const unsigned int width_uv = (img1->d_w + 1) >> 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 107 unsigned int d_w; /**< Displayed image width */ member in struct:vpx_image
165 * \param[in] d_w Width of the image
176 unsigned int d_w,
190 * \param[in] d_w Width of the image
201 unsigned int d_w,
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 46 unsigned int d_w,
148 w = (d_w + align) & ~align;
195 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
205 unsigned int d_w,
208 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
213 unsigned int d_w,
219 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
230 img->d_w = w;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 45 unsigned int d_w,
129 w = (d_w + align) & ~align;
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
180 unsigned int d_w,
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
188 unsigned int d_w,
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
205 img->d_w = w;
  /external/libvpx/libvpx/examples/
decode_to_md5.c 55 const int w = plane ? (img->d_w + 1) >> 1 : img->d_w;
127 img->d_w, img->d_h, ++frame_cnt);
vp8_multi_resolution_encoder.c 73 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
300 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w)
362 raw[i-1].d_w, raw[i-1].d_h,
366 raw[i].d_w, raw[i].d_h, 1);
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 37 img->d_w = yv12->y_crop_width;
62 yv12->y_crop_width = img->d_w;
64 yv12->y_width = img->d_w;
  /external/libvpx/libvpx/vpx/
vpx_image.h 111 unsigned int d_w; /**< Displayed image width */ member in struct:vpx_image
167 * \param[in] d_w Width of the image
178 unsigned int d_w,
192 * \param[in] d_w Width of the image
203 unsigned int d_w,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_to_md5.c 55 const int w = plane ? (img->d_w + 1) >> 1 : img->d_w;
127 img->d_w, img->d_h, ++frame_cnt);
vp8_multi_resolution_encoder.c 91 int w = (plane ? (1 + img->d_w) / 2 : img->d_w);
318 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w)
380 raw[i-1].d_w, raw[i-1].d_h,
384 raw[i].d_w, raw[i].d_h, 1);
decode_with_partial_drops.c 314 (void) fwrite(buf, 1, (plane ? (img->d_w + 1) >> 1 : img->d_w),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 33 img->d_w = yv12->y_crop_width;
60 yv12->y_crop_width = img->d_w;
62 yv12->y_width = img->d_w;
70 yv12->alpha_width = yv12->alpha_buffer ? img->d_w : 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 89 const int w = (plane ? (1 + yuv_frame->d_w) / 2 : yuv_frame->d_w);
208 return (img->d_w + 1) >> img->x_chroma_shift;
210 return img->d_w;
vpxdec.c 128 src->d_w, src->d_h,
132 dst->d_w, dst->d_h,
374 unsigned int d_w, unsigned int d_h,
389 snprintf(q, q_len - 1, "%d", d_w);
860 display_width = img->d_w;
871 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) {
910 img->d_w, img->d_h, frame_in);
  /external/libvpx/libvpx/
tools_common.c 209 return (img->d_w + 1) >> img->x_chroma_shift;
211 return img->d_w;
vpxdec.c 133 src->d_w, src->d_h,
137 dst->d_w, dst->d_h,
379 unsigned int d_w, unsigned int d_h,
394 snprintf(q, q_len - 1, "%d", d_w);
879 display_width = img->d_w;
891 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) {
958 img->d_w, img->d_h, frame_in);
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 572 mDecodedImageWidth = img->d_w;
575 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) {
576 mDecodedImageNewWidth = img->d_w;
612 memcpy(dst_y, srcLine, img->d_w);
620 memcpy(dst_u, srcLine, img->d_w / 2);
628 memcpy(dst_v, srcLine, img->d_w / 2);
663 size_t dst_y_size = img->d_w * img->d_h;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 262 img->d_w = yv12->y_width;
574 yv12->y_crop_width = img->d_w;
576 yv12->y_width = img->d_w;
584 yv12->border = (img->stride[VPX_PLANE_Y] - img->d_w) / 2;

Completed in 701 milliseconds

1 2