Home
last modified time | relevance | path

Searched refs:cbpcy_vlc (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvc1.c775 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[v->cbptab]; in ff_vc1_parse_frame_header()
814 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[v->cbptab]; in ff_vc1_parse_frame_header()
1080 v->cbpcy_vlc = &ff_vc1_icbpcy_vlc[v->icbptab]; in ff_vc1_parse_frame_header_adv()
1170 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[v->cbptab]; in ff_vc1_parse_frame_header_adv()
1183 v->cbpcy_vlc = &ff_vc1_icbpcy_vlc[v->icbptab]; in ff_vc1_parse_frame_header_adv()
1252 v->cbpcy_vlc = &ff_vc1_icbpcy_vlc[v->icbptab]; in ff_vc1_parse_frame_header_adv()
1285 v->cbpcy_vlc = &ff_vc1_icbpcy_vlc[v->icbptab]; in ff_vc1_parse_frame_header_adv()
1307 v->cbpcy_vlc = &ff_vc1_cbpcy_p_vlc[v->cbptab]; in ff_vc1_parse_frame_header_adv()
H A Dvc1.h282 VLC *cbpcy_vlc; ///< CBPCY VLC table member
H A Dvc1_block.c1336 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb()
1401 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb()
1591 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb_intfr()
1625 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb_intfr()
1765 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); in vc1_decode_p_mb_intfi()
1812 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb_intfi()
1922 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_b_mb()
1960 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_b_mb()
2048 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); in vc1_decode_b_mb_intfi()
2142 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc in vc1_decode_b_mb_intfi()
[all...]
H A Dvc1dec.c1096 !v->cbpcy_vlc) { in vc1_decode_frame()
1097 av_log(v->s.avctx, AV_LOG_ERROR, "missing cbpcy_vlc\n"); in vc1_decode_frame()

Completed in 9 milliseconds