Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c141 motion_vect *this_motion4; member
365 this_motion = enc->this_motion4; in motion_search()
444 subcel->motion = enc->this_motion4[y * roq->width / 16 + x / 4]; in gather_data_for_subcel()
448 enc->this_motion4[y * roq->width / 16 + x / 4], 4); in gather_data_for_subcel()
942 FFSWAP(motion_vect *, enc->last_motion4, enc->this_motion4); in roq_encode_video()
959 av_freep(&enc->this_motion4); in roq_encode_end()
1003 enc->this_motion4 = in roq_encode_init()
1004 av_calloc(roq->width * roq->height / 16, sizeof(*enc->this_motion4)); in roq_encode_init()
1020 if (!enc->this_motion4 || !enc->last_motion4 || in roq_encode_init()

Completed in 3 milliseconds