• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:mb_type

624                 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
661 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
668 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
701 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
734 s->current_picture.mb_type[xy] = MB_TYPE_16x16 |
739 s->current_picture.mb_type[xy] = MB_TYPE_16x16 |
754 s->current_picture.mb_type[xy] = MB_TYPE_8x8 |
809 s->current_picture.mb_type[xy] |= ac_pred * MB_TYPE_ACPRED;
811 if (IS_INTRA(s->current_picture.mb_type[xy])) {
841 s->current_picture.mb_type[xy] |= ac_pred * MB_TYPE_ACPRED;
843 } else if (IS_SKIP(s->current_picture.mb_type[xy])) {
1212 int cbp, mb_type;
1215 mb_type = s->current_picture.mb_type[xy];
1230 s->mb_intra = IS_INTRA(mb_type);
1232 if (IS_SKIP(mb_type)) {
1247 s->ac_pred = IS_ACPRED(s->current_picture.mb_type[xy]);
1252 if (IS_8X8(mb_type)) {
1260 s->ac_pred = IS_ACPRED(s->current_picture.mb_type[xy]);
1263 if (!IS_SKIP(mb_type)) {
1316 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1325 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1366 s->current_picture.mb_type[xy] = MB_TYPE_GMC |
1376 s->current_picture.mb_type[xy] = MB_TYPE_16x8 |
1400 s->current_picture.mb_type[xy] = MB_TYPE_16x16 | MB_TYPE_L0;
1417 s->current_picture.mb_type[xy] = MB_TYPE_8x8 | MB_TYPE_L0;
1437 int mb_type;
1467 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1476 mb_type = MB_TYPE_DIRECT2 | MB_TYPE_SKIP | MB_TYPE_L0L1;
1480 mb_type = get_vlc2(&s->gb, mb_type_b_vlc.table, MB_TYPE_B_VLC_BITS, 1);
1481 if (mb_type < 0) {
1485 mb_type = mb_type_b_map[mb_type];
1493 if ((!IS_DIRECT(mb_type)) && cbp) {
1502 if (!IS_DIRECT(mb_type) && get_bits1(&s->gb)) {
1503 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
1504 mb_type &= ~MB_TYPE_16x16;
1506 if (USES_LIST(mb_type, 0)) {
1510 if (USES_LIST(mb_type, 1)) {
1518 if ((mb_type & (MB_TYPE_DIRECT2 | MB_TYPE_INTERLACED)) == 0) {
1521 if (USES_LIST(mb_type, 0)) {
1534 if (USES_LIST(mb_type, 1)) {
1546 } else if (!IS_DIRECT(mb_type)) {
1549 if (USES_LIST(mb_type, 0)) {
1561 if (USES_LIST(mb_type, 1)) {
1575 if (IS_DIRECT(mb_type)) {
1576 if (IS_SKIP(mb_type)) {
1585 mb_type |= ff_mpeg4_set_direct_mv(s, mx, my);
1587 s->current_picture.mb_type[xy] = mb_type;
1604 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
1606 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;