Functions | |
| static int | standard_decode_picture_primary_header (VC9Context *v) |
| static int | standard_decode_picture_secondary_header (VC9Context *v) |
| static int standard_decode_picture_primary_header | ( | VC9Context * | v | ) | [static] |
Frame header decoding, first part, in Simple and Main profiles
| v | VC9 context |
Definition at line 1506 of file vc9.c.
References av_log(), AV_LOG_INFO, MpegEncContext::avctx, B_TYPE, BI_TYPE, decode_b_picture_primary_header(), decode_i_picture_primary_header(), decode_p_picture_primary_header(), VC9Context::finterpflag, FRAME_SKIPPED, MpegEncContext::gb, get_bits(), I_TYPE, VC9Context::interpfrm, AVCodecContext::max_b_frames, P_TYPE, MpegEncContext::pict_type, VC9Context::rangered, VC9Context::rangeredfrm, VC9Context::s, and skip_bits().
Referenced by vc9_decode_frame().

| static int standard_decode_picture_secondary_header | ( | VC9Context * | v | ) | [static] |
Frame header decoding, secondary part
| v | VC9 context |
Definition at line 1547 of file vc9.c.
References B_TYPE, BI_TYPE, VC9Context::c_ac_table_index, MpegEncContext::dc_table_index, decode012(), decode_b_picture_secondary_header(), decode_p_picture_secondary_header(), FRAME_SKIPPED, MpegEncContext::gb, I_TYPE, P_TYPE, MpegEncContext::pict_type, VC9Context::s, and VC9Context::y_ac_table_index.
Referenced by vc9_decode_frame().

1.5.5