Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dimc.c336 static void imc_read_level_coeffs(IMCContext *q, int stream_format_code, in imc_read_level_coeffs() argument
345 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() argument
455 int stream_format_code, int freebits, int flag) in bit_allocation() argument
504 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 …]