HomeSort by relevance Sort by last modified time
    Searched defs:DCT (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h 32 Int(*DCT)(Int block[ ], Int coeff[ ], approxDCT *);
  /external/syslinux/com32/lib/jpeg/
tinyjpeg-internal.h 75 short int DCT[64]; /* DCT coef */
tinyjpeg.c 261 * Decode a single block that contains the DCT coefficients.
272 short int DCT[64];
275 /* Initialize the DCT coef table */
276 memset(DCT, 0, sizeof(DCT));
282 get_nbits(priv->reservoir, priv->nbits_in_reservoir, priv->stream, huff_code, DCT[0]);
283 DCT[0] += c->previous_DC;
284 c->previous_DC = DCT[0];
286 DCT[0] = c->previous_DC;
314 get_nbits(priv->reservoir, priv->nbits_in_reservoir, priv->stream, size_val, DCT[j])
    [all...]

Completed in 109 milliseconds