Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcnn.c537 const int out_w_step = AOMMAX(step, 1); in av1_cnn_convolve_c() local
538 const int in_w_step = layer_config->skip_width * out_w_step; in av1_cnn_convolve_c()
545 w += in_w_step, out_index += out_w_step) { in av1_cnn_convolve_c()