Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c338 static void imc_read_level_coeffs(IMCContext *q, int stream_format_code, in imc_read_level_coeffs() argument
347 s = stream_format_code >> 1; in imc_read_level_coeffs()
354 if (stream_format_code & 4) in imc_read_level_coeffs()
366 static void imc_read_level_coeffs_raw(IMCContext *q, int stream_format_code, in imc_read_level_coeffs_raw() argument
457 int stream_format_code, int freebits, int flag) in bit_allocation() argument
506 if (stream_format_code & 0x2) { in bit_allocation()
513 for (i = (stream_format_code & 0x2) ? 4 : 0; i < BANDS - 1; i++) { in bit_allocation()
533 for (j = (stream_format_code & 0x2) ? 4 : 0; j < BANDS; j++) { in bit_allocation()
555 for (i = (stream_format_code & 0x2) ? 4 : 0; i < BANDS; i++) { in bit_allocation()
599 if (stream_format_code & 0x2) { in bit_allocation()
[all …]