HomeSort by relevance Sort by last modified time
    Searched full:mcu (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/llvm/lib/Target/MSP430/
README.txt 6 seen nor worked with this MCU, all information was gathered from datasheet
  /external/sonivox/arm-fm-22k/lib_src/
eas_synth.h 66 /* FM on MCU */
70 /* wavetable drums on MCU, wavetable melodic on DSP */
74 /* wavetable drums and FM melodic on MCU */
79 /* wavetable drums on MCU, FM melodic on DSP */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_synth.h 66 /* FM on MCU */
70 /* wavetable drums on MCU, wavetable melodic on DSP */
74 /* wavetable drums and FM melodic on MCU */
79 /* wavetable drums on MCU, FM melodic on DSP */
  /external/sonivox/arm-wt-22k/lib_src/
eas_synth.h 66 /* FM on MCU */
70 /* wavetable drums on MCU, wavetable melodic on DSP */
74 /* wavetable drums and FM melodic on MCU */
79 /* wavetable drums on MCU, FM melodic on DSP */
  /external/jpeg/
jchuff.c 12 * back up to the start of the current MCU. To do this, we copy state
14 * permanent JPEG objects only upon successful completion of an MCU.
25 * The savable_state subrecord contains fields that change within an MCU,
26 * but must not be updated permanently until we complete the MCU.
58 savable_state saved; /* Bit buffer & DC state at start of MCU */
76 /* Working state while writing an MCU.
465 /* The restart counter is not updated until we successfully write the MCU. */
472 * Encode and output one MCU's worth of Huffman-compressed coefficients.
496 /* Encode the MCU data blocks */
509 /* Completed MCU, so update state *
    [all...]
structure.doc 24 An "MCU" (minimum coded unit) is an interleaved set of blocks of size
138 * MCU assembly, DCT, quantization.
151 * Dequantization, inverse DCT, MCU disassembly.
182 additional dummy blocks may be used to fill out MCUs, but the MCU assembly and
361 This controller handles MCU assembly, including insertion of dummy DCT
365 one fully interleaved MCU row of subsampled data is processed per call,
375 coded data to the data destination module. Works on one MCU per call.
442 This controller handles MCU disassembly, including deletion of any dummy
446 progressive JPEG.) The equivalent of one fully interleaved MCU row of
451 Huffman or arithmetic entropy decoding. Works on one MCU per call
    [all...]
jcmaster.c 118 /* Compute number of fully interleaved MCU rows (number of times that
324 /* For noninterleaved scan, always one block per MCU */
337 /* Prepare array describing MCU composition */
360 /* Sampling factors give # of blocks of component in each MCU */
365 /* Figure number of non-dummy blocks in last MCU column & row */
372 /* Prepare array describing MCU composition */
383 /* Convert restart specified in rows to actual MCU count. */
jpegtran.1 60 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
cjpeg.1 141 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
jdatadst.c 74 * (typically the start of the current MCU). next_output_byte & free_in_buffer
jdatasrc.c 83 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
jdhuff.h 88 typedef struct { /* Bitreading working state within an MCU */
usage.doc 154 -restart N Emit a JPEG restart marker every N MCU rows, or every
155 N MCU blocks if "B" is attached to the number.
427 -restart N Emit a JPEG restart marker every N MCU rows, or every
428 N MCU blocks if "B" is attached to the number.
libjpeg.doc     [all...]
  /external/qemu/distrib/jpeg-6b/
jchuff.c 12 * back up to the start of the current MCU. To do this, we copy state
14 * permanent JPEG objects only upon successful completion of an MCU.
25 * The savable_state subrecord contains fields that change within an MCU,
26 * but must not be updated permanently until we complete the MCU.
58 savable_state saved; /* Bit buffer & DC state at start of MCU */
76 /* Working state while writing an MCU.
465 /* The restart counter is not updated until we successfully write the MCU. */
472 * Encode and output one MCU's worth of Huffman-compressed coefficients.
496 /* Encode the MCU data blocks */
509 /* Completed MCU, so update state *
    [all...]
structure.doc 24 An "MCU" (minimum coded unit) is an interleaved set of blocks of size
138 * MCU assembly, DCT, quantization.
151 * Dequantization, inverse DCT, MCU disassembly.
182 additional dummy blocks may be used to fill out MCUs, but the MCU assembly and
361 This controller handles MCU assembly, including insertion of dummy DCT
365 one fully interleaved MCU row of subsampled data is processed per call,
375 coded data to the data destination module. Works on one MCU per call.
442 This controller handles MCU disassembly, including deletion of any dummy
446 progressive JPEG.) The equivalent of one fully interleaved MCU row of
451 Huffman or arithmetic entropy decoding. Works on one MCU per call
    [all...]
jcmaster.c 118 /* Compute number of fully interleaved MCU rows (number of times that
324 /* For noninterleaved scan, always one block per MCU */
337 /* Prepare array describing MCU composition */
360 /* Sampling factors give # of blocks of component in each MCU */
365 /* Figure number of non-dummy blocks in last MCU column & row */
372 /* Prepare array describing MCU composition */
383 /* Convert restart specified in rows to actual MCU count. */
jpegtran.1 60 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
cjpeg.1 141 Emit a JPEG restart marker every N MCU rows, or every N MCU blocks if "B" is
jdatadst.c 74 * (typically the start of the current MCU). next_output_byte & free_in_buffer
jdatasrc.c 83 * (typically the start of the current MCU). next_input_byte & bytes_in_buffer
jdhuff.h 88 typedef struct { /* Bitreading working state within an MCU */
usage.doc 154 -restart N Emit a JPEG restart marker every N MCU rows, or every
155 N MCU blocks if "B" is attached to the number.
427 -restart N Emit a JPEG restart marker every N MCU rows, or every
428 N MCU blocks if "B" is attached to the number.
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 883 // chroma mcu-parts should have equal sizes and
1112 int i, s = 0, mcu, x1 = 0, y1 = 0; local
1142 for( mcu = 0;; mcu++ )
1148 if( mcu == m_MCUs && m_MCUs != 0 )
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 524 OMX_U32 lastMCU; /* 1-Decoded all MCU?s0 - Decoding not completed*/
528 OMX_U32 ultotalAU; /* Total number of Access unit(MCU)*/

Completed in 774 milliseconds

12 3 4