HomeSort by relevance Sort by last modified time
    Searched refs:aligned_height (Results 1 - 16 of 16) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 53 int aligned_height = (height + 15) & ~15; local
55 int yplane_size = (aligned_height + 2 * border) * y_stride;
57 int uv_height = aligned_height >> 1;
83 ybf->y_height = aligned_height;
145 //int aligned_height = (height + 7) & ~7;
146 int aligned_height = (height + 31) & ~31; local
148 int yplane_size = (aligned_height + 2 * border) * y_stride;
151 int uv_height = aligned_height >> ss_y;
158 int alpha_height = aligned_height;
192 if ((fb->fb_stride >= y_stride) && (fb->fb_height_stride >= aligned_height)) {
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
yv12config.c 54 int aligned_height = (height + 15) & ~15; local
56 int yplane_size = (aligned_height + 2 * border) * y_stride;
58 int uv_height = aligned_height >> 1;
84 ybf->y_height = aligned_height;
152 const int aligned_height = (height + 7) & ~7; local
154 const uint64_t yplane_size = (aligned_height + 2 * border) *
157 const int uv_height = aligned_height >> ss_y;
165 const int alpha_height = aligned_height;
234 ybf->y_height = aligned_height;
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 51 int aligned_height = (height + 15) & ~15; local
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
55 int uv_height = aligned_height >> 1;
81 ybf->y_height = aligned_height;
143 const int aligned_height = (height + 7) & ~7; local
145 const int yplane_size = (aligned_height + 2 * border) * y_stride;
147 const int uv_height = aligned_height >> ss_y;
154 const int alpha_height = aligned_height;
211 ybf->y_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...]
csc_tiled_to_linear_uv_neon.s 63 @r9 aligned_height
72 bic r9, r3, #0x7 @ aligned_height = height & (~0xF)
146 cmp r9, r3 @ if (aligned_height != height) {
csc_tiled_to_linear_uv_deinterleave_neon.s 66 @r9 aligned_height
75 bic r9, r4, #0x7 @ aligned_height = height & (~0x7)
168 cmp r9, r4 @ if (aligned_height != height) {
csc_tiled_to_linear_y_neon.s 64 @r9 aligned_height
73 bic r9, r3, #0xF @ aligned_height = height & (~0xF)
161 cmp r9, r3 @ if (aligned_height != height) {
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 31 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) {
33 cm->mi_rows = aligned_height >> MI_SIZE_LOG2;
118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
126 set_mb_mi(cm, aligned_width, aligned_height);
164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
190 set_mb_mi(cm, aligned_width, aligned_height);
229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); local
231 set_mb_mi(cm, aligned_width, aligned_height);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 31 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) {
33 cm->mi_rows = aligned_height >> MI_SIZE_LOG2;
118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
126 set_mb_mi(cm, aligned_width, aligned_height);
164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
190 set_mb_mi(cm, aligned_width, aligned_height);
229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); local
231 set_mb_mi(cm, aligned_width, 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);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_alloccommon.c 33 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
36 cm->mi_rows = aligned_height >> MI_SIZE_LOG2;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 749 int aligned_width, aligned_height; local
760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top;
761 printf("aligned width: %d height: %d \n", aligned_width, aligned_height);
774 aligned_width, aligned_height, bufinfo.format);
780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) ||
785 Rect bounds(aligned_width, aligned_height);
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 455 int aligned_height = 0; local
463 aligned_height = ALIGN(height, 32);
465 size = aligned_width * aligned_height;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 461 int aligned_height = 0; local
469 aligned_height = ALIGN(height, 32);
471 size = aligned_width * aligned_height;
    [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...]

Completed in 1726 milliseconds