• Home
  • Raw
  • Download

Lines Matching refs:bitplane_decoding

98 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v)  in bitplane_decoding()  function
754 status = bitplane_decoding(v->mv_type_mb_plane, &v->mv_type_is_raw, v); in ff_vc1_parse_frame_header()
763 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header()
801 status = bitplane_decoding(v->direct_mb_plane, &v->dmb_is_raw, v); in ff_vc1_parse_frame_header()
806 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header()
1015 status = bitplane_decoding(v->fieldtx_plane, &v->fieldtx_is_raw, v); in ff_vc1_parse_frame_header_adv()
1022 status = bitplane_decoding(v->acpred_plane, &v->acpred_is_raw, v); in ff_vc1_parse_frame_header_adv()
1031 status = bitplane_decoding(v->over_flags_plane, &v->overflg_is_raw, v); in ff_vc1_parse_frame_header_adv()
1066 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv()
1152 status = bitplane_decoding(v->mv_type_mb_plane, &v->mv_type_is_raw, v); in ff_vc1_parse_frame_header_adv()
1161 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv()
1239 status = bitplane_decoding(v->forward_mb_plane, &v->fmb_is_raw, v); in ff_vc1_parse_frame_header_adv()
1269 status = bitplane_decoding(v->direct_mb_plane, &v->dmb_is_raw, v); in ff_vc1_parse_frame_header_adv()
1274 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv()
1295 status = bitplane_decoding(v->direct_mb_plane, &v->dmb_is_raw, v); in ff_vc1_parse_frame_header_adv()
1300 status = bitplane_decoding(v->s.mbskip_table, &v->skip_is_raw, v); in ff_vc1_parse_frame_header_adv()