Lines Matching refs:this_motion8
144 motion_vect *this_motion8;
368 this_motion = enc->this_motion8;
379 EVAL_MOTION(enc->this_motion8[(i/8) * (roq->width/8) + j/8]);
508 cel->motion = enc->this_motion8[index];
512 enc->this_motion8[index], 8);
943 FFSWAP(motion_vect *, enc->last_motion8, enc->this_motion8);
961 av_freep(&enc->this_motion8);
1009 enc->this_motion8 =
1010 av_calloc(roq->width * roq->height / 64, sizeof(*enc->this_motion8));
1021 !enc->this_motion8 || !enc->last_motion8 || !enc->closest_cb)