Home
last modified time | relevance | path

Searched defs:ref_start (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/encoder/x86/
Dreconinter_enc_sse2.c135 const uint8_t *ref_start = ref - ref_stride * ((filter_taps >> 1) - 1); in aom_upsampled_pred_sse2() local
254 const uint8_t *ref_start = ref8 - ref_stride * ((filter_taps >> 1) - 1); in aom_highbd_upsampled_pred_sse2() local
/external/libaom/aom_dsp/flow_estimation/arm/
Ddisflow_neon.c85 const uint8_t *ref_start = ref + (y0 - 1) * stride + (x0 - 1); in compute_flow_error() local