Searched refs:last_pict (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcinepakenc.c620 static int encode_mode(CinepakEncContext *s, int h, AVPicture *scratch_pict, AVPicture *last_pict, strip_info *info, unsigned char *buf) argument
646 get_sub_picture(s, x, y, last_pict, &sub_last);
905 static void calculate_skip_errors(CinepakEncContext *s, int h, AVPicture *last_pict, AVPicture *pict, strip_info *info) argument
912 get_sub_picture(s, x, y, last_pict, &sub_last);
938 static int rd_strip(CinepakEncContext *s, int y, int h, int keyframe, AVPicture *last_pict, AVPicture *pict, AVPicture *scratch_pict, unsigned char *buf, int64_t *best_score argument
956 calculate_skip_errors(s, h, last_pict, pict, &info);
1061 best_size = encode_mode(s, h, scratch_pict, last_pict, &info, s->strip_buf + STRIP_HEADER_SIZE);
1124 AVPicture last_pict, pict, scratch_pict; local
1202 get_sub_picture(s, 0, y, (AVPicture*)s->last_frame, &last_pict);
1205 if((temp_size = rd_strip(s, y, strip_height, isakeyframe, &last_pict,
[all...]

Completed in 62 milliseconds