Searched refs:cur_h (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vmnc.c | 70 int cur_w, cur_h; member 104 for (j = 0; j < c->cur_h; j++) { in load_cursor() 118 for (j = 0; j < c->cur_h; j++) { in load_cursor() 138 h = c->cur_h; in put_cursor() 139 if (c->height < c->cur_y + c->cur_h) in put_cursor() 321 c->cur_w = c->cur_h = 0; in reset_buffers() 354 h = c->cur_h; in decode_frame() 409 c->cur_h = h; in decode_frame() 412 if ((c->cur_hx > c->cur_w) || (c->cur_hy > c->cur_h)) { in decode_frame() 416 c->cur_hx, c->cur_hy, c->cur_w, c->cur_h); in decode_frame() [all …]
|
D | pngdec.c | 75 int cur_w, cur_h; member 340 return 100 - 100 * s->y / s->cur_h; in YUV2RGB() 370 if (s->y == s->cur_h) { in png_handle_row() 402 if (s->y == s->cur_h) { in png_handle_row() 589 s->height = s->cur_h = bytestream2_get_be32(&s->gb); in decode_ihdr_chunk() 591 s->cur_w = s->cur_h = s->width = s->height = 0; in decode_ihdr_chunk() 619 s->cur_w = s->cur_h = s->width = s->height = 0; in decode_ihdr_chunk() 979 int cur_w, cur_h, x_offset, y_offset, dispose_op, blend_op; in decode_fctl_chunk() local 995 s->last_h = s->cur_h; in decode_fctl_chunk() 1002 cur_h = bytestream2_get_be32(&s->gb); in decode_fctl_chunk() [all …]
|
D | lscrdec.c | 52 int cur_h; member 93 if (s->y < s->cur_h) { in decode_idat() 154 s->cur_h = h = y2-y; in decode_frame_lscr()
|