Searched refs:convolve_func (Results 1 – 2 of 2) sorted by relevance
130 for (auto convolve_func : dsp->convolve_scale) { in CheckTables() local131 EXPECT_NE(convolve_func, nullptr); in CheckTables()
1237 dsp::ConvolveScaleFunc convolve_func = dsp_.convolve_scale[is_compound]; in BlockInterPrediction() local1238 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() local1250 assert(convolve_func != nullptr); in BlockInterPrediction()1252 convolve_func(block_start, convolve_buffer_stride, horizontal_filter_index, in BlockInterPrediction()