Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc1210 dsp::ConvolveScaleFunc convolve_func = dsp_.convolve_scale[is_compound]; in BlockInterPrediction() local
1211 assert(convolve_func != nullptr); in BlockInterPrediction()
1213 convolve_func(block_start, convolve_buffer_stride, horizontal_filter_index, in BlockInterPrediction()
1217 dsp::ConvolveFunc convolve_func = in BlockInterPrediction() local
1220 assert(convolve_func != nullptr); in BlockInterPrediction()
1222 convolve_func(block_start, convolve_buffer_stride, horizontal_filter_index, in BlockInterPrediction()