Lines Matching refs:frame
50 * The spec limits this to 3 for frame coding, but in practice can be as high as 6
53 #define MAX_DELAY 5 /* limit for main profile for frame coding (TODO: field coding) */
145 int64_t frame_number; /* number of the next frame to display */
275 static int add_frame(DiracFrame *framelist[], int maxframes, DiracFrame *frame)
280 framelist[i] = frame;
300 * change from frame to frame. Stride is aligned to 16 for SIMD, and
1893 uint8_t *frame = s->current_picture->avframe->data[comp];
1915 s->diracdsp.put_signed_rect_clamped[idx](frame + y*p->stride,
1956 s->diracdsp.add_rect_clamped(frame + start*p->stride, mctmp, p->stride,
2065 av_log(s->avctx, AV_LOG_ERROR, "Reference frame overflow\n");
2092 /* find frame with lowest picture number */
2199 av_log(avctx, AV_LOG_DEBUG, "Dropping frame without sequence header\n");
2203 /* find an unused frame */
2329 /* Too many delayed frames, so we display the frame with the lowest pts */
2330 av_log(avctx, AV_LOG_ERROR, "Delay frame overflow\n");
2347 /* The right frame at the right time :-) */