HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_POWER_OF_TWO (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vpx_ports/
mem.h 40 #define ALIGN_POWER_OF_TWO(value, n) \
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 21 const int aligned_width = ALIGN_POWER_OF_TWO(width, MI_SIZE_LOG2);
22 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2);
vp9_postproc.c 328 const int width = ALIGN_POWER_OF_TWO(cm->width, 4);
329 const int height = ALIGN_POWER_OF_TWO(cm->height, 4);
vp9_onyxc_int.h 301 return ALIGN_POWER_OF_TWO(n_mis, MI_BLOCK_SIZE_LOG2);
  /external/libvpx/libvpx/vp9/encoder/
vp9_extend.c 114 VPXMAX(src->y_width + 16, ALIGN_POWER_OF_TWO(src->y_width, 6)) -
117 VPXMAX(src->y_height + 16, ALIGN_POWER_OF_TWO(src->y_height, 6)) -
vp9_ethread.c 60 const int aligned_width = ALIGN_POWER_OF_TWO(cpi->oxcf.width, MI_SIZE_LOG2);
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 43 img->h = ALIGN_POWER_OF_TWO(yv12->y_height + 2 * VP9_ENC_BORDER_IN_PIXELS, 3);
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/common/
media_hidl_test_common.h 60 #define ALIGN_POWER_OF_TWO(value, n) \
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/component/
VtsHalMediaOmxV1_0TargetComponentTest.cpp 391 portDef.nBufferSize = ALIGN_POWER_OF_TWO(nBufferSize, 12);
    [all...]

Completed in 794 milliseconds