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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwnv1.c68 int prev_y = 0, prev_u = 0, prev_v = 0; local
116 Y[i * 2] = wnv1_get_code(l, prev_y);
118 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]);
H A Derror_resilience.c451 int prev_x, prev_y, prev_ref; local
585 prev_y = s->last_pic.motion_val[0][mot_index][1];
589 prev_y = s->cur_pic.motion_val[0][mot_index][1];
595 mv_predictor[pred_count][1] = prev_y;
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)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwnv1.c70 int prev_y = 0, prev_u = 0, prev_v = 0; local
115 Y[i * 2] = wnv1_get_code(l, prev_y);
117 prev_y = Y[(i * 2) + 1] = wnv1_get_code(l, Y[i * 2]);
H A Derror_resilience.c476 int prev_x, prev_y, prev_ref; local
612 prev_y = s->last_picture.f.motion_val[0][mot_index][1];
616 prev_y = s->current_picture.f.motion_val[0][mot_index][1];
622 mv_predictor[pred_count][1] = prev_y;
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)

Completed in 140 milliseconds