Searched defs:row_ (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h80 // Updates |rect_| based on the current |row_| and |row_span_|. If
85 Rows::const_iterator row_; member in class:webrtc::DesktopRegion::Iterator
/external/webp/src/utils/
H A Dquant_levels_dec.c47 int row_; // current input row being processed member in struct:__anon21144
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
137 const uint8_t* const dither = kOrderedDither[p->row_ % DSIZE];
240 p->row_ = -radius;
266 for (; p.row_ < p.height_; ++p.row_) {
270 if (p.row_ >= p.radius_) {

Completed in 101 milliseconds