Home
last modified time | relevance | path

Searched refs:dist_tab_q10 (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c356 static const int dist_tab_q10[] = { in model_rd_norm() local
399 *d_q10 = (dist_tab_q10[xq] * b_q10 + dist_tab_q10[xq + 1] * a_q10) >> 10; in model_rd_norm()