Searched refs:ff_mpeg12_vlc_dc_lum_code (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12data.h38 extern const uint16_t ff_mpeg12_vlc_dc_lum_code[12];
H A Dmpeg12data.c52 const uint16_t ff_mpeg12_vlc_dc_lum_code[12] = { variable
H A Dmpeg12enc.c750 code= (ff_mpeg12_vlc_dc_lum_code[index]<<index) + (diff & ((1 << index) - 1));
826 (ff_mpeg12_vlc_dc_lum_code[index]<<index) + (diff & ((1 << index) - 1)));
H A Dmpeg12.c676 ff_mpeg12_vlc_dc_lum_code, 2, 2, 512);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg12data.h38 extern const uint16_t ff_mpeg12_vlc_dc_lum_code[12];
H A Dmpeg12.c153 ff_mpeg12_vlc_dc_lum_code, 2, 2, 512);
H A Dmpeg12data.c52 const uint16_t ff_mpeg12_vlc_dc_lum_code[12] = { variable
H A Dmpeg12enc.c621 (ff_mpeg12_vlc_dc_lum_code[index] << index) +
1042 code = (ff_mpeg12_vlc_dc_lum_code[index] << index) +

Completed in 106 milliseconds