Searched refs:ALIGN_POWER_OF_TWO (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 39 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()
|
D | vp9_postproc.c | 328 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()
|
D | vp9_onyxc_int.h | 333 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem.h | 40 #define ALIGN_POWER_OF_TWO(value, n) \ macro
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 114 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()
|
D | vp9_ethread.c | 59 const int aligned_width = ALIGN_POWER_OF_TWO(cpi->oxcf.width, MI_SIZE_LOG2); in get_max_tile_cols()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_iface_common.h | 43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); in yuvconfig2image()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1160 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()
|