Home
last modified time | relevance | path

Searched refs:inter_vlcs (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drv34.c73 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
152 &inter_vlcs[i].cbppattern[0], NULL, &offset); in rv34_init_tables()
155 &inter_vlcs[i].cbp[0][j], rv34_cbp_code, &offset); in rv34_init_tables()
159 &inter_vlcs[i].first_pattern[j], NULL, &offset); in rv34_init_tables()
161 &inter_vlcs[i].second_pattern[j], NULL, &offset); in rv34_init_tables()
163 &inter_vlcs[i].third_pattern[j], NULL, &offset); in rv34_init_tables()
166 &inter_vlcs[i].coefficient, NULL, &offset); in rv34_init_tables()
339 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][quant]] in choose_vlc_set()