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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 467 const uint64_t xsq_q10_64 = local
469 const int xsq_q10 = (int)VPXMIN(xsq_q10_64, MAX_XSQ_Q10);
485 const uint64_t xsq_q10_64 = local
488 xsq_q10[i] = (int)VPXMIN(xsq_q10_64, MAX_XSQ_Q10);
  /external/libaom/libaom/av1/encoder/
rd.c 684 const uint64_t xsq_q10_64 = local
686 const int xsq_q10 = (int)AOMMIN(xsq_q10_64, MAX_XSQ_Q10);
    [all...]

Completed in 2128 milliseconds