Lines Matching defs:frame
296 static void get_frame_mb(const AVFrame *frame, int x, int y, uint8_t mb[], int dim)
301 int stride = frame->linesize[cp];
304 *mb++ = frame->data[cp][(y+i)*stride + x + j];
803 static void create_clusters(const AVFrame *frame, int w, int h, int *points)
811 frame_block_to_cell(points + (l + 2*k)*6, frame->data,
812 i+2*k, j+2*l, frame->linesize);
919 "Warning, generated a frame too big for Quake (%d > 65535), "
940 /* Rotate frame history */
1055 const AVFrame *frame, int *got_packet)
1063 enc->frame_to_enc = frame;
1065 if (frame->quality)
1066 enc->lambda = frame->quality - 1;
1071 * 256 codebooks*(6 bytes 2x2 + 4 bytes 4x4) + 8 bytes frame header */
1077 /* Check for I-frame */
1088 /* Before the first video frame, write a "video info" chunk */
1094 /* Encode the actual frame */