HomeSort by relevance Sort by last modified time
    Searched defs:number_blocks (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 77 const int number_blocks = cm->mi_rows * cm->mi_cols; local
82 if (rc->avg_frame_bandwidth < factor * number_blocks ||
83 number_blocks / 64 < 5)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 78 const int number_blocks = cm->mi_rows * cm->mi_cols; local
83 if (rc->av_per_frame_bandwidth < factor * number_blocks ||
84 number_blocks / 64 < 5)
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 202 UINT16 number_blocks; member in struct:__anon13018

Completed in 281 milliseconds