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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimc.c233 static void imc_read_level_coeffs(IMCContext* q, int stream_format_code, int* levlCoeffs) argument
241 s = stream_format_code >> 1;
248 if(stream_format_code & 4)
313 static int bit_allocation (IMCContext* q, int stream_format_code, int freebits, int flag) { argument
357 if (stream_format_code & 0x2) {
364 for(i = (stream_format_code & 0x2)?4:0; i < BANDS-1; i++) {
379 for(j = (stream_format_code & 0x2)?4:0; j < BANDS; j++) {
401 for(i = (stream_format_code & 0x2)?4:0; i < BANDS; i++) {
443 if (stream_format_code & 0x2) {
594 static int inverse_quant_coeff (IMCContext* q, int stream_format_code) { argument
665 int stream_format_code; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimc.c314 static void imc_read_level_coeffs(IMCContext *q, int stream_format_code, argument
323 s = stream_format_code >> 1;
330 if (stream_format_code & 4)
342 static void imc_read_level_coeffs_raw(IMCContext *q, int stream_format_code, argument
433 int stream_format_code, int freebits, int flag)
482 if (stream_format_code & 0x2) {
489 for (i = (stream_format_code & 0x2) ? 4 : 0; i < BANDS - 1; i++) {
509 for (j = (stream_format_code & 0x2) ? 4 : 0; j < BANDS; j++) {
531 for (i = (stream_format_code & 0x2) ? 4 : 0; i < BANDS; i++) {
575 if (stream_format_code
432 bit_allocation(IMCContext *q, IMCChannel *chctx, int stream_format_code, int freebits, int flag) argument
739 inverse_quant_coeff(IMCContext *q, IMCChannel *chctx, int stream_format_code) argument
852 int stream_format_code; local
[all...]

Completed in 184 milliseconds