CBP_VLC_SIZE      114 libavcodec/rv34.c                 rv34_gen_vlc(rv34_table_intra_cbp[i][j+k*2],  CBP_VLC_SIZE,   &intra_vlcs[i].cbp[j][k],         rv34_cbp_code);
CBP_VLC_SIZE      124 libavcodec/rv34.c             rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code);
CBP_VLC_SIZE      885 libavcodec/rv34vlc.h static const uint8_t rv34_table_intra_cbp[NUM_INTRA_TABLES][8][CBP_VLC_SIZE] = {
CBP_VLC_SIZE     2889 libavcodec/rv34vlc.h static const uint8_t rv34_inter_cbp[NUM_INTER_TABLES][4][CBP_VLC_SIZE] = {