Home
last modified time | relevance | path

Searched refs:last_frame (Results 1 – 25 of 43) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Deamad.c56 AVFrame *last_frame; member
79 s->last_frame = av_frame_alloc(); in decode_init()
80 if (!s->last_frame) in decode_init()
100 …unsigned offset = (mb_y*16 + ((j&2)<<2) + mv_y)*t->last_frame->linesize[0] + mb_x*16 + ((j&1)<<3) … in comp_block()
101 if (offset >= (t->avctx->height - 7) * t->last_frame->linesize[0] - 7) in comp_block()
105 t->last_frame->data[0] + offset, in comp_block()
106 t->last_frame->linesize[0], add); in comp_block()
109 … unsigned offset = (mb_y * 8 + (mv_y/2))*t->last_frame->linesize[index] + mb_x * 8 + (mv_x/2); in comp_block()
110 if (offset >= (t->avctx->height/2 - 7) * t->last_frame->linesize[index] - 7) in comp_block()
114 t->last_frame->data[index] + offset, in comp_block()
[all …]
Deacmv.c40 AVFrame *last_frame; ///< last member
52 s->last_frame = av_frame_alloc(); in cmv_decode_init()
54 if (!s->last_frame || !s->last2_frame) in cmv_decode_init()
122 if (s->last_frame->data[0]) in cmv_decode_inter()
124 s->last_frame->data[0], s->last_frame->linesize[0], in cmv_decode_inter()
145 av_frame_unref(s->last_frame); in cmv_process_header()
214 av_frame_move_ref(s->last2_frame, s->last_frame); in cmv_decode_frame()
215 if ((ret = av_frame_ref(s->last_frame, frame)) < 0) in cmv_decode_frame()
226 av_frame_free(&s->last_frame); in cmv_decode_end()
Deatgv.c45 AVFrame *last_frame; member
63 s->last_frame = av_frame_alloc(); in tgv_decode_init()
64 if (!s->last_frame) in tgv_decode_init()
243 src = s->last_frame->data[0] + mx + my * s->last_frame->linesize[0]; in tgv_decode_inter()
244 src_stride = s->last_frame->linesize[0]; in tgv_decode_inter()
291 av_frame_unref(s->last_frame); in tgv_decode_frame()
330 if (!s->last_frame->data[0]) { in tgv_decode_frame()
342 av_frame_unref(s->last_frame); in tgv_decode_frame()
343 if ((ret = av_frame_ref(s->last_frame, frame)) < 0) in tgv_decode_frame()
354 av_frame_free(&s->last_frame); in tgv_decode_end()
Dgif.c53 AVFrame *last_frame; member
242 if ((s->flags & GF_OFFSETTING) && s->last_frame && !palette) { in gif_crop_opaque()
243 const uint8_t *ref = s->last_frame->data[0]; in gif_crop_opaque()
244 const int ref_linesize = s->last_frame->linesize[0]; in gif_crop_opaque()
302 int bcid = -1, honor_transparency = (s->flags & GF_TRANSDIFF) && s->last_frame && !palette; in gif_image_write_image()
418 const int ref_linesize = s->last_frame->linesize[0]; in gif_image_write_image()
419 const uint8_t *ref = s->last_frame->data[0] + y_start*ref_linesize + x_start; in gif_image_write_image()
503 if (!s->last_frame && !s->image) { in gif_encode_frame()
504 s->last_frame = av_frame_alloc(); in gif_encode_frame()
505 if (!s->last_frame) in gif_encode_frame()
[all …]
Droqvideodec.c183 s->last_frame = av_frame_alloc(); in roq_decode_init()
185 if (!s->current_frame || !s->last_frame) in roq_decode_init()
200 int copy = !s->current_frame->data[0] && s->last_frame->data[0]; in roq_decode_frame()
208 ret = av_frame_copy(s->current_frame, s->last_frame); in roq_decode_frame()
221 FFSWAP(AVFrame *, s->current_frame, s->last_frame); in roq_decode_frame()
231 av_frame_free(&s->last_frame); in roq_decode_end()
Dxan.c57 AVFrame *last_frame; member
80 av_frame_free(&s->last_frame); in xan_decode_end()
107 s->last_frame = av_frame_alloc(); in xan_decode_init()
108 if (!s->last_frame) in xan_decode_init()
256 prev_palette_plane = s->last_frame->data[0]; in xan_wc3_copy_pixel_run()
627 av_frame_unref(s->last_frame); in xan_decode_frame()
628 if ((ret = av_frame_ref(s->last_frame, frame)) < 0) in xan_decode_frame()
Dscpr.c416 ret = av_frame_copy(s->current_frame, s->last_frame); in decompress_p()
567 (uint32_t *)s->last_frame->data[0], in decode_frame()
568 s->last_frame->linesize[0] / 4); in decode_frame()
572 (uint32_t *)s->last_frame->data[0], in decode_frame()
573 s->last_frame->linesize[0] / 4); in decode_frame()
619 FFSWAP(AVFrame *, s->current_frame, s->last_frame); in decode_frame()
654 s->last_frame = av_frame_alloc(); in decode_init()
656 if (!s->last_frame || !s->current_frame) in decode_init()
667 av_frame_free(&s->last_frame); in decode_close()
Dpngenc.c78 AVFrame *last_frame; member
855 ret = av_frame_copy(diffFrame, s->last_frame); in apng_encode_frame()
973 } else if (s->last_frame) { in encode_apng()
979 pkt->pts = pkt->dts = s->last_frame->pts; in encode_apng()
1003 if (s->last_frame) { in encode_apng()
1029 if (!s->last_frame) { in encode_apng()
1030 s->last_frame = av_frame_alloc(); in encode_apng()
1031 if (!s->last_frame) in encode_apng()
1047 av_frame_copy(s->prev_frame, s->last_frame); in encode_apng()
1058 av_frame_unref(s->last_frame); in encode_apng()
[all …]
Dcinepakenc.c109 AVFrame *last_frame; member
173 if (!(s->last_frame = av_frame_alloc())) in cinepak_encode_init()
221 s->last_frame->data[0] = s->pict_bufs[0]; in cinepak_encode_init()
222 s->last_frame->linesize[0] = s->w; in cinepak_encode_init()
229 s->last_frame->data[1] = s->last_frame->data[0] + s->w * s->h; in cinepak_encode_init()
230 s->last_frame->data[2] = s->last_frame->data[1] + ((s->w * s->h) >> 2); in cinepak_encode_init()
231 s->last_frame->linesize[1] = in cinepak_encode_init()
232 s->last_frame->linesize[2] = s->w >> 1; in cinepak_encode_init()
1103 s->last_frame->data, s->last_frame->linesize, in rd_frame()
1186 FFSWAP(AVFrame *, s->last_frame, s->best_frame); in cinepak_encode_frame()
[all …]
Droqvideo.c119 if (!ri->last_frame->data[0]) { in apply_motion_generic()
126 int instride = ri->last_frame ->linesize[cp]; in apply_motion_generic()
128 ri->last_frame->data[cp] + my*instride + mx, in apply_motion_generic()
Dinterplayvideo.c59 AVFrame *last_frame; member
109 return copy_from(s, s->last_frame, frame, 0, 0); in ipvideo_decode_block_opcode_0x0()
185 return copy_from(s, s->last_frame, frame, x, y); in ipvideo_decode_block_opcode_0x4()
198 return copy_from(s, s->last_frame, frame, x, y); in ipvideo_decode_block_opcode_0x5()
943 copy_from(s, s->last_frame, frame, off_x, off_y); in ipvideo_format_06_secondpass()
1091 copy_from(s, s->last_frame, frame, 0, 0); in ipvideo_decode_format_10_opcodes()
1173 s->last_frame = av_frame_alloc(); in ipvideo_decode_init()
1177 if (!s->last_frame || !s->second_last_frame || in ipvideo_decode_init()
1204 av_frame_unref(s->last_frame); in ipvideo_decode_frame()
1339 FFSWAP(AVFrame*, s->second_last_frame, s->last_frame); in ipvideo_decode_frame()
[all …]
Dmpc7.c185 int off, ret, last_frame, skip; in mpc7_decode_frame() local
202 last_frame = buf[1]; in mpc7_decode_frame()
276 if(last_frame) in mpc7_decode_frame()
281 if (!last_frame && ((bits_avail < bits_used) || (bits_used + 32 <= bits_avail))) { in mpc7_decode_frame()
Dnellymoserenc.c60 int last_frame; member
384 if (s->last_frame) in encode_frame()
395 s->last_frame = 1; in encode_frame()
401 s->last_frame = 1; in encode_frame()
Dvp9_raw_reorder_bsf.c173 VP9RawReorderFrame *last_frame) in vp9_raw_reorder_make_output() argument
176 VP9RawReorderFrame *next_output = last_frame, in vp9_raw_reorder_make_output()
177 *next_display = last_frame, *frame; in vp9_raw_reorder_make_output()
Droqvideoenc.c248 return block_sse(enc->frame_to_enc->data, roq->last_frame->data, x, y, in eval_motion_dist()
250 enc->frame_to_enc->linesize, roq->last_frame->linesize, in eval_motion_dist()
941 FFSWAP(AVFrame *, roq->current_frame, roq->last_frame); in roq_encode_video()
955 av_frame_free(&enc->common.last_frame); in roq_encode_end()
998 roq->last_frame = av_frame_alloc(); in roq_encode_init()
1000 if (!roq->last_frame || !roq->current_frame) in roq_encode_init()
1085 (ret = ff_encode_alloc_frame(avctx, roq->last_frame )) < 0) in roq_encode_frame()
Droqvideo.h43 AVFrame *last_frame; member
/third_party/ffmpeg/libavformat/
Drtpdec_ac3.c30 unsigned last_frame; member
78 data->last_frame = 1; in ac3_handle_packet()
102 data->last_frame++; in ac3_handle_packet()
108 if (data->last_frame != data->nr_frames) { in ac3_handle_packet()
111 data->nr_frames - data->last_frame); in ac3_handle_packet()
Dttaenc.c36 int last_frame; member
107 if (tta->last_frame) { in tta_write_packet()
117 tta->last_frame++; in tta_write_packet()
Dthp.c32 unsigned last_frame; member
92 thp->last_frame = avio_rb32(pb); in thp_read_header()
/third_party/libunwind/libunwind/src/aarch64/
DGtrace.c230 f->last_frame = 0; in trace_init_addr()
261 f->last_frame = -1; in trace_init_addr()
264 f->virtual_address, f->frame_type, f->last_frame, in trace_init_addr()
461 f->virtual_address, f->frame_type, f->last_frame, in tdep_trace()
472 if (f->last_frame) in tdep_trace()
/third_party/libunwind/libunwind/src/arm/
DGtrace.c231 f->last_frame = 0; in trace_init_addr()
262 f->last_frame = -1; in trace_init_addr()
265 f->virtual_address, f->frame_type, f->last_frame, in trace_init_addr()
462 f->virtual_address, f->frame_type, f->last_frame, in tdep_trace()
473 if (f->last_frame) in tdep_trace()
/third_party/libunwind/libunwind/src/x86_64/
DGtrace.c226 f->last_frame = 0; in trace_init_addr()
259 f->last_frame = -1; in trace_init_addr()
262 f->virtual_address, f->frame_type, f->last_frame, in trace_init_addr()
459 f->virtual_address, f->frame_type, f->last_frame, in tdep_trace()
470 if (f->last_frame) in tdep_trace()
/third_party/EGL/extensions/NV/
DEGL_NV_stream_sync.txt149 EGLuint64KHR last_frame = 0;
164 if (new_frame != last_frame) {
165 last_frame = new_frame;
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_sync.txt149 EGLuint64KHR last_frame = 0;
164 if (new_frame != last_frame) {
165 last_frame = new_frame;
/third_party/ffmpeg/libavfilter/
Davf_showwaves.c98 struct frame_node *last_frame; member
150 showwaves->last_frame = NULL; in uninit()
859 if (!showwaves->last_frame) { in showwavespic_filter_frame()
861 showwaves->last_frame = f; in showwavespic_filter_frame()
863 showwaves->last_frame->next = f; in showwavespic_filter_frame()
864 showwaves->last_frame = f; in showwavespic_filter_frame()

12