Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c395 float inv_M00 = (M11 + alpha) / det; in get_smooth_motion_vector() local
400 float inv_MM00 = inv_M00 * M00 + inv_M01 * M10; in get_smooth_motion_vector()
401 float inv_MM01 = inv_M00 * M01 + inv_M01 * M11; in get_smooth_motion_vector()
405 mv.row = inv_M00 * avg_nb_mv.row * alpha + inv_M01 * avg_nb_mv.col * alpha + in get_smooth_motion_vector()