Home
last modified time | relevance | path

Searched refs:cbp_tab (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmv30.c63 static VLC cbp_tab; variable
383 int value = get_vlc2(gb, cbp_tab.table, CBP_VLC_BITS, 1); in decode_coeffs()
662 INIT_VLC_STATIC_FROM_LENGTHS(&cbp_tab, CBP_VLC_BITS, FF_ARRAY_ELEMS(cbp_bits), in init_static_data()
H A Dcavsdec.c44 static const uint8_t cbp_tab[64][2] = { variable
624 h->cbp = cbp_tab[cbp][1]; in decode_residual_inter()
696 h->cbp = cbp_tab[cbp_code][0]; in decode_mb_i()

Completed in 3 milliseconds