Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Doptical_flow.h25 typedef enum { LUCAS_KANADE, HORN_SCHUNCK } OPTFLOW_METHOD; enumerator
H A Doptical_flow.c1020 if (method == LUCAS_KANADE) { in pyramid_optical_flow()