Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Ddsp.h432 using ConvolveScaleFunc = void (*)(const void* reference, variable
442 using ConvolveScaleFuncs = ConvolveScaleFunc[2];
/external/libgav1/libgav1/src/tile/
Dprediction.cc1210 dsp::ConvolveScaleFunc convolve_func = dsp_.convolve_scale[is_compound]; in BlockInterPrediction()