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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 409 static const int xsq_iq_q10[] = { variable
429 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
444 const int a_q10 = ((xsq_q10[i] - xsq_iq_q10[xq]) << 10) >> (2 + k);
  /external/libaom/libaom/av1/encoder/
rd.c 645 static const int xsq_iq_q10[] = { local
663 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
    [all...]

Completed in 256 milliseconds