Searched refs:EOBRUN (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djdhuff.c199 unsigned int EOBRUN; /* remaining EOBs in EOBRUN */ member in struct:__anon978
213 ((dest).EOBRUN = (src).EOBRUN, \
608 entropy->saved.EOBRUN = 0;
726 unsigned int EOBRUN; local
746 EOBRUN = entropy->saved.EOBRUN; /* only part of saved state we need */
750 if (EOBRUN > 0) /* if it's a band of zeroes... */
751 EOBRUN
861 unsigned int EOBRUN; local
[all...]
H A Djchuff.c113 unsigned int EOBRUN; /* run length of EOBs */ member in struct:__anon958
453 * Emit any pending EOBRUN symbol.
461 if (entropy->EOBRUN > 0) { /* if there is any pending EOBRUN */
462 temp = entropy->EOBRUN;
472 emit_bits_e(entropy, entropy->EOBRUN, nbits);
474 entropy->EOBRUN = 0;
527 entropy->EOBRUN = 0;
676 /* Emit any pending EOBRUN */
677 if (entropy->EOBRUN >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmjpegdec.c462 int ss, int se, int Al, int *EOBRUN)
466 if(*EOBRUN){
467 (*EOBRUN)--;
512 *EOBRUN = run - 1;
550 int ss, int se, int Al, int *EOBRUN)
556 if(*EOBRUN)
557 (*EOBRUN)--;
591 *EOBRUN = run - 1;
844 int EOBRUN = 0; local
868 quant_matrix, ss, se, Al, &EOBRUN);
460 decode_block_progressive(MJpegDecodeContext *s, DCTELEM *block, uint8_t *last_nnz, int ac_index, int16_t *quant_matrix, int ss, int se, int Al, int *EOBRUN) argument
548 decode_block_refinement(MJpegDecodeContext *s, DCTELEM *block, uint8_t *last_nnz, int ac_index, int16_t *quant_matrix, int ss, int se, int Al, int *EOBRUN) argument
[all...]

Completed in 182 milliseconds