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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmv2.h42 int abt_type; member in struct:Wmv2Context
H A Dwmv2dec.c187 w->abt_type= decode012(&s->gb);
206 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",
215 w->abt_type,
306 w->abt_type= decode012(&s->gb);
307 w->abt_type_table[n]= w->abt_type;
309 if(w->abt_type){
310 // const uint8_t *scantable= w->abt_scantable[w->abt_type-1].permutated;
311 const uint8_t *scantable= w->abt_scantable[w->abt_type-1].scantable;
312 // const uint8_t *scantable= w->abt_type-1 ? w->abt_scantable[1].permutated : w->abt_scantable[0].scantable;
397 w->abt_type
[all...]
H A Dwmv2enc.c86 w->abt_type=0;
127 ff_msmpeg4_code012(&s->pb, w->abt_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmv2.h41 int abt_type; member in struct:Wmv2Context
H A Dwmv2dec.c187 w->abt_type= decode012(&s->gb);
206 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",
215 w->abt_type,
308 w->abt_type= decode012(&s->gb);
309 w->abt_type_table[n]= w->abt_type;
311 if(w->abt_type){
312 // const uint8_t *scantable= w->abt_scantable[w->abt_type-1].permutated;
313 const uint8_t *scantable= w->abt_scantable[w->abt_type-1].scantable;
314 // const uint8_t *scantable= w->abt_type-1 ? w->abt_scantable[1].permutated : w->abt_scantable[0].scantable;
401 w->abt_type
[all...]
H A Dwmv2enc.c85 w->abt_type=0;
126 ff_msmpeg4_code012(&s->pb, w->abt_type);

Completed in 151 milliseconds