Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmv2dec.c229 w->abt_type = decode012(&s->gb); in ff_wmv2_decode_secondary_picture_header()
258 w->per_mb_abt, w->abt_type, w->cbp_table_index, in ff_wmv2_decode_secondary_picture_header()
351 w->abt_type = decode012(&s->gb); in wmv2_decode_inter_block()
352 w->abt_type_table[n] = w->abt_type; in wmv2_decode_inter_block()
354 if (w->abt_type) { in wmv2_decode_inter_block()
356 const uint8_t *scantable = w->abt_scantable[w->abt_type - 1].scantable; in wmv2_decode_inter_block()
441 w->abt_type = decode012(&s->gb); in ff_wmv2_decode_mb()
Dwmv2enc.c88 w->abt_type = 0; in ff_wmv2_encode_picture_header()
123 ff_msmpeg4_code012(&s->pb, w->abt_type); in ff_wmv2_encode_picture_header()
Dwmv2.h44 int abt_type; member