Lines Matching defs:rows
86 int rows, cols;
89 rows = get_bits(gb, 5);
91 if (((rows < 2) || (rows > 25)) || ((cols < 2) || (cols > 25))) {
94 s->num_rows_targeted_system_display_actual_peak_luminance = rows;
97 if (get_bits_left(gb) < (rows * cols * 4))
100 for (int i = 0; i < rows; i++) {
139 int rows, cols;
142 rows = get_bits(gb, 5);
144 if (((rows < 2) || (rows > 25)) || ((cols < 2) || (cols > 25))) {
147 s->num_rows_mastering_display_actual_peak_luminance = rows;
150 if (get_bits_left(gb) < (rows * cols * 4))
153 for (int i = 0; i < rows; i++) {