Searched refs:macroblock_corner_grad (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | pickinter.c | 43 static int macroblock_corner_grad(unsigned char *signal, int stride, in macroblock_corner_grad() function 90 grad_last = macroblock_corner_grad(last_ref, stride, 0, 0, 1, 1); in check_dot_artifact_candidate() 91 grad_source = macroblock_corner_grad(target_last, stride, 0, 0, 1, 1); in check_dot_artifact_candidate() 97 grad_last = macroblock_corner_grad(last_ref, stride, 0, shift, 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() 104 grad_last = macroblock_corner_grad(last_ref, stride, shift, 0, -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() 111 grad_last = macroblock_corner_grad(last_ref, stride, shift, shift, -1, -1); in check_dot_artifact_candidate() 113 macroblock_corner_grad(target_last, stride, shift, shift, -1, -1); in check_dot_artifact_candidate()
|