Searched refs:abt_type (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmv2.h41 int abt_type; member in struct:Wmv2Context
H A Dwmv2dec.c196 w->abt_type= decode012(&s->gb);
215 av_log(s->avctx, AV_LOG_DEBUG, "rl:%d rlc:%d dc:%d mv:%d mbrl:%d qp:%d mspel:%d per_mb_abt:%d abt_type:%d cbp:%d ii:%d\n",
224 w->abt_type,
317 w->abt_type= decode012(&s->gb);
320 printf("B%d", w->abt_type);
322 w->abt_type_table[n]= w->abt_type;
324 if(w->abt_type){
325 // const uint8_t *scantable= w->abt_scantable[w->abt_type-1].permutated;
326 const uint8_t *scantable= w->abt_scantable[w->abt_type-1].scantable;
327 // const uint8_t *scantable= w->abt_type
[all...]
H A Dwmv2enc.c98 w->abt_type=0;
139 ff_msmpeg4_code012(&s->pb, w->abt_type);

Completed in 50 milliseconds