Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsvq1enc.h71 int16_t (*motion_val16[3])[2]; member
H A Dsvq1enc.c306 s->motion_val16[plane] = av_mallocz((s->m.mb_stride * in svq1_encode_plane()
309 if (!s->motion_val8[plane] || !s->motion_val16[plane]) in svq1_encode_plane()
322 s->m.p_mv_table = s->motion_val16[plane] + in svq1_encode_plane()
509 av_freep(&s->motion_val16[i]); in svq1_encode_end()
641 av_freep(&s->motion_val16[j]); in svq1_encode_frame()

Completed in 2 milliseconds