Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc1.c98 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()
[all …]