Searched refs:mbskip_table (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.h67 uint8_t *mbskip_table; member in struct:ERContext
H A Dmpegvideo.h121 uint8_t *mbskip_table; member in struct:Picture
335 uint8_t *mbskip_table; /**< used to avoid copy if macroblock skipped (for black regions for example) member in struct:MpegEncContext
752 void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table,
H A Dvaapi_vc1.c276 ff_bp[1] = pic_param->bitplane_present.flags.bp_skip_mb ? s->mbskip_table : NULL;
282 ff_bp[1] = pic_param->bitplane_present.flags.bp_skip_mb ? s->mbskip_table : NULL;
H A Dmpegvideo.c678 pic->mbskip_table = pic->mbskip_table_buf->data;
753 dst->mbskip_table = src->mbskip_table;
1123 er->mbskip_table = s->mbskip_table;
1254 FF_ALLOCZ_OR_GOTO(s->avctx, s->mbskip_table, mb_array_size + 2, fail);
1420 av_freep(&s->mbskip_table);
2110 void ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, argument
2128 int count = mbskip_table[x + y * mb_stride];
2391 mbskip_table[mb_inde
[all...]
H A Dvc1.c772 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
813 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1063 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1164 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1281 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1307 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
H A Dh263.c52 s->current_picture.mbskip_table[mb_xy] = s->mb_skipped;
H A Dh264.c416 av_freep(&hx->er.mbskip_table);
544 FF_ALLOCZ_OR_GOTO(h->avctx, er->mbskip_table, mb_array_size + 2, fail);
1928 ff_print_debug_info2(h->avctx, pict, h->er.mbskip_table,
H A Derror_resilience.c1023 if (!s->mbskip_table[mb_xy]) // FIXME partition specific
1298 s->mbskip_table[mb_xy] = 0;
H A Dintrax8.c776 s->mbskip_table [mb_xy]=0;
H A Dmpeg4videoenc.c533 if (s->next_picture.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]) { // FIXME avoid DCT & ...
H A Dmpeg4videodec.c1454 s->mb_skipped = s->next_picture.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]; // Note, skiptab=0 if last was GMC
1657 if (s->next_picture.mbskip_table[xy + delta])
H A Dmotion_est.c1536 if (s->codec_id == AV_CODEC_ID_MPEG4 && s->next_picture.mbskip_table[xy]) {
H A Dvc1dec.c3555 skipped = v->s.mbskip_table[mb_pos];
3796 skipped = v->s.mbskip_table[mb_pos];
4134 skipped = v->s.mbskip_table[mb_pos];
4449 skipped = v->s.mbskip_table[mb_pos];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dframe.h256 * mbskip_table[mb]>=1 if MB didn't change
260 uint8_t *mbskip_table; member in struct:AVFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_vc1.c276 ff_bp[1] = pic_param->bitplane_present.flags.bp_skip_mb ? s->mbskip_table : NULL;
282 ff_bp[1] = pic_param->bitplane_present.flags.bp_skip_mb ? s->mbskip_table : NULL;
H A Dh263.c55 s->current_picture.f.mbskip_table[mb_xy] = s->mb_skipped;
H A Dvc1.c714 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
755 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1009 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1089 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
1195 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v);
H A Dmpegvideo.c331 FF_ALLOCZ_OR_GOTO(s->avctx, pic->f.mbskip_table,
395 av_freep(&pic->f.mbskip_table);
874 FF_ALLOCZ_OR_GOTO(s->avctx, s->mbskip_table, mb_array_size + 2, fail);
972 av_freep(&s->mbskip_table);
1545 int count = s->mbskip_table[x + y * s->mb_stride];
1812 s->mbskip_table[mb_index] = 0;
2336 uint8_t *mbskip_ptr = &s->mbskip_table[mb_xy];
H A Dmpegvideo.h314 uint8_t *mbskip_table; /**< used to avoid copy if macroblock skipped (for black regions for example) member in struct:MpegEncContext
H A Derror_resilience.c1003 if (!s->mbskip_table[mb_xy]) // FIXME partition specific
1293 s->mbskip_table[mb_xy] = 0;
H A Dintrax8.c772 s->mbskip_table [mb_xy]=0;
H A Dmpeg4videodec.c379 while (s->next_picture.f.mbskip_table[s->mb_index2xy[mb_num]]) {
1295 s->mb_skipped = s->next_picture.f.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]; // Note, skiptab=0 if last was GMC
1472 if (s->pict_type == AV_PICTURE_TYPE_B && s->next_picture.f.mbskip_table[xy + delta]) {
1477 if (s->pict_type == AV_PICTURE_TYPE_B && s->next_picture.f.mbskip_table[xy + delta])
H A Davcodec.h1090 * mbskip_table[mb]>=1 if MB didn't change
1095 uint8_t *mbskip_table; member in struct:AVFrame
H A Dmpeg4videoenc.c502 if (s->next_picture.f.mbskip_table[s->mb_y * s->mb_stride + s->mb_x]) { //FIXME avoid DCT & ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h682 * mbskip_table[mb]>=1 if MB didn't change\
687 uint8_t *mbskip_table;\

Completed in 201 milliseconds

12