Searched refs:image_row (Results 1 – 1 of 1) sorted by relevance
703 float *image_row = image[ch]; in av1_cnn_batchnorm_c() local707 image_row[col] = in av1_cnn_batchnorm_c()708 ch_gamma * (image_row[col] - ch_mean) / ch_std + ch_beta; in av1_cnn_batchnorm_c()710 image_row += stride; in av1_cnn_batchnorm_c()