Searched refs:stream_format_code (Results 1 – 1 of 1) sorted by relevance
336 static void imc_read_level_coeffs(IMCContext *q, int stream_format_code, in imc_read_level_coeffs() argument345 s = stream_format_code >> 1; in imc_read_level_coeffs()352 if (stream_format_code & 4) in imc_read_level_coeffs()364 static void imc_read_level_coeffs_raw(IMCContext *q, int stream_format_code, in imc_read_level_coeffs_raw() argument455 int stream_format_code, int freebits, int flag) in bit_allocation() argument504 if (stream_format_code & 0x2) { in bit_allocation()511 for (i = (stream_format_code & 0x2) ? 4 : 0; i < BANDS - 1; i++) { in bit_allocation()531 for (j = (stream_format_code & 0x2) ? 4 : 0; j < BANDS; j++) { in bit_allocation()553 for (i = (stream_format_code & 0x2) ? 4 : 0; i < BANDS; i++) { in bit_allocation()597 if (stream_format_code & 0x2) { in bit_allocation()[all …]