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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsp5xdec.c61 memcpy(recoded+j+5, &sp5x_quant_table[qscale * 2], 64);
62 memcpy(recoded+j+70, &sp5x_quant_table[(qscale * 2) + 1], 64);
138 s->quant_matrixes[0][j] = sp5x_quant_table[(qscale * 2) + i];
147 s->quant_matrixes[1][j] = sp5x_quant_table[(qscale * 2) + 1 + i];
H A Dsp5x.h135 static const uint8_t sp5x_quant_table[20][64]= variable

Completed in 88 milliseconds