Searched refs:c_max (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | vga.c | 1906 int cw, cheight, width, height, size, c_min, c_max; in vga_update_text() local 2012 c_max = 0; in vga_update_text() 2018 c_max = i; in vga_update_text() 2027 c_max = i; in vga_update_text() 2031 if (c_min <= c_max) { in vga_update_text() 2033 dpy_text_update(s->con, 0, i, width, TEXTMODE_Y(c_max) - i + 1); in vga_update_text()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 20665 + int c_max= FFMAX(5, s->ps.pps->chroma_qp_offset_list_len_minus1); 20668 + while (i < c_max && GET_CABAC_LC(elem_offset[CU_CHROMA_QP_OFFSET_IDX]))
|