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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dsvq3.c538 memset(h->intra4x4_pred_mode_cache, -1, 8*5*sizeof(int8_t));
543 h->intra4x4_pred_mode_cache[scan8[0] - 1 + i*8] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - 1]+6-i];
545 if (h->intra4x4_pred_mode_cache[scan8[0] - 1] == -1) {
550 h->intra4x4_pred_mode_cache[4+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+0];
551 h->intra4x4_pred_mode_cache[5+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+1];
552 h->intra4x4_pred_mode_cache[6+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+2];
553 h->intra4x4_pred_mode_cache[7+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+3];
555 if (h->intra4x4_pred_mode_cache[4+8*0] == -1) {
569 left = &h->intra4x4_pred_mode_cache[scan8[i] - 1];
570 top = &h->intra4x4_pred_mode_cache[scan
[all...]
H A Dh264.h291 int8_t intra4x4_pred_mode_cache[5*8]; member in struct:H264Context
908 AV_COPY32(h->intra4x4_pred_mode_cache+4+8*0, h->intra4x4_pred_mode + h->mb2br_xy[top_xy]);
910 h->intra4x4_pred_mode_cache[4+8*0]=
911 h->intra4x4_pred_mode_cache[5+8*0]=
912 h->intra4x4_pred_mode_cache[6+8*0]=
913 h->intra4x4_pred_mode_cache[7+8*0]= 2 - 3*!(top_type & type_mask);
918 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]= mode[6-left_block[0+2*i]];
919 h->intra4x4_pred_mode_cache[3+8*2 + 2*8*i]= mode[6-left_block[1+2*i]];
921 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]=
922 h->intra4x4_pred_mode_cache[
[all...]
H A Dh264_cavlc.c654 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
656 h->intra4x4_pred_mode_cache[ scan8[i] ] = mode;
H A Dh264.c57 AV_COPY32(mode, h->intra4x4_pred_mode_cache + 4 + 8*4);
58 mode[4]= h->intra4x4_pred_mode_cache[7+8*3];
59 mode[5]= h->intra4x4_pred_mode_cache[7+8*2];
60 mode[6]= h->intra4x4_pred_mode_cache[7+8*1];
74 int status= top[ h->intra4x4_pred_mode_cache[scan8[0] + i] ];
79 h->intra4x4_pred_mode_cache[scan8[0] + i]= status;
88 int status= left[ h->intra4x4_pred_mode_cache[scan8[0] + 8*i] ];
93 h->intra4x4_pred_mode_cache[scan8[0] + 8*i]= status;
1168 const int dir= h->intra4x4_pred_mode_cache[ scan8[i] ];
1193 const int dir= h->intra4x4_pred_mode_cache[ scan
[all...]
H A Dh264_cabac.c1345 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
1350 h->intra4x4_pred_mode_cache[ scan8[i] ] = decode_cabac_mb_intra4x4_pred_mode( h, pred );
1352 //av_log( s->avctx, AV_LOG_ERROR, "i4x4 pred=%d mode=%d\n", pred, h->intra4x4_pred_mode_cache[ scan8[i] ] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264.h291 int8_t intra4x4_pred_mode_cache[5*8]; member in struct:H264Context
908 AV_COPY32(h->intra4x4_pred_mode_cache+4+8*0, h->intra4x4_pred_mode + h->mb2br_xy[top_xy]);
910 h->intra4x4_pred_mode_cache[4+8*0]=
911 h->intra4x4_pred_mode_cache[5+8*0]=
912 h->intra4x4_pred_mode_cache[6+8*0]=
913 h->intra4x4_pred_mode_cache[7+8*0]= 2 - 3*!(top_type & type_mask);
918 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]= mode[6-left_block[0+2*i]];
919 h->intra4x4_pred_mode_cache[3+8*2 + 2*8*i]= mode[6-left_block[1+2*i]];
921 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]=
922 h->intra4x4_pred_mode_cache[
[all...]
H A Dsvq3.c538 memset(h->intra4x4_pred_mode_cache, -1, 8*5*sizeof(int8_t));
543 h->intra4x4_pred_mode_cache[scan8[0] - 1 + i*8] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - 1]+6-i];
545 if (h->intra4x4_pred_mode_cache[scan8[0] - 1] == -1) {
550 h->intra4x4_pred_mode_cache[4+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+0];
551 h->intra4x4_pred_mode_cache[5+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+1];
552 h->intra4x4_pred_mode_cache[6+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+2];
553 h->intra4x4_pred_mode_cache[7+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+3];
555 if (h->intra4x4_pred_mode_cache[4+8*0] == -1) {
569 left = &h->intra4x4_pred_mode_cache[scan8[i] - 1];
570 top = &h->intra4x4_pred_mode_cache[scan
[all...]
H A Dh264_cavlc.c654 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
656 h->intra4x4_pred_mode_cache[ scan8[i] ] = mode;
H A Dh264.c57 AV_COPY32(mode, h->intra4x4_pred_mode_cache + 4 + 8*4);
58 mode[4]= h->intra4x4_pred_mode_cache[7+8*3];
59 mode[5]= h->intra4x4_pred_mode_cache[7+8*2];
60 mode[6]= h->intra4x4_pred_mode_cache[7+8*1];
74 int status= top[ h->intra4x4_pred_mode_cache[scan8[0] + i] ];
79 h->intra4x4_pred_mode_cache[scan8[0] + i]= status;
88 int status= left[ h->intra4x4_pred_mode_cache[scan8[0] + 8*i] ];
93 h->intra4x4_pred_mode_cache[scan8[0] + 8*i]= status;
1168 const int dir= h->intra4x4_pred_mode_cache[ scan8[i] ];
1193 const int dir= h->intra4x4_pred_mode_cache[ scan
[all...]
H A Dh264_cabac.c1345 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
1350 h->intra4x4_pred_mode_cache[ scan8[i] ] = decode_cabac_mb_intra4x4_pred_mode( h, pred );
1352 //av_log( s->avctx, AV_LOG_ERROR, "i4x4 pred=%d mode=%d\n", pred, h->intra4x4_pred_mode_cache[ scan8[i] ] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264.h291 int8_t intra4x4_pred_mode_cache[5*8]; member in struct:H264Context
908 AV_COPY32(h->intra4x4_pred_mode_cache+4+8*0, h->intra4x4_pred_mode + h->mb2br_xy[top_xy]);
910 h->intra4x4_pred_mode_cache[4+8*0]=
911 h->intra4x4_pred_mode_cache[5+8*0]=
912 h->intra4x4_pred_mode_cache[6+8*0]=
913 h->intra4x4_pred_mode_cache[7+8*0]= 2 - 3*!(top_type & type_mask);
918 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]= mode[6-left_block[0+2*i]];
919 h->intra4x4_pred_mode_cache[3+8*2 + 2*8*i]= mode[6-left_block[1+2*i]];
921 h->intra4x4_pred_mode_cache[3+8*1 + 2*8*i]=
922 h->intra4x4_pred_mode_cache[
[all...]
H A Dsvq3.c538 memset(h->intra4x4_pred_mode_cache, -1, 8*5*sizeof(int8_t));
543 h->intra4x4_pred_mode_cache[scan8[0] - 1 + i*8] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - 1]+6-i];
545 if (h->intra4x4_pred_mode_cache[scan8[0] - 1] == -1) {
550 h->intra4x4_pred_mode_cache[4+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+0];
551 h->intra4x4_pred_mode_cache[5+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+1];
552 h->intra4x4_pred_mode_cache[6+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+2];
553 h->intra4x4_pred_mode_cache[7+8*0] = h->intra4x4_pred_mode[h->mb2br_xy[mb_xy - s->mb_stride]+3];
555 if (h->intra4x4_pred_mode_cache[4+8*0] == -1) {
569 left = &h->intra4x4_pred_mode_cache[scan8[i] - 1];
570 top = &h->intra4x4_pred_mode_cache[scan
[all...]
H A Dh264_cavlc.c654 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
656 h->intra4x4_pred_mode_cache[ scan8[i] ] = mode;
H A Dh264.c57 AV_COPY32(mode, h->intra4x4_pred_mode_cache + 4 + 8*4);
58 mode[4]= h->intra4x4_pred_mode_cache[7+8*3];
59 mode[5]= h->intra4x4_pred_mode_cache[7+8*2];
60 mode[6]= h->intra4x4_pred_mode_cache[7+8*1];
74 int status= top[ h->intra4x4_pred_mode_cache[scan8[0] + i] ];
79 h->intra4x4_pred_mode_cache[scan8[0] + i]= status;
88 int status= left[ h->intra4x4_pred_mode_cache[scan8[0] + 8*i] ];
93 h->intra4x4_pred_mode_cache[scan8[0] + 8*i]= status;
1168 const int dir= h->intra4x4_pred_mode_cache[ scan8[i] ];
1193 const int dir= h->intra4x4_pred_mode_cache[ scan
[all...]
H A Dh264_cabac.c1345 fill_rectangle( &h->intra4x4_pred_mode_cache[ scan8[i] ], 2, 2, 8, mode, 1 );
1350 h->intra4x4_pred_mode_cache[ scan8[i] ] = decode_cabac_mb_intra4x4_pred_mode( h, pred );
1352 //av_log( s->avctx, AV_LOG_ERROR, "i4x4 pred=%d mode=%d\n", pred, h->intra4x4_pred_mode_cache[ scan8[i] ] );

Completed in 213 milliseconds