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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimc.c216 static void imc_read_level_coeffs(IMCContext* q, int stream_format_code, int* levlCoeffs) argument
224 s = stream_format_code >> 1;
231 if(stream_format_code & 4)
296 static int bit_allocation (IMCContext* q, int stream_format_code, int freebits, int flag) { argument
340 if (stream_format_code & 0x2) {
347 for(i = (stream_format_code & 0x2)?4:0; i < BANDS-1; i++) {
362 for(j = (stream_format_code & 0x2)?4:0; j < BANDS; j++) {
384 for(i = (stream_format_code & 0x2)?4:0; i < BANDS; i++) {
426 if (stream_format_code & 0x2) {
577 static int inverse_quant_coeff (IMCContext* q, int stream_format_code) { argument
647 int stream_format_code; local
[all...]

Completed in 87 milliseconds