Home
last modified time | relevance | path

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

/dports/multimedia/mpeg_stat/mpeg_stat/
H A Ddecoders.h156 extern unsigned short int dct_coeff_first[256];
305 DecodeDCTCoeff(dct_coeff_first, runval, levelval); \
H A Ddecoders.c362 unsigned short int dct_coeff_first[256] = variable
943 return decodeDCTCoeff(dct_coeff_first, run, level);
/dports/multimedia/xanim/xanim2920/
H A Dxa_mpg.h367 unsigned short int dct_coeff_first[256] = variable
H A Dxa_mpg.c1417 decodeDCTCoeff(dct_coeff_first, run, level);
/dports/multimedia/mpeg_play/mpeg_play/
H A Ddecoders.h135 extern unsigned short int dct_coeff_first[256];
296 DecodeDCTCoeff(dct_coeff_first, runval, levelval); \
H A Ddecoders.c332 unsigned short int dct_coeff_first[256] = variable
936 decodeDCTCoeff(dct_coeff_first, run, level);
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A Ddecoders.h135 extern const unsigned short int dct_coeff_first[256];
439 DecodeDCTCoeff(dct_coeff_first, runval, levelval); \
H A Ddecoders.cpp332 const unsigned short int dct_coeff_first[256] = variable
972 decodeDCTCoeff(dct_coeff_first, run, level);
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A Ddecoders.h135 extern const unsigned short int dct_coeff_first[256];
439 DecodeDCTCoeff(dct_coeff_first, runval, levelval); \
H A Ddecoders.cpp332 const unsigned short int dct_coeff_first[256] = variable
972 decodeDCTCoeff(dct_coeff_first, run, level);