Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/
Ddsp_test.cc130 for (auto convolve_func : dsp->convolve_scale) { in CheckTables() local
131 EXPECT_NE(convolve_func, nullptr); in CheckTables()
/external/libgav1/src/tile/
Dprediction.cc1237 dsp::ConvolveScaleFunc convolve_func = dsp_.convolve_scale[is_compound]; in BlockInterPrediction() local
1238 assert(convolve_func != nullptr); in BlockInterPrediction()
1240 convolve_func(block_start, convolve_buffer_stride, horizontal_filter_index, in BlockInterPrediction()
1247 dsp::ConvolveFunc convolve_func = in BlockInterPrediction() local
1250 assert(convolve_func != nullptr); in BlockInterPrediction()
1252 convolve_func(block_start, convolve_buffer_stride, horizontal_filter_index, in BlockInterPrediction()