Home
last modified time | relevance | path

Searched refs:aligned_width (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c49 int aligned_width = (width + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local
51 int y_stride = ((aligned_width + 2 * border) + 31) & ~31; in vp8_yv12_realloc_frame_buffer()
53 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer()
77 ybf->y_width = aligned_width; in vp8_yv12_realloc_frame_buffer()
146 const int aligned_width = (width + 7) & ~7; in vpx_realloc_frame_buffer() local
148 const int y_stride = ((aligned_width + 2 * border) + 31) & ~31; in vpx_realloc_frame_buffer()
151 const int uv_width = aligned_width >> ss_x; in vpx_realloc_frame_buffer()
218 ybf->y_width = aligned_width; in vpx_realloc_frame_buffer()
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c154 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local
172 aligned_width = round_up(width, utile_w); in vc4_check_tex_size()
176 aligned_width = round_up(width, utile_w * 8); in vc4_check_tex_size()
180 aligned_width = round_up(width, utile_w); in vc4_check_tex_size()
188 stride = aligned_width * cpp; in vc4_check_tex_size()
195 aligned_width, aligned_height, in vc4_check_tex_size()
682 uint32_t aligned_width, aligned_height; in reloc_tex() local
693 aligned_width = round_up(level_width, utile_w * 8); in reloc_tex()
697 aligned_width = round_up(level_width, utile_w); in reloc_tex()
701 aligned_width = round_up(level_width, utile_w); in reloc_tex()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c39 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2); in vp9_set_mb_mi() local
42 cm->mi_cols = aligned_width >> MI_SIZE_LOG2; in vp9_set_mb_mi()
/external/mesa3d/src/intel/isl/tests/
Disl_surf_get_image_offset_test.c106 uint32_t aligned_width, in t_assert_gen4_3d_layer() argument
115 aligned_width * (z % horiz_layers), in t_assert_gen4_3d_layer()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c59 const int aligned_width = ALIGN_POWER_OF_TWO(cpi->oxcf.width, MI_SIZE_LOG2); in get_max_tile_cols() local
60 int mi_cols = aligned_width >> MI_SIZE_LOG2; in get_max_tile_cols()
/external/libvncserver/libvncserver/
Dtight.c1502 int aligned_width; \
1507 aligned_width = w - w % 8; \
1510 for (x = 0; x < aligned_width; x += 8) { \