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

1 2

  /external/libvpx/libvpx/test/
util.h 26 (img1->d_h == img2->d_h));
29 const unsigned int height_y = img1->d_h;
md5_helper.h 32 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
33 img->y_chroma_shift : img->d_h;
encode_test_driver.cc 45 cfg_.g_h = img->d_h;
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) {
56 cfg_.g_h = img->d_h;
114 (img1->d_h == img2->d_h);
117 const unsigned int height_y = img1->d_h;
124 const unsigned int height_uv = (img1->d_h + 1) >> 1;
y4m_test.cc 61 const int h = (plane ? (img->d_h + img->y_chroma_shift) >>
62 img->y_chroma_shift : img->d_h);
96 ASSERT_EQ(img()->d_h, kHeight);
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 26 (img1->d_h == img2->d_h));
29 const unsigned int height_y = img1->d_h;
md5_helper.h 31 const int h = plane ? (img->d_h + img->y_chroma_shift) >>
32 img->y_chroma_shift : img->d_h;
encode_test_driver.cc 45 cfg_.g_h = img->d_h;
54 if (cfg_.g_w != img->d_w || cfg_.g_h != img->d_h) {
56 cfg_.g_h = img->d_h;
111 (img1->d_h == img2->d_h);
114 const unsigned int height_y = img1->d_h;
121 const unsigned int height_uv = (img1->d_h + 1) >> 1;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 47 unsigned int d_h,
150 h = (d_h + align) & ~align;
195 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
206 unsigned int d_h,
208 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
214 unsigned int d_h,
219 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
231 img->d_h = h;
281 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
284 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 46 unsigned int d_h,
131 h = (d_h + align) & ~align;
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
181 unsigned int d_h,
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
189 unsigned int d_h,
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
206 img->d_h = h;
256 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> img->y_chroma_shift) - 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 108 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
166 * \param[in] d_h Height of the image
177 unsigned int d_h,
191 * \param[in] d_h Height of the image
202 unsigned int d_h,
  /external/libvpx/libvpx/examples/
decode_to_md5.c 56 const int h = plane ? (img->d_h + 1) >> 1 : img->d_h;
127 img->d_w, img->d_h, ++frame_cnt);
vp8_multi_resolution_encoder.c 74 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
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 38 img->d_h = yv12->y_crop_height;
63 yv12->y_crop_height = img->d_h;
65 yv12->y_height = img->d_h;
  /external/libvpx/libvpx/vpx/
vpx_image.h 112 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
168 * \param[in] d_h Height of the image
179 unsigned int d_h,
193 * \param[in] d_h Height of the image
204 unsigned int d_h,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_to_md5.c 56 const int h = plane ? (img->d_h + 1) >> 1 : img->d_h;
127 img->d_w, img->d_h, ++frame_cnt);
vp8_multi_resolution_encoder.c 92 int h = (plane ? (1 + img->d_h) / 2 : img->d_h);
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 313 for(y=0; y < (plane ? (img->d_h + 1) >> 1 : img->d_h); y++) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 34 img->d_h = yv12->y_crop_height;
61 yv12->y_crop_height = img->d_h;
63 yv12->y_height = img->d_h;
71 yv12->alpha_height = yv12->alpha_buffer ? img->d_h : 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 90 const int h = (plane ? (1 + yuv_frame->d_h) / 2 : yuv_frame->d_h);
215 return (img->d_h + 1) >> img->y_chroma_shift;
217 return img->d_h;
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,
392 snprintf(q, q_len - 1, "%d", d_h);
861 display_height = img->d_h;
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 216 return (img->d_h + 1) >> img->y_chroma_shift;
218 return img->d_h;
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,
397 snprintf(q, q_len - 1, "%d", d_h);
880 display_height = img->d_h;
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 573 mDecodedImageHeight = img->d_h;
575 if ((mDecodedImageWidth != img->d_w) && (mDecodedImageHeight != img->d_h)) {
577 mDecodedImageNewHeight = img->d_h;
611 for (size_t i = 0; i < img->d_h; ++i) {
619 for (size_t i = 0; i < img->d_h / 2; ++i) {
627 for (size_t i = 0; i < img->d_h / 2; ++i) {
663 size_t dst_y_size = img->d_w * img->d_h;
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 263 img->d_h = yv12->y_height;
575 yv12->y_crop_height = img->d_h;
577 yv12->y_height = img->d_h;

Completed in 371 milliseconds

1 2