Home
last modified time | relevance | path

Searched refs:aligned_height (Results 1 – 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c53 int aligned_height = (height + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local
55 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer()
57 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer()
83 ybf->y_height = aligned_height; in vp8_yv12_realloc_frame_buffer()
146 int aligned_height = (height + 31) & ~31; in vp9_realloc_frame_buffer() local
148 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp9_realloc_frame_buffer()
151 int uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer()
158 int alpha_height = aligned_height; in vp9_realloc_frame_buffer()
192 if ((fb->fb_stride >= y_stride) && (fb->fb_height_stride >= aligned_height)) { in vp9_realloc_frame_buffer()
196 aligned_height = (aligned_height + 31) & ~31; in vp9_realloc_frame_buffer()
[all …]
/hardware/samsung_slsi/exynos5/libswconverter/
Dswconvertor.c154 unsigned int aligned_width, aligned_height; in csc_tiled_to_linear_y() local
158 aligned_height = height & (~0xF); in csc_tiled_to_linear_y()
162 for (i = 0; i < aligned_height; i = i + 16) { in csc_tiled_to_linear_y()
189 if (aligned_height != height) { in csc_tiled_to_linear_y()
193 for (k = 0; k < height - aligned_height; k = k + 2) { in csc_tiled_to_linear_y()
205 for (k = 0; k < height - aligned_height; k = k + 2) { in csc_tiled_to_linear_y()
241 unsigned int aligned_width, aligned_height; in csc_tiled_to_linear_uv() local
245 aligned_height = height & (~0x7); in csc_tiled_to_linear_uv()
249 for (i = 0; i < aligned_height; i = i + 8) { in csc_tiled_to_linear_uv()
276 if (aligned_height != height) { in csc_tiled_to_linear_uv()
[all …]
Dcsc_tiled_to_linear_uv_neon.s63 @r9 aligned_height
72 bic r9, r3, #0x7 @ aligned_height = height & (~0xF)
146 cmp r9, r3 @ if (aligned_height != height) {
Dcsc_tiled_to_linear_y_neon.s64 @r9 aligned_height
73 bic r9, r3, #0xF @ aligned_height = height & (~0xF)
161 cmp r9, r3 @ if (aligned_height != height) {
Dcsc_tiled_to_linear_uv_deinterleave_neon.s66 @r9 aligned_height
75 bic r9, r4, #0x7 @ aligned_height = height & (~0x7)
168 cmp r9, r4 @ if (aligned_height != height) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_alloccommon.c31 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) { in set_mb_mi() argument
33 cm->mi_rows = aligned_height >> MI_SIZE_LOG2; in set_mb_mi()
118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_resize_frame_buffers() local
126 set_mb_mi(cm, aligned_width, aligned_height); in vp9_resize_frame_buffers()
164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_alloc_frame_buffers() local
190 set_mb_mi(cm, aligned_width, aligned_height); in vp9_alloc_frame_buffers()
229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); in vp9_update_frame_size() local
231 set_mb_mi(cm, aligned_width, aligned_height); in vp9_update_frame_size()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp749 int aligned_width, aligned_height; in setInput() local
760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top; in setInput()
761 printf("aligned width: %d height: %d \n", aligned_width, aligned_height); in setInput()
774 aligned_width, aligned_height, bufinfo.format); in setInput()
780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) || in setInput()
785 Rect bounds(aligned_width, aligned_height); in setInput()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp445 int aligned_height = 0; in calculate_yuv_offset_and_stride() local
453 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride()
455 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp454 int aligned_height = 0; in calculate_yuv_offset_and_stride() local
462 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride()
464 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp455 int aligned_height = 0; in calculate_yuv_offset_and_stride() local
463 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride()
465 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp456 int aligned_height = 0; in calculate_yuv_offset_and_stride() local
464 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride()
466 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()