Home
last modified time | relevance | path

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

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Drv34.c56 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
120 rv34_gen_vlc(rv34_inter_cbppat[i], CBPPAT_VLC_SIZE, &inter_vlcs[i].cbppattern[0], NULL); in rv34_init_tables()
122 … rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code); in rv34_init_tables()
124 …rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j],… in rv34_init_tables()
125 …rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j]… in rv34_init_tables()
126 …rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],… in rv34_init_tables()
128 rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL); in rv34_init_tables()
382 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] in choose_vlc_set()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A 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()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Drv34.c69 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
165 …rv34_gen_vlc(rv34_inter_cbppat[i], CBPPAT_VLC_SIZE, &inter_vlcs[i].cbppattern[0], NULL, i*12 + 95); in rv34_init_tables()
167 …rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code, i*12 + 9… in rv34_init_tables()
170 …rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j],… in rv34_init_tables()
171 …rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j]… in rv34_init_tables()
172 …rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],… in rv34_init_tables()
174 … rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL, i*12 + 106); in rv34_init_tables()
346 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] in choose_vlc_set()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A 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()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Drv34.c69 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
165 …rv34_gen_vlc(rv34_inter_cbppat[i], CBPPAT_VLC_SIZE, &inter_vlcs[i].cbppattern[0], NULL, i*12 + 95); in rv34_init_tables()
167 …rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code, i*12 + 9… in rv34_init_tables()
170 …rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j],… in rv34_init_tables()
171 …rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j]… in rv34_init_tables()
172 …rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],… in rv34_init_tables()
174 … rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL, i*12 + 106); in rv34_init_tables()
346 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] in choose_vlc_set()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Drv34.c69 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
165 …rv34_gen_vlc(rv34_inter_cbppat[i], CBPPAT_VLC_SIZE, &inter_vlcs[i].cbppattern[0], NULL, i*12 + 95); in rv34_init_tables()
167 …rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code, i*12 + 9… in rv34_init_tables()
170 …rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j],… in rv34_init_tables()
171 …rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j]… in rv34_init_tables()
172 …rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],… in rv34_init_tables()
174 … rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL, i*12 + 106); in rv34_init_tables()
346 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] in choose_vlc_set()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Drv34.c69 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
165 …rv34_gen_vlc(rv34_inter_cbppat[i], CBPPAT_VLC_SIZE, &inter_vlcs[i].cbppattern[0], NULL, i*12 + 95); in rv34_init_tables()
167 …rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code, i*12 + 9… in rv34_init_tables()
170 …rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j],… in rv34_init_tables()
171 …rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j]… in rv34_init_tables()
172 …rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],… in rv34_init_tables()
174 … rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL, i*12 + 106); in rv34_init_tables()
346 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] in choose_vlc_set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Drv34.c69 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; variable
165 …rv34_gen_vlc(rv34_inter_cbppat[i], CBPPAT_VLC_SIZE, &inter_vlcs[i].cbppattern[0], NULL, i*12 + 95); in rv34_init_tables()
167 …rv34_gen_vlc(rv34_inter_cbp[i][j], CBP_VLC_SIZE, &inter_vlcs[i].cbp[0][j], rv34_cbp_code, i*12 + 9… in rv34_init_tables()
170 …rv34_gen_vlc(rv34_table_inter_firstpat [i][j], FIRSTBLK_VLC_SIZE, &inter_vlcs[i].first_pattern[j],… in rv34_init_tables()
171 …rv34_gen_vlc(rv34_table_inter_secondpat[i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].second_pattern[j]… in rv34_init_tables()
172 …rv34_gen_vlc(rv34_table_inter_thirdpat [i][j], OTHERBLK_VLC_SIZE, &inter_vlcs[i].third_pattern[j],… in rv34_init_tables()
174 … rv34_gen_vlc(rv34_inter_coeff[i], COEFF_VLC_SIZE, &inter_vlcs[i].coefficient, NULL, i*12 + 106); in rv34_init_tables()
346 return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] in choose_vlc_set()