Searched refs:y_limit (Results 1 – 4 of 4) sorted by relevance
130 let y_limit = ys_.max() * 1.1; in pdf_small() localVariable141 .build_cartesian_2d(xs_.min()..xs_.max(), 0.0..y_limit) in pdf_small()
245 let y_limit = ys_.max() * 1.1; in pdf_small() localVariable258 .set(Range::Limits(0., y_limit)) in pdf_small()
598 const int y_limit = std::min(frame_header_.rows4x4 - block.row4x4, in ComputePredictedSegmentId() local601 for (int y = 0; y < y_limit; ++y) { in ComputePredictedSegmentId()
2192 const int y_limit = std::min(frame_header_.rows4x4 - row4x4, in ProcessBlock() local2195 y_limit, bp.segment_id); in ProcessBlock()