Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc117 int mb_col_stop = mb_cols_ - 1; in ReduceFalseDetection() local
119 for (int mb_col = 0; mb_col <= mb_col_stop; ++mb_col) { in ReduceFalseDetection()
121 mb_col_stop = mb_col - 1; in ReduceFalseDetection()
128 mb_col_stop = mb_cols_ - 1; in ReduceFalseDetection()
130 for (int mb_col = 0; mb_col <= mb_col_stop; ++mb_col) { in ReduceFalseDetection()
132 mb_col_stop = mb_col - 1; in ReduceFalseDetection()
139 mb_col_stop = 0; in ReduceFalseDetection()
141 for (int mb_col = mb_cols_ - 1; mb_col >= mb_col_stop; --mb_col) { in ReduceFalseDetection()
143 mb_col_stop = mb_col + 1; in ReduceFalseDetection()
150 mb_col_stop = 0; in ReduceFalseDetection()
[all …]