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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.h 59 int64_t thresh_dist_sb; member in struct:CYCLIC_REFRESH
vp9_aq_cyclicrefresh.c 98 if (dist > cr->thresh_dist_sb &&
545 cr->thresh_dist_sb = ((int64_t)(q * q)) << 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 47 int64_t thresh_dist_sb; member in struct:CYCLIC_REFRESH
109 cr->projected_dist_sb > cr->thresh_dist_sb) ||
212 cr->thresh_dist_sb = 8 * (int)(vp9_convert_qindex_to_q(cm->base_qindex) *
218 cr->thresh_dist_sb = 4 * (int)(vp9_convert_qindex_to_q(cm->base_qindex) *

Completed in 67 milliseconds