• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/

Lines Matching refs:motion_val

350         s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = mx;
351 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = my;
606 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = tx;
607 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = ty;
799 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = 0;
800 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = 0;
814 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = tx;
815 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = ty;
1368 s->mv[0][n][0] = s->current_picture.f.motion_val[0][xy + v->blocks_off][0] = 0;
1369 s->mv[0][n][1] = s->current_picture.f.motion_val[0][xy + v->blocks_off][1] = 0;
1370 s->current_picture.f.motion_val[1][xy + v->blocks_off][0] = 0;
1371 s->current_picture.f.motion_val[1][xy + v->blocks_off][1] = 0;
1373 s->current_picture.f.motion_val[0][xy + 1 + v->blocks_off][0] = 0;
1374 s->current_picture.f.motion_val[0][xy + 1 + v->blocks_off][1] = 0;
1375 s->current_picture.f.motion_val[0][xy + wrap + v->blocks_off][0] = 0;
1376 s->current_picture.f.motion_val[0][xy + wrap + v->blocks_off][1] = 0;
1377 s->current_picture.f.motion_val[0][xy + wrap + 1 + v->blocks_off][0] = 0;
1378 s->current_picture.f.motion_val[0][xy + wrap + 1 + v->blocks_off][1] = 0;
1380 s->current_picture.f.motion_val[1][xy + 1 + v->blocks_off][0] = 0;
1381 s->current_picture.f.motion_val[1][xy + 1 + v->blocks_off][1] = 0;
1382 s->current_picture.f.motion_val[1][xy + wrap][0] = 0;
1383 s->current_picture.f.motion_val[1][xy + wrap + v->blocks_off][1] = 0;
1384 s->current_picture.f.motion_val[1][xy + wrap + 1 + v->blocks_off][0] = 0;
1385 s->current_picture.f.motion_val[1][xy + wrap + 1 + v->blocks_off][1] = 0;
1390 C = s->current_picture.f.motion_val[dir][xy - 1 + v->blocks_off];
1391 A = s->current_picture.f.motion_val[dir][xy - wrap + v->blocks_off];
1413 B = s->current_picture.f.motion_val[dir][xy - wrap + off + v->blocks_off];
1574 s->mv[dir][n][0] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][0] = ((px + dmv_x + r_x) & ((r_x << 1) - 1)) - r_x;
1575 s->mv[dir][n][1] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][1] = ((py + dmv_y + r_y - y_bias) & ((r_y << 1) - 1)) - r_y + y_bias;
1577 s->current_picture.f.motion_val[dir][xy + 1 + v->blocks_off][0] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][0];
1578 s->current_picture.f.motion_val[dir][xy + 1 + v->blocks_off][1] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][1];
1579 s->current_picture.f.motion_val[dir][xy + wrap + v->blocks_off][0] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][0];
1580 s->current_picture.f.motion_val[dir][xy + wrap + v->blocks_off][1] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][1];
1581 s->current_picture.f.motion_val[dir][xy + wrap + 1 + v->blocks_off][0] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][0];
1582 s->current_picture.f.motion_val[dir][xy + wrap + 1 + v->blocks_off][1] = s->current_picture.f.motion_val[dir][xy + v->blocks_off][1];
1606 s->mv[0][n][0] = s->current_picture.f.motion_val[0][xy][0] = 0;
1607 s->mv[0][n][1] = s->current_picture.f.motion_val[0][xy][1] = 0;
1608 s->current_picture.f.motion_val[1][xy][0] = 0;
1609 s->current_picture.f.motion_val[1][xy][1] = 0;
1611 s->current_picture.f.motion_val[0][xy + 1][0] = 0;
1612 s->current_picture.f.motion_val[0][xy + 1][1] = 0;
1613 s->current_picture.f.motion_val[0][xy + wrap][0] = 0;
1614 s->current_picture.f.motion_val[0][xy + wrap][1] = 0;
1615 s->current_picture.f.motion_val[0][xy + wrap + 1][0] = 0;
1616 s->current_picture.f.motion_val[0][xy + wrap + 1][1] = 0;
1618 s->current_picture.f.motion_val[1][xy + 1][0] = 0;
1619 s->current_picture.f.motion_val[1][xy + 1][1] = 0;
1620 s->current_picture.f.motion_val[1][xy + wrap][0] = 0;
1621 s->current_picture.f.motion_val[1][xy + wrap][1] = 0;
1622 s->current_picture.f.motion_val[1][xy + wrap + 1][0] = 0;
1623 s->current_picture.f.motion_val[1][xy + wrap + 1][1] = 0;
1633 A[0] = s->current_picture.f.motion_val[0][xy - 1][0];
1634 A[1] = s->current_picture.f.motion_val[0][xy - 1][1];
1637 A[0] = (s->current_picture.f.motion_val[0][xy - 1][0]
1638 + s->current_picture.f.motion_val[0][xy - 1 + off * wrap][0] + 1) >> 1;
1639 A[1] = (s->current_picture.f.motion_val[0][xy - 1][1]
1640 + s->current_picture.f.motion_val[0][xy - 1 + off * wrap][1] + 1) >> 1;
1660 B[0] = s->current_picture.f.motion_val[0][s->block_index[n_adj] - 2 * wrap][0];
1661 B[1] = s->current_picture.f.motion_val[0][s->block_index[n_adj] - 2 * wrap][1];
1663 B[0] = (B[0] + s->current_picture.f.motion_val[0][s->block_index[n_adj ^ 2] - 2 * wrap][0] + 1) >> 1;
1664 B[1] = (B[1] + s->current_picture.f.motion_val[0][s->block_index[n_adj ^ 2] - 2 * wrap][1] + 1) >> 1;
1675 C[0] = s->current_picture.f.motion_val[0][s->block_index[n_adj] - 2 * wrap + 2][0];
1676 C[1] = s->current_picture.f.motion_val[0][s->block_index[n_adj] - 2 * wrap + 2][1];
1678 C[0] = (1 + C[0] + (s->current_picture.f.motion_val[0][s->block_index[n_adj ^ 2] - 2 * wrap + 2][0])) >> 1;
1679 C[1] = (1 + C[1] + (s->current_picture.f.motion_val[0][s->block_index[n_adj ^ 2] - 2 * wrap + 2][1])) >> 1;
1689 C[0] = s->current_picture.f.motion_val[0][s->block_index[n_adj] - 2 * wrap - 2][0];
1690 C[1] = s->current_picture.f.motion_val[0][s->block_index[n_adj] - 2 * wrap - 2][1];
1692 C[0] = (1 + C[0] + s->current_picture.f.motion_val[0][s->block_index[1] - 2 * wrap - 2][0]) >> 1;
1693 C[1] = (1 + C[1] + s->current_picture.f.motion_val[0][s->block_index[1] - 2 * wrap - 2][1]) >> 1;
1704 B[0] = s->current_picture.f.motion_val[0][pos_b][0];
1705 B[1] = s->current_picture.f.motion_val[0][pos_b][1];
1708 C[0] = s->current_picture.f.motion_val[0][pos_c][0];
1709 C[1] = s->current_picture.f.motion_val[0][pos_c][1];
1797 s->mv[0][n][0] = s->current_picture.f.motion_val[0][xy][0] = ((px + dmv_x + r_x) & ((r_x << 1) - 1)) - r_x;
1798 s->mv[0][n][1] = s->current_picture.f.motion_val[0][xy][1] = ((py + dmv_y + r_y) & ((r_y << 1) - 1)) - r_y;
1800 s->current_picture.f.motion_val[0][xy + 1 ][0] = s->current_picture.f.motion_val[0][xy][0];
1801 s->current_picture.f.motion_val[0][xy + 1 ][1] = s->current_picture.f.motion_val[0][xy][1];
1802 s->current_picture.f.motion_val[0][xy + wrap ][0] = s->current_picture.f.motion_val[0][xy][0];
1803 s->current_picture.f.motion_val[0][xy + wrap ][1] = s->current_picture.f.motion_val[0][xy][1];
1804 s->current_picture.f.motion_val[0][xy + wrap + 1][0] = s->current_picture.f.motion_val[0][xy][0];
1805 s->current_picture.f.motion_val[0][xy + wrap + 1][1] = s->current_picture.f.motion_val[0][xy][1];
1807 s->current_picture.f.motion_val[0][xy + 1][0] = s->current_picture.f.motion_val[0][xy][0];
1808 s->current_picture.f.motion_val[0][xy + 1][1] = s->current_picture.f.motion_val[0][xy][1];
2044 s->current_picture.f.motion_val[0][xy + v->blocks_off][0] =
2045 s->current_picture.f.motion_val[0][xy + v->blocks_off][1] =
2046 s->current_picture.f.motion_val[1][xy + v->blocks_off][0] =
2047 s->current_picture.f.motion_val[1][xy + v->blocks_off][1] = 0;
2051 s->mv[0][0][0] = scale_mv(s->next_picture.f.motion_val[1][xy][0], v->bfraction, 0, s->quarter_sample);
2052 s->mv[0][0][1] = scale_mv(s->next_picture.f.motion_val[1][xy][1], v->bfraction, 0, s->quarter_sample);
2053 s->mv[1][0][0] = scale_mv(s->next_picture.f.motion_val[1][xy][0], v->bfraction, 1, s->quarter_sample);
2054 s->mv[1][0][1] = scale_mv(s->next_picture.f.motion_val[1][xy][1], v->bfraction, 1, s->quarter_sample);
2063 s->current_picture.f.motion_val[0][xy + v->blocks_off][0] = s->mv[0][0][0];
2064 s->current_picture.f.motion_val[0][xy + v->blocks_off][1] = s->mv[0][0][1];
2065 s->current_picture.f.motion_val[1][xy + v->blocks_off][0] = s->mv[1][0][0];
2066 s->current_picture.f.motion_val[1][xy + v->blocks_off][1] = s->mv[1][0][1];
2071 C = s->current_picture.f.motion_val[0][xy - 2];
2072 A = s->current_picture.f.motion_val[0][xy - wrap * 2];
2074 B = s->current_picture.f.motion_val[0][xy - wrap * 2 + off];
2149 C = s->current_picture.f.motion_val[1][xy - 2];
2150 A = s->current_picture.f.motion_val[1][xy - wrap * 2];
2152 B = s->current_picture.f.motion_val[1][xy - wrap * 2 + off];
2228 s->current_picture.f.motion_val[0][xy][0] = s->mv[0][0][0];
2229 s->current_picture.f.motion_val[0][xy][1] = s->mv[0][0][1];
2230 s->current_picture.f.motion_val[1][xy][0] = s->mv[1][0][0];
2231 s->current_picture.f.motion_val[1][xy][1] = s->mv[1][0][1];
2243 s->mv[0][0][0] = scale_mv_intfi(s->next_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0],
2245 s->mv[0][0][1] = scale_mv_intfi(s->next_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1],
2247 s->mv[1][0][0] = scale_mv_intfi(s->next_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0],
2249 s->mv[1][0][1] = scale_mv_intfi(s->next_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1],
2264 s->current_picture.f.motion_val[0][s->block_index[k] + v->blocks_off][0] = s->mv[0][0][0];
2265 s->current_picture.f.motion_val[0][s->block_index[k] + v->blocks_off][1] = s->mv[0][0][1];
2266 s->current_picture.f.motion_val[1][s->block_index[k] + v->blocks_off][0] = s->mv[1][0][0];
2267 s->current_picture.f.motion_val[1][s->block_index[k] + v->blocks_off][1] = s->mv[1][0][1];
3321 mv = &s->current_picture.f.motion_val[0][s->block_index[block_num] - 2 * mv_stride];
3383 mv = &s->current_picture.f.motion_val[0][s->block_index[block_num] - s->b8_stride * 2 - 2];
3477 s->current_picture.f.motion_val[1][s->block_index[0]][0] = 0;
3478 s->current_picture.f.motion_val[1][s->block_index[0]][1] = 0;
3743 s->current_picture.f.motion_val[1][s->block_index[0]][0] = 0;
3744 s->current_picture.f.motion_val[1][s->block_index[0]][1] = 0;
3913 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = 0;
3914 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = 0;
4187 s->current_picture.f.motion_val[1][s->block_index[0]][0] = 0;
4188 s->current_picture.f.motion_val[1][s->block_index[0]][1] = 0;
4376 s->current_picture.f.motion_val[1][s->block_index[0]][0] = 0;
4377 s->current_picture.f.motion_val[1][s->block_index[0]][1] = 0;
4512 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][0] = 0;
4513 s->current_picture.f.motion_val[1][s->block_index[0] + v->blocks_off][1] = 0;