Searched refs:ALIGN_POWER_OF_TWO (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_alloccommon.c117 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2);
118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2);
163 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2);
164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2);
228 const int aligned_width = ALIGN_POWER_OF_TWO(cm->width, MI_SIZE_LOG2);
229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2);
H A Dvp9_common.h33 #define ALIGN_POWER_OF_TWO(value, n) \ macro
H A Dvp9_onyxc_int.h237 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_extend.c67 const int eb_y = MAX(ALIGN_POWER_OF_TWO(src->y_width, 6) - src->y_width,
69 const int er_y = MAX(ALIGN_POWER_OF_TWO(src->y_height, 6) - src->y_height,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_iface_common.h32 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_dthread.c154 ALIGN_POWER_OF_TWO(cm->last_height, MI_SIZE_LOG2);

Completed in 637 milliseconds