Searched refs:cbpcy_vlc (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1.c | 775 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()
|
D | vc1.h | 282 VLC *cbpcy_vlc; ///< CBPCY VLC table member
|
D | vc1_block.c | 1335 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb() 1400 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb() 1590 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb_intfr() 1624 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb_intfr() 1764 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); in vc1_decode_p_mb_intfi() 1811 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_p_mb_intfi() 1921 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_b_mb() 1959 cbp = get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_b_mb() 2047 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_ICBPCY_VLC_BITS, 2); in vc1_decode_b_mb_intfi() 2141 cbp = 1 + get_vlc2(&v->s.gb, v->cbpcy_vlc->table, VC1_CBPCY_P_VLC_BITS, 2); in vc1_decode_b_mb_intfi() [all …]
|
D | vc1dec.c | 1098 !v->cbpcy_vlc) { in vc1_decode_frame()
|