Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drv34vlc.h39 #define COEFF_VLC_SIZE 32 macro
2281 static const uint8_t rv34_intra_coeff[NUM_INTRA_TABLES][COEFF_VLC_SIZE] = {
4024 static const uint8_t rv34_inter_coeff[NUM_INTER_TABLES][COEFF_VLC_SIZE] = {
H A Drv34.c148 rv34_gen_vlc(rv34_intra_coeff[i], COEFF_VLC_SIZE, in rv34_init_tables()
167 rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, in rv34_init_tables()

Completed in 12 milliseconds