Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c67 const int eb_y = MAX(ALIGN_POWER_OF_TWO(src->y_width, 6) - src->y_width, in vp9_copy_and_extend_frame()
69 const int er_y = MAX(ALIGN_POWER_OF_TWO(src->y_height, 6) - src->y_height, in vp9_copy_and_extend_frame()
/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c32 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2); in vp9_set_mb_mi()
33 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi()
Dvp9_common.h33 #define ALIGN_POWER_OF_TWO(value, n) \ macro
Dvp9_onyxc_int.h241 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2); in mi_cols_aligned_to_sb()
/external/libvpx/libvpx/vp9/
Dvp9_iface_common.h36 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3); in yuvconfig2image()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_dthread.c153 ALIGN_POWER_OF_TWO(cm->last_height, MI_SIZE_LOG2); in vp9_loop_filter_frame_mt()
Dvp9_decodeframe.c630 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2); in resize_context_buffers()
631 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in resize_context_buffers()