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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c476 int prev_x, prev_y, prev_ref; local
611 prev_x = s->last_picture.f.motion_val[0][mot_index][0];
615 prev_x = s->current_picture.f.motion_val[0][mot_index][0];
621 mv_predictor[pred_count][0] = prev_x;
695 if (s->mv[0][0][0] != prev_x || s->mv[0][0][1] != prev_y) {
H A Dh263dec.c663 int prev_x=s->mb_x, prev_y=s->mb_y; local
666 if (prev_y * s->mb_width + prev_x < s->mb_y * s->mb_width + s->mb_x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c451 int prev_x, prev_y, prev_ref; local
584 prev_x = s->last_pic.motion_val[0][mot_index][0];
588 prev_x = s->cur_pic.motion_val[0][mot_index][0];
594 mv_predictor[pred_count][0] = prev_x;
662 if (s->mv[0][0][0] != prev_x || s->mv[0][0][1] != prev_y) {
H A Dh263dec.c613 int prev_x = s->mb_x, prev_y = s->mb_y; local
616 if (prev_y * s->mb_width + prev_x < s->mb_y * s->mb_width + s->mb_x)

Completed in 295 milliseconds