Lines Matching defs:cols
86 int rows, cols;
90 cols = get_bits(gb, 5);
91 if (((rows < 2) || (rows > 25)) || ((cols < 2) || (cols > 25))) {
95 s->num_cols_targeted_system_display_actual_peak_luminance = cols;
97 if (get_bits_left(gb) < (rows * cols * 4))
101 for (int j = 0; j < cols; j++) {
139 int rows, cols;
143 cols = get_bits(gb, 5);
144 if (((rows < 2) || (rows > 25)) || ((cols < 2) || (cols > 25))) {
148 s->num_cols_mastering_display_actual_peak_luminance = cols;
150 if (get_bits_left(gb) < (rows * cols * 4))
154 for (int j = 0; j < cols; j++) {