Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dlocation-aarch32.cc38 const ForwardRef& last_ref = GetLastForwardReference(); in Needs16BitPadding() local
39 int32_t min_location_last_ref = last_ref.GetMinLocation(); in Needs16BitPadding()
/external/rust/crates/bytes/src/buf/
Dchain.rs90 pub fn last_ref(&self) -> &U { in last_ref() method
/external/libvpx/libvpx/vp8/encoder/
Dpickinter.c55 unsigned char *last_ref, int mb_row, in check_dot_artifact_candidate() argument
90 grad_last = macroblock_corner_grad(last_ref, 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()
104 grad_last = macroblock_corner_grad(last_ref, 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()