Home | History | Annotate | Download | only in libvpx

Lines Matching refs:frame_avail

1100     int                    frame_avail, got_data;
1584 frame_avail = 1;
1587 while (frame_avail || got_data)
1596 frame_avail = read_frame(infile, &raw, file_type, &y4m,
1599 if (frame_avail)
1607 frame_avail = 0;
1616 vpx_codec_encode(&encoder, frame_avail ? &raw : NULL, frame_start,