Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsvq1enc.c302 if (!s->motion_val8[plane]) { in svq1_encode_plane()
303 s->motion_val8[plane] = av_mallocz((s->m.b8_stride * in svq1_encode_plane()
309 if (!s->motion_val8[plane] || !s->motion_val16[plane]) in svq1_encode_plane()
321 s->m.current_picture.motion_val[0] = s->motion_val8[plane] + 2; in svq1_encode_plane()
508 av_freep(&s->motion_val8[i]); in svq1_encode_end()
640 av_freep(&s->motion_val8[j]); in svq1_encode_frame()
H A Dsvq1enc.h70 int16_t (*motion_val8[3])[2]; member

Completed in 2 milliseconds