Home
last modified time | relevance | path

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

/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc34 const std::unique_ptr<uint8_t[]>& d_status, in ShowRect() argument
59 if (d_status[mb_index] == 1) { in ShowRect()
113 const std::unique_ptr<uint8_t[]>& d_status, in ReduceFalseDetection() argument
120 if (d_status[mb_row * mb_cols_ + mb_col]) { in ReduceFalseDetection()
131 if (d_status[mb_row * mb_cols_ + mb_col]) { in ReduceFalseDetection()
142 if (d_status[mb_row * mb_cols_ + mb_col]) { in ReduceFalseDetection()
153 if (d_status[mb_row * mb_cols_ + mb_col]) { in ReduceFalseDetection()
162 bool VideoDenoiser::IsTrailingBlock(const std::unique_ptr<uint8_t[]>& d_status, in IsTrailingBlock() argument
170 ret = d_status[mb_index + 1] || d_status[mb_index - 1] || in IsTrailingBlock()
171 d_status[mb_index + mb_cols_] || d_status[mb_index - mb_cols_]; in IsTrailingBlock()
Dvideo_denoiser.h42 void ReduceFalseDetection(const std::unique_ptr<uint8_t[]>& d_status,
48 bool IsTrailingBlock(const std::unique_ptr<uint8_t[]>& d_status,