Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dconvolve.inc23 // kInterpolationFilterEightTapSmooth
43 // If it was |kInterpolationFilterEightTapSmooth| then it becomes an unnamed 4
/external/libgav1/libgav1/src/utils/
Dconstants.h493 kInterpolationFilterEightTapSmooth, enumerator
Dcommon.h518 if (filter_index == kInterpolationFilterEightTapSmooth) { in GetFilterIndex()