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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 345 static const int xsq_iq_q10[] = { local
364 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 371 static const int xsq_iq_q10[] = { local
389 assert(sizeof(xsq_iq_q10) / sizeof(xsq_iq_q10[0]) == tab_size);
390 assert(MAX_XSQ_Q10 + 1 == xsq_iq_q10[tab_size - 1]);
396 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 371 static const int xsq_iq_q10[] = { local
389 assert(sizeof(xsq_iq_q10) / sizeof(xsq_iq_q10[0]) == tab_size);
390 assert(MAX_XSQ_Q10 + 1 == xsq_iq_q10[tab_size - 1]);
396 const int a_q10 = ((xsq_q10 - xsq_iq_q10[xq]) << 10) >> (2 + k);
    [all...]

Completed in 76 milliseconds