/external/libvpx/libvpx/vp9/common/ |
vp9_alloccommon.c | 55 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) { 57 cm->mi_rows = aligned_height >> MI_SIZE_LOG2; 84 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local 93 set_mb_mi(cm, aligned_width, aligned_height); 137 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local 166 set_mb_mi(cm, aligned_width, aligned_height); 221 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); local 223 set_mb_mi(cm, aligned_width, aligned_height);
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12config.c | 42 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; 173 ybf->y_height = aligned_height;
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_sysyuv.cc | 66 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);
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
swconvertor.c | 154 unsigned int aligned_width, aligned_height; local 158 aligned_height = height & (~0xF); 162 for (i = 0; i < aligned_height; i = i + 16) { 189 if (aligned_height != height) { 193 for (k = 0; k < height - aligned_height; k = k + 2) { 205 for (k = 0; k < height - aligned_height; k = k + 2) { 241 unsigned int aligned_width, aligned_height; local 245 aligned_height = height & (~0x7); 249 for (i = 0; i < aligned_height; i = i + 8) { 276 if (aligned_height != height) 325 unsigned int aligned_width, aligned_height; local [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 445 int aligned_height = 0; local 453 aligned_height = ALIGN(height, 32); 455 size = aligned_width * aligned_height; [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 456 int aligned_height = 0; local 464 aligned_height = ALIGN(height, 32); 466 size = aligned_width * aligned_height; [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit_c2d.cpp | 445 int aligned_height = 0; local 453 aligned_height = ALIGN(height, 32); 455 size = aligned_width * aligned_height; [all...] |