Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Droqvideoenc.c144 motion_vect *this_motion8; member
368 this_motion = enc->this_motion8; in motion_search()
379 EVAL_MOTION(enc->this_motion8[(i/8) * (roq->width/8) + j/8]); in motion_search()
508 cel->motion = enc->this_motion8[index]; in gather_data_for_cel()
512 enc->this_motion8[index], 8); in gather_data_for_cel()
943 FFSWAP(motion_vect *, enc->last_motion8, enc->this_motion8); in roq_encode_video()
961 av_freep(&enc->this_motion8); in roq_encode_end()
1009 enc->this_motion8 = in roq_encode_init()
1010 av_calloc(roq->width * roq->height / 64, sizeof(*enc->this_motion8)); in roq_encode_init()
1021 !enc->this_motion8 || !en in roq_encode_init()
[all...]

Completed in 3 milliseconds