OTHERBLK_VLC_SIZE  152 libavcodec/rv34.c             rv34_gen_vlc(rv34_table_intra_secondpat[i][j], OTHERBLK_VLC_SIZE, &intra_vlcs[i].second_pattern[j], NULL, 19*i + 2 + j);
OTHERBLK_VLC_SIZE  153 libavcodec/rv34.c             rv34_gen_vlc(rv34_table_intra_thirdpat [i][j], OTHERBLK_VLC_SIZE, &intra_vlcs[i].third_pattern[j],  NULL, 19*i + 4 + j);
OTHERBLK_VLC_SIZE  171 libavcodec/rv34.c             rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j], NULL, i*12 + 102 + j);
OTHERBLK_VLC_SIZE  172 libavcodec/rv34.c             rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],  NULL, i*12 + 104 + j);
OTHERBLK_VLC_SIZE 2074 libavcodec/rv34vlc.h static const uint8_t rv34_table_intra_secondpat[NUM_INTRA_TABLES][2][OTHERBLK_VLC_SIZE] = {
OTHERBLK_VLC_SIZE 2177 libavcodec/rv34vlc.h static const uint8_t rv34_table_intra_thirdpat[NUM_INTRA_TABLES][2][OTHERBLK_VLC_SIZE] = {
OTHERBLK_VLC_SIZE 3737 libavcodec/rv34vlc.h static const uint8_t rv34_table_inter_secondpat[NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] = {
OTHERBLK_VLC_SIZE 3880 libavcodec/rv34vlc.h static const uint8_t rv34_table_inter_thirdpat[NUM_INTER_TABLES][2][OTHERBLK_VLC_SIZE] = {