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