Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c84 unsigned char* last_ref, in check_dot_artifact_candidate() argument
124 grad_last = macroblock_corner_grad(last_ref, stride, 0, 0, 1, 1); in check_dot_artifact_candidate()
132 grad_last = macroblock_corner_grad(last_ref, stride, 0, shift, 1, -1); in check_dot_artifact_candidate()
140 grad_last = macroblock_corner_grad(last_ref, stride, shift, 0, -1, 1); in check_dot_artifact_candidate()
148 grad_last = macroblock_corner_grad(last_ref, stride, shift, shift, -1, -1); in check_dot_artifact_candidate()