Searched refs:intra4x4_pred_mode_cache (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c545 memset(h->intra4x4_pred_mode_cache, -1, 8*5*sizeof(int8_t));
550 h->intra4x4_pred_mode_cache[scan8[0] - 1 + i*8] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - 1]+6-i];
552 if (h->intra4x4_pred_mode_cache[scan8[0] - 1] == -1) {
557 h->intra4x4_pred_mode_cache[4+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+0];
558 h->intra4x4_pred_mode_cache[5+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+1];
559 h->intra4x4_pred_mode_cache[6+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+2];
560 h->intra4x4_pred_mode_cache[7+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+3];
562 if (h->intra4x4_pred_mode_cache[4+8*0] == -1) {
576 left = &h->intra4x4_pred_mode_cache[scan8[i] - 1];
577 top = &h->intra4x4_pred_mode_cache[scan
[all...]
H A Dh264_mvpred.h479 AV_COPY32(h->intra4x4_pred_mode_cache+4+8*0, h->intra4x4_pred_mode + h->mb2br_xy[top_xy]);
481 h->intra4x4_pred_mode_cache[4+8*0]=
482 h->intra4x4_pred_mode_cache[5+8*0]=
483 h->intra4x4_pred_mode_cache[6+8*0]=
484 h->intra4x4_pred_mode_cache[7+8*0]= 2 - 3*!(top_type & type_mask);
489 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]= mode[6-left_block[0+2*i]];
490 h->intra4x4_pred_mode_cache[3+8*2 + 2*8*i]= mode[6-left_block[1+2*i]];
492 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]=
493 h->intra4x4_pred_mode_cache[3+8*2 + 2*8*i]= 2 - 3*!(left_type[LEFT(i)] & type_mask);
H A Dh264.h287 int8_t intra4x4_pred_mode_cache[5*8]; member in struct:H264Context
776 const int left= h->intra4x4_pred_mode_cache[index8 - 1];
777 const int top = h->intra4x4_pred_mode_cache[index8 - 8];
788 int8_t *i4x4_cache= h->intra4x4_pred_mode_cache;
H A Dh264_cavlc.c817 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
819 h->intra4x4_pred_mode_cache[ scan8[i] ] = mode;
H A Dh264_cabac.c2032 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
2037 h->intra4x4_pred_mode_cache[ scan8[i] ] = decode_cabac_mb_intra4x4_pred_mode( h, pred );
2039 //av_log( s->avctx, AV_LOG_ERROR, "i4x4 pred=%d mode=%d\n", pred, h->intra4x4_pred_mode_cache[ scan8[i] ] );
H A Dh264.c76 int status= top[ h->intra4x4_pred_mode_cache[scan8[0] + i] ];
81 h->intra4x4_pred_mode_cache[scan8[0] + i]= status;
90 int status= left[ h->intra4x4_pred_mode_cache[scan8[0] + 8*i] ];
95 h->intra4x4_pred_mode_cache[scan8[0] + 8*i]= status;
1763 const int dir= h->intra4x4_pred_mode_cache[ scan8[i] ];
1788 const int dir= h->intra4x4_pred_mode_cache[ scan8[i] ];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h506 AV_COPY32(h->intra4x4_pred_mode_cache + 4 + 8 * 0, h->intra4x4_pred_mode + h->mb2br_xy[top_xy]);
508 h->intra4x4_pred_mode_cache[4 + 8 * 0] =
509 h->intra4x4_pred_mode_cache[5 + 8 * 0] =
510 h->intra4x4_pred_mode_cache[6 + 8 * 0] =
511 h->intra4x4_pred_mode_cache[7 + 8 * 0] = 2 - 3 * !(top_type & type_mask);
516 h->intra4x4_pred_mode_cache[3 + 8 * 1 + 2 * 8 * i] = mode[6 - left_block[0 + 2 * i]];
517 h->intra4x4_pred_mode_cache[3 + 8 * 2 + 2 * 8 * i] = mode[6 - left_block[1 + 2 * i]];
519 h->intra4x4_pred_mode_cache[3 + 8 * 1 + 2 * 8 * i] =
520 h->intra4x4_pred_mode_cache[3 + 8 * 2 + 2 * 8 * i] = 2 - 3 * !(left_type[LEFT(i)] & type_mask);
H A Dsvq3.c604 memset(h->intra4x4_pred_mode_cache, -1, 8 * 5 * sizeof(int8_t));
609 h->intra4x4_pred_mode_cache[scan8[0] - 1 + i * 8] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - 1] + 6 - i];
610 if (h->intra4x4_pred_mode_cache[scan8[0] - 1] == -1)
614 h->intra4x4_pred_mode_cache[4 + 8 * 0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - h->mb_stride] + 0];
615 h->intra4x4_pred_mode_cache[5 + 8 * 0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - h->mb_stride] + 1];
616 h->intra4x4_pred_mode_cache[6 + 8 * 0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - h->mb_stride] + 2];
617 h->intra4x4_pred_mode_cache[7 + 8 * 0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - h->mb_stride] + 3];
619 if (h->intra4x4_pred_mode_cache[4 + 8 * 0] == -1)
633 left = &h->intra4x4_pred_mode_cache[scan8[i] - 1];
634 top = &h->intra4x4_pred_mode_cache[scan
[all...]
H A Dh264.h394 int8_t intra4x4_pred_mode_cache[5 * 8]; member in struct:H264Context
977 const int left = h->intra4x4_pred_mode_cache[index8 - 1];
978 const int top = h->intra4x4_pred_mode_cache[index8 - 8];
992 int8_t *i4x4_cache = h->intra4x4_pred_mode_cache;
H A Dh264_mb.c631 const int dir = h->intra4x4_pred_mode_cache[scan8[i]];
661 const int dir = h->intra4x4_pred_mode_cache[scan8[i]];
H A Dh264_cabac.c2045 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
2050 h->intra4x4_pred_mode_cache[ scan8[i] ] = decode_cabac_mb_intra4x4_pred_mode( h, pred );
2053 h->intra4x4_pred_mode_cache[scan8[i]]);
H A Dh264.c159 int status = top[h->intra4x4_pred_mode_cache[scan8[0] + i]];
166 h->intra4x4_pred_mode_cache[scan8[0] + i] = status;
175 int status = left[h->intra4x4_pred_mode_cache[scan8[0] + 8 * i]];
182 h->intra4x4_pred_mode_cache[scan8[0] + 8 * i] = status;
H A Dh264_cavlc.c819 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
821 h->intra4x4_pred_mode_cache[ scan8[i] ] = mode;

Completed in 120 milliseconds