| FFmpeg
    | 
msmpeg4.c
  
Go to the documentation of this file.
  282                     dest= s->current_picture.f.data[0] + (((n >> 1) + 2*s->mb_y) * 8*  wrap ) + ((n & 1) + 2*s->mb_x) * 8;
misc image utilities 
int msmpeg4_version
0=not msmpeg4, 1=mp41, 2=mp42, 3=mp43/divx3 4=wmv1/7 5=wmv2/8 
Definition: mpegvideo.h:639
mpegvideo header. 
av_cold void ff_msmpeg4_common_init(MpegEncContext *s)
Definition: msmpeg4.c:109
VC-1 tables. 
MSMPEG4 data tables. 
int16_t * dc_val[3]
used for mpeg4 DC prediction, all 3 arrays must be continuous 
Definition: mpegvideo.h:350
external API header 
const uint8_t ff_wmv1_scantable[WMV1_SCANTABLE_COUNT][64]
Definition: msmpeg4data.c:1831
int ff_msmpeg4_pred_dc(MpegEncContext *s, int n, int16_t **dc_val_ptr, int *dir_ptr)
Definition: msmpeg4.c:193
uint8_t * coded_block
used for coded block pattern prediction (msmpeg4v3, wmv1) 
Definition: mpegvideo.h:355
int b8_stride
2*mb_width+1 used for some 8x8 block arrays to allow simple addressing 
Definition: mpegvideo.h:279
DSP utils. 
void ff_init_scantable(uint8_t *permutation, ScanTable *st, const uint8_t *src_scantable)
Definition: dsputil.c:110
const uint8_t ff_old_ff_y_dc_scale_table[32]
Definition: msmpeg4data.c:1826
int workaround_bugs
workaround bugs in encoders which cannot be detected automatically 
Definition: mpegvideo.h:266
ScanTable inter_scantable
if inter == intra then intra should be used to reduce tha cache usage 
Definition: mpegvideo.h:295
int ff_msmpeg4_coded_block_pred(MpegEncContext *s, int n, uint8_t **coded_block_ptr)
Definition: msmpeg4.c:153
int uvlinesize
line size, for chroma in bytes, may be different from width 
Definition: mpegvideo.h:284
Generated on Fri Oct 31 2025 06:56:12 for FFmpeg by
 1.8.11
 1.8.11