Searched refs:stream_format_code (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | imc.c | 338 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() 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 in bit_allocation() 456 bit_allocation(IMCContext *q, IMCChannel *chctx, int stream_format_code, int freebits, int flag) bit_allocation() argument 763 inverse_quant_coeff(IMCContext *q, IMCChannel *chctx, int stream_format_code) inverse_quant_coeff() argument 876 int stream_format_code; imc_decode_block() local [all...] |
Completed in 2 milliseconds