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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DAndroid.mk21 src/idct.cpp \
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp103 #include "idct.h"
135 // arrays of rows or columns and then call the idct function
405 void idct(int *block, uint8 *pred, uint8 *dst, int width);
406 idct(coeff_in, pred, dst, width);
H A Didct.cpp32 #include "idct.h"
38 FUNCTION NAME: idct
40 INPUT AND OUTPUT DEFINITIONS FOR idct
66 FUNCTION DESCRIPTION FOR idct
99 REQUIREMENTS FOR idct
105 /* REFERENCES FOR idct */
106 /* idct.c, inverse fast discrete cosine transform
119 ; Function Code FOR idct
344 void idct( function
577 ; End Function: idct
[all...]

Completed in 50 milliseconds