Searched refs:target_last (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 54 unsigned char *target_last, int stride, in check_dot_artifact_candidate() argument 91 grad_source = macroblock_corner_grad(target_last, stride, 0, 0, 1, 1); in check_dot_artifact_candidate() 98 grad_source = macroblock_corner_grad(target_last, stride, 0, shift, 1, -1); in check_dot_artifact_candidate() 105 grad_source = macroblock_corner_grad(target_last, stride, shift, 0, -1, 1); in check_dot_artifact_candidate() 113 macroblock_corner_grad(target_last, stride, shift, shift, -1, -1); in check_dot_artifact_candidate()
|