Searched refs:aligned_height (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c42 int aligned_height = (height + 15) & ~15; local
44 int yplane_size = (aligned_height + 2 * border) * y_stride;
46 int uv_height = aligned_height >> 1;
72 ybf->y_height = aligned_height;
129 const int aligned_height = (height + 7) & ~7; local
131 const int yplane_size = (aligned_height + 2 * border) * y_stride;
133 const int uv_height = aligned_height >> ss_y;
140 const int alpha_height = aligned_height;
170 ybf->y_height = aligned_height;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.c60 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) { argument
62 cm->mb_rows = (aligned_height + 8) >> 4;
66 cm->mi_rows = aligned_height >> MI_SIZE_LOG2;
91 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
120 set_mb_mi(cm, aligned_width, aligned_height);
195 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); local
197 set_mb_mi(cm, aligned_width, aligned_height);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.cc66 uint32 aligned_height = r.source.height_alignment + 1; local
67 if (height % aligned_height > 0) {
69 fprintf(stderr,"- height = %lu, aligned_height = %lu\n",height,aligned_height);
/external/chromium_org/media/base/
H A Dvideo_frame.cc263 size_t aligned_height = RoundUp(coded_size_.height(), kFrameSizeAlignment); local
266 base::AlignedAlloc(bytes_per_row * aligned_height + kFrameSizePadding,

Completed in 113 milliseconds