Home
last modified time | relevance | path

Searched refs:mb_intra (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dituh263dec.c451 if (s->h263_aic && s->mb_intra) { in h263_decode_block()
460 } else if (s->mb_intra) { in h263_decode_block()
498 if (s->mb_intra && s->h263_aic) in h263_decode_block()
565 if(s->alt_inter_vlc && rl == &ff_h263_rl_inter && !s->mb_intra){ in h263_decode_block()
573 … av_log(s->avctx, AV_LOG_ERROR, "run overflow at %dx%d i:%d\n", s->mb_x, s->mb_y, s->mb_intra); in h263_decode_block()
581 if (s->mb_intra && s->h263_aic) { in h263_decode_block()
598 mbi = s->mb_intra; in h263_skip_b_part()
600 s->mb_intra = 0; in h263_skip_b_part()
606 s->mb_intra = mbi; in h263_skip_b_part()
710 s->mb_intra = 0; in ff_h263_decode_mb()
[all …]
Dmpeg_er.c64 int mb_intra, int mb_skipped) in mpeg_er_decode_mb() argument
70 s->mb_intra = mb_intra; in mpeg_er_decode_mb()
Dvc1_block.c232 s->mb_intra = 0; \
241 s->mb_intra = 1; \
1320 if (s->mb_intra) { in vc1_decode_p_mb()
1324 s->current_picture.mb_type[mb_pos] = s->mb_intra ? MB_TYPE_INTRA : MB_TYPE_16x16; in vc1_decode_p_mb()
1328 if (s->mb_intra && !mb_has_coeffs) { in vc1_decode_p_mb()
1333 if (s->mb_intra) in vc1_decode_p_mb()
1343 if (!v->ttmbf && !s->mb_intra && mb_has_coeffs) in vc1_decode_p_mb()
1346 if (!s->mb_intra) ff_vc1_mc_1mv(v, 0); in vc1_decode_p_mb()
1353 v->mb_type[0][s->block_index[i]] = s->mb_intra; in vc1_decode_p_mb()
1354 if (s->mb_intra) { in vc1_decode_p_mb()
[all …]
Dmsmpeg4dec.c111 s->mb_intra = 0; in msmpeg4v12_decode_mb()
133 s->mb_intra = code >>2; in msmpeg4v12_decode_mb()
137 s->mb_intra = 1; in msmpeg4v12_decode_mb()
148 if (!s->mb_intra) { in msmpeg4v12_decode_mb()
216 s->mb_intra = 0; in msmpeg4v34_decode_mb()
232 s->mb_intra = (~code & 0x40) >> 6; in msmpeg4v34_decode_mb()
236 s->mb_intra = 1; in msmpeg4v34_decode_mb()
251 if (!s->mb_intra) { in msmpeg4v34_decode_mb()
653 if (s->mb_intra) { in ff_msmpeg4_decode_block()
819 if (s->mb_intra) { in ff_msmpeg4_decode_block()
Dmpegvideo_xvmc.c186 if (!s->mb_intra) { in ff_xvmc_decode_mb()
213 if (s->mb_intra) { in ff_xvmc_decode_mb()
302 … if (s->mb_intra) { // intra frames are always full chroma blocks in ff_xvmc_decode_mb()
320 if (s->mb_intra && (render->idct || !render->unsigned_intra)) in ff_xvmc_decode_mb()
Dmpegvideo_enc.c2185 if (s->mb_intra) { in clip_coeffs()
2270 if (!s->mb_intra) { in encode_mb_internal()
2317 if (s->mb_intra) { in encode_mb_internal()
2530 if (s->luma_elim_threshold && !s->mb_intra) in encode_mb_internal()
2533 if (s->chroma_elim_threshold && !s->mb_intra) in encode_mb_internal()
2545 if ((s->avctx->flags & AV_CODEC_FLAG_GRAY) && s->mb_intra) { in encode_mb_internal()
2675 d->mb_intra= s->mb_intra; in copy_context_after_encode()
3182 s->mb_intra= 0; in encode_thread()
3191 s->mb_intra= 0; in encode_thread()
3203 s->mb_intra= 0; in encode_thread()
[all …]
Dituh263enc.c305 if (s->mb_intra && !s->h263_aic) { in h263_encode_block()
325 if (s->h263_aic && s->mb_intra) in h263_encode_block()
328 if(s->alt_inter_vlc && !s->mb_intra){ in h263_encode_block()
457 if (!s->mb_intra) { in ff_h263_encode_mb()
542 av_assert2(s->mb_intra); in ff_h263_encode_mb()
629 if (s->h263_aic && s->mb_intra) { in ff_h263_encode_mb()
636 if (!s->mb_intra) { in ff_h263_encode_mb()
Dh261dec.c192 s->mb_intra = 0; in h261_decode_mb_skipped()
271 if (s->mb_intra) { in h261_decode_block()
402 s->mb_intra = IS_INTRA4x4(h->mtype); in h261_decode_mb()
431 if (s->mb_intra) { in h261_decode_mb()
452 if (s->mb_intra || HAS_CBP(h->mtype)) { in h261_decode_mb()
Dh261enc.c177 if (s->mb_intra) { in h261_encode_block()
248 if (!s->mb_intra) { in ff_h261_encode_mb()
273 if (!s->mb_intra) { in ff_h261_encode_mb()
Dwmv2dec.c390 s->mb_intra = 0; in ff_wmv2_decode_mb()
406 s->mb_intra = (~code & 0x40) >> 6; in ff_wmv2_decode_mb()
410 s->mb_intra = 1; in ff_wmv2_decode_mb()
427 if (!s->mb_intra) { in ff_wmv2_decode_mb()
Dwmv2enc.c157 if (!s->mb_intra) { in ff_wmv2_encode_mb()
211 if (s->mb_intra) in ff_wmv2_encode_mb()
Dmsmpeg4enc.c379 if (!s->mb_intra) { in ff_msmpeg4_encode_mb()
578 if (s->mb_intra) { in ff_msmpeg4_encode_block()
622 s->ac_stats[s->mb_intra][n>3][level][run][last]++; in ff_msmpeg4_encode_block()
625 s->ac_stats[s->mb_intra][n > 3][40][63][0]++; //esc3 like in ff_msmpeg4_encode_block()
Derror_resilience.h88 int mb_x, int mb_y, int mb_intra, int mb_skipped);
Dmpeg4videodec.c725 s->mb_intra = 1; in mpeg4_decode_partition_a()
798 s->mb_intra = ((cbpc & 4) != 0); in mpeg4_decode_partition_a()
800 if (s->mb_intra) { in mpeg4_decode_partition_a()
1334 s->mb_intra = IS_INTRA(mb_type); in mpeg4_decode_partitioned_mb()
1350 } else if (s->mb_intra) { in mpeg4_decode_partitioned_mb()
1352 } else if (!s->mb_intra) { in mpeg4_decode_partitioned_mb()
1363 s->mb_intra = 1; in mpeg4_decode_partitioned_mb()
1372 if (mpeg4_decode_block(ctx, block[i], i, cbp & 32, s->mb_intra, ctx->rvlc) < 0) { in mpeg4_decode_partitioned_mb()
1375 s->mb_x, s->mb_y, s->mb_intra); in mpeg4_decode_partitioned_mb()
1414 s->mb_intra = 0; in mpeg4_decode_mb()
[all …]
Dh263.c64 if (s->mb_intra) { in ff_h263_update_motion_val()
99 else if(s->mb_intra) in ff_h263_update_motion_val()
Dme_cmp.c750 s->mb_intra = 0; in quant_psnr8x8_c()
791 if (s->mb_intra) { in rd8x8_c()
831 if (s->mb_intra) in rd8x8_c()
863 if (s->mb_intra) { in bit8x8_c()
Dmpeg12enc.c682 if (s->mb_intra) { in mpeg1_encode_block()
810 } else if (s->mb_intra) { in mpeg1_encode_mb_internal()
1023 if (s->mb_intra) in mpeg1_encode_mb_internal()
Dvc1_pred.c243 if (s->mb_intra) { in ff_vc1_pred_mv()
485 if (s->mb_intra) { in ff_vc1_pred_mv_intfr()
717 if (s->mb_intra) { in ff_vc1_pred_b_mv()
Dmpeg4videoenc.c293 if (s->mb_intra) { // Note gcc (3.2.1 at least) will optimize this away in mpeg4_encode_block()
353 if (s->mb_intra) { // Note gcc (3.2.1 at least) will optimize this away in mpeg4_get_block_length()
485 if (!s->mb_intra) { in ff_mpeg4_encode_mb()
Dmpegvideo.h290 int mb_intra; member
Dmpeg12dec.c760 s->mb_intra = 1; in mpeg_decode_mb()
976 s->mb_intra = 0; in mpeg_decode_mb()
1818 if (s->mb_intra || in mpeg_decode_slice()
1944 s->mb_intra = 0; in mpeg_decode_slice()
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideoenc.c101 const int intra= s->mb_intra; in denoise_dct_mmx()
157 const int intra= s->mb_intra; in denoise_dct_sse2()
Dmpegvideoenc_template.c120 if (s->mb_intra) { in RENAME()
235 if(s->mb_intra) block[0]= level; in RENAME()
/third_party/ffmpeg/libavcodec/ppc/
Dmpegvideo_altivec.c50 if (s->mb_intra) { in dct_unquantize_h263_altivec()
/third_party/ffmpeg/libavcodec/mips/
Dmpegvideo_mmi.c438 const int intra = s->mb_intra; in ff_denoise_dct_mmi()

12