Home
last modified time | relevance | path

Searched refs:motion_val_buf (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegpicture.c51 MAKE_WRITABLE(motion_val_buf[i]); in make_tables_writable()
214 pic->motion_val_buf[i] = av_buffer_allocz(mv_size); in alloc_picture_tables()
216 if (!pic->motion_val_buf[i] || !pic->ref_index_buf[i]) in alloc_picture_tables()
277 if (pic->motion_val_buf[0]) { in ff_alloc_picture()
279 pic->motion_val[i] = (int16_t (*)[2])pic->motion_val_buf[i]->data + 4; in ff_alloc_picture()
328 ret |= av_buffer_replace(&dst->motion_val_buf[i], src->motion_val_buf[i]); in ff_update_picture_tables()
469 av_buffer_unref(&pic->motion_val_buf[i]); in ff_free_picture_tables()
Dh264_picture.c59 av_buffer_unref(&pic->motion_val_buf[i]); in ff_h264_unref_picture()
91 dst->motion_val_buf[i] = av_buffer_ref(src->motion_val_buf[i]); in ff_h264_ref_picture()
93 if (!dst->motion_val_buf[i] || !dst->ref_index_buf[i]) { in ff_h264_ref_picture()
Derror_resilience.h78 AVBufferRef *motion_val_buf[2]; member
Dmpegpicture.h52 AVBufferRef *motion_val_buf[2]; member
Dsvq3.c74 int16_t (*motion_val_buf[2])[2]; member
1328 av_freep(&pic->motion_val_buf[i]); in free_picture()
1343 if (!pic->motion_val_buf[0]) { in get_buffer()
1352 pic->motion_val_buf[i] = av_calloc(b4_array_size + 4, 2 * sizeof(int16_t)); in get_buffer()
1353 if (!pic->motion_val_buf[i]) { in get_buffer()
1358 pic->motion_val[i] = pic->motion_val_buf[i] + 4; in get_buffer()
Derror_resilience.c957 s->motion_val_buf[i] = av_buffer_allocz((size + 4) * 2 * sizeof(uint16_t)); in ff_er_frame_end()
958 if (!s->ref_index_buf[i] || !s->motion_val_buf[i]) in ff_er_frame_end()
961 s->cur_pic.motion_val[i] = (int16_t (*)[2])s->motion_val_buf[i]->data + 4; in ff_er_frame_end()
966 av_buffer_unref(&s->motion_val_buf[i]); in ff_er_frame_end()
1358 av_buffer_unref(&s->motion_val_buf[i]); in ff_er_frame_end()
Dh264dec.h136 AVBufferRef *motion_val_buf[2]; member
Dh264_slice.c237 pic->motion_val_buf[i] = av_buffer_pool_get(h->motion_val_pool); in alloc_picture()
239 if (!pic->motion_val_buf[i] || !pic->ref_index_buf[i]) in alloc_picture()
242 pic->motion_val[i] = (int16_t (*)[2])pic->motion_val_buf[i]->data + 4; in alloc_picture()