Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c399 float inv_M11 = (M00 + alpha) / det; in get_smooth_motion_vector() local
403 float inv_MM10 = inv_M10 * M00 + inv_M11 * M10; in get_smooth_motion_vector()
404 float inv_MM11 = inv_M10 * M01 + inv_M11 * M11; in get_smooth_motion_vector()
408 mv.col = inv_M10 * avg_nb_mv.row * alpha + inv_M11 * avg_nb_mv.col * alpha + in get_smooth_motion_vector()