Searched refs:cbpcy_vlc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A 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()
|
H A D | vc1.h | 282 VLC *cbpcy_vlc; ///< CBPCY VLC table member
|
H A D | vc1_block.c | 1336 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 D | vc1dec.c | 1096 !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