Home
last modified time | relevance | path

Searched refs:ALIGN_POWER_OF_TWO (Results 1 – 8 of 8) sorted by relevance

/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()
40 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi()
Dvp9_postproc.c328 const int width = ALIGN_POWER_OF_TWO(cm->width, 4); in vp9_post_proc_frame()
329 const int height = ALIGN_POWER_OF_TWO(cm->height, 4); in vp9_post_proc_frame()
Dvp9_onyxc_int.h333 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
/external/libvpx/libvpx/vpx_ports/
Dmem.h40 #define ALIGN_POWER_OF_TWO(value, n) \ macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c114 VPXMAX(src->y_width + 16, ALIGN_POWER_OF_TWO(src->y_width, 6)) - in vp9_copy_and_extend_frame()
117 VPXMAX(src->y_height + 16, ALIGN_POWER_OF_TWO(src->y_height, 6)) - in vp9_copy_and_extend_frame()
Dvp9_ethread.c59 const int aligned_width = ALIGN_POWER_OF_TWO(cpi->oxcf.width, MI_SIZE_LOG2); in get_max_tile_cols()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); in yuvconfig2image()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1160 ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2) >> MI_SIZE_LOG2; in resize_context_buffers()
1162 ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2) >> MI_SIZE_LOG2; in resize_context_buffers()