Searched refs:forward_mb_plane (Results 1 – 5 of 5) sorted by relevance
286 uint8_t* forward_mb_plane; ///< bitplane for "forward" MBs member
333 v->forward_mb_plane = av_malloc (s->mb_stride * mb_height); in ff_vc1_decode_init_alloc_tables()337 if (!v->mv_type_mb_plane || !v->direct_mb_plane || !v->forward_mb_plane || in ff_vc1_decode_init_alloc_tables()602 av_freep(&v->forward_mb_plane); in ff_vc1_decode_end()
410 … ff_bp[2] = pic_param.bitplane_present.flags.bp_forward_mb ? v->forward_mb_plane : NULL; in vaapi_vc1_start_frame()
1239 status = bitplane_decoding(v->forward_mb_plane, &v->fmb_is_raw, v); in ff_vc1_parse_frame_header_adv()
2080 fwd = v->forward_mb_plane[mb_pos] = get_bits1(gb); in vc1_decode_b_mb_intfi()2082 fwd = v->forward_mb_plane[mb_pos]; in vc1_decode_b_mb_intfi()