Searched refs:NB_DV_VLC (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvdata.h36 #define NB_DV_VLC 409 macro
38 extern const uint16_t ff_dv_vlc_bits[NB_DV_VLC];
39 extern const uint8_t ff_dv_vlc_len[NB_DV_VLC];
40 extern const uint8_t ff_dv_vlc_run[NB_DV_VLC];
41 extern const uint8_t ff_dv_vlc_level[NB_DV_VLC];
H A Ddv.c243 uint16_t new_dv_vlc_bits[NB_DV_VLC*2];
244 uint8_t new_dv_vlc_len[NB_DV_VLC*2];
245 uint8_t new_dv_vlc_run[NB_DV_VLC*2];
246 int16_t new_dv_vlc_level[NB_DV_VLC*2];
251 for (i = 0, j = 0; i < NB_DV_VLC; i++, j++) {
H A Ddvdata.c142 const uint16_t ff_dv_vlc_bits[NB_DV_VLC] = {
197 const uint8_t ff_dv_vlc_len[NB_DV_VLC] = {
252 const uint8_t ff_dv_vlc_run[NB_DV_VLC] = {
307 const uint8_t ff_dv_vlc_level[NB_DV_VLC] = {
H A Ddv_tablegen.h53 for (i = 0; i < NB_DV_VLC - 1; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv_tablegen.h52 for (i = 0; i < NB_DV_VLC - 1; i++) {
H A Ddv_vlc_data.h32 #define NB_DV_VLC 409 macro
H A Ddv.c267 uint16_t new_dv_vlc_bits[NB_DV_VLC*2];
268 uint8_t new_dv_vlc_len[NB_DV_VLC*2];
269 uint8_t new_dv_vlc_run[NB_DV_VLC*2];
270 int16_t new_dv_vlc_level[NB_DV_VLC*2];
275 for (i = 0, j = 0; i < NB_DV_VLC; i++, j++) {

Completed in 80 milliseconds